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 11# This file was generated by running
2+ # sudo docker run --rm -it --network=host python:3.6.15-slim /bin/bash
23# pip install dnspython idna # from setup.cfg
34# pip install pytest pytest-cov coverage flake8
45# pip freeze
56# in a virtualenv with Python 3.6. (Some packages' latest versions
67# are not compatible with Python 3.6, so we must pin versions for
78# repeatable testing in earlier versions of Python.)
8- attrs==21.4 .0
9+ attrs==22.2 .0
910coverage==6.2
1011dnspython==2.2.1
11- flake8==4 .0.1
12- idna==3.3
12+ flake8==5 .0.4
13+ idna==3.4
1314importlib-metadata==4.2.0
1415iniconfig==1.1.1
15- mccabe==0.6.1
16+ mccabe==0.7.0
1617packaging==21.3
1718pluggy==1.0.0
1819py==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
2223pytest==7.0.1
23- pytest-cov==3 .0.0
24+ pytest-cov==4 .0.0
2425tomli==1.2.3
2526typing_extensions==4.1.1
2627zipp==3.6.0
You can’t perform that action at this time.
0 commit comments