File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change 1
1
# This file was generated by running
2
+ # sudo docker run --rm -it --network=host python:3.6.15-slim /bin/bash
2
3
# pip install dnspython idna # from setup.cfg
3
4
# pip install pytest pytest-cov coverage flake8
4
5
# pip freeze
5
6
# in a virtualenv with Python 3.6. (Some packages' latest versions
6
7
# are not compatible with Python 3.6, so we must pin versions for
7
8
# repeatable testing in earlier versions of Python.)
8
- attrs==21.4 .0
9
+ attrs==22.2 .0
9
10
coverage==6.2
10
11
dnspython==2.2.1
11
- flake8==4 .0.1
12
- idna==3.3
12
+ flake8==5 .0.4
13
+ idna==3.4
13
14
importlib-metadata==4.2.0
14
15
iniconfig==1.1.1
15
- mccabe==0.6.1
16
+ mccabe==0.7.0
16
17
packaging==21.3
17
18
pluggy==1.0.0
18
19
py==1.11.0
19
- pycodestyle==2.8.0
20
- pyflakes==2.4 .0
21
- pyparsing==3.0.7
20
+ pycodestyle==2.9.1
21
+ pyflakes==2.5 .0
22
+ pyparsing==3.0.9
22
23
pytest==7.0.1
23
- pytest-cov==3 .0.0
24
+ pytest-cov==4 .0.0
24
25
tomli==1.2.3
25
26
typing_extensions==4.1.1
26
27
zipp==3.6.0
You can’t perform that action at this time.
0 commit comments