Skip to content

Commit 3599b22

Browse files
committed
Update pinned package versions in test_requirements.txt
1 parent 2750a82 commit 3599b22

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

test_requirements.txt

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,27 @@
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
910
coverage==6.2
1011
dnspython==2.2.1
11-
flake8==4.0.1
12-
idna==3.3
12+
flake8==5.0.4
13+
idna==3.4
1314
importlib-metadata==4.2.0
1415
iniconfig==1.1.1
15-
mccabe==0.6.1
16+
mccabe==0.7.0
1617
packaging==21.3
1718
pluggy==1.0.0
1819
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
2223
pytest==7.0.1
23-
pytest-cov==3.0.0
24+
pytest-cov==4.0.0
2425
tomli==1.2.3
2526
typing_extensions==4.1.1
2627
zipp==3.6.0

0 commit comments

Comments
 (0)