Skip to content

Commit c309197

Browse files
committed
Update test_requirements to latest package versions supported on Py 3.8
1 parent 676e0ab commit c309197

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

test_requirements.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,20 @@
77
# the earliest Python version we support, and some exception
88
# messages may depend on package versions, so we pin versions
99
# for reproducible testing.)
10-
coverage==7.3.2
11-
dnspython==2.4.2
12-
exceptiongroup==1.1.3
13-
flake8==6.1.0
14-
idna==3.4
10+
coverage==7.4.3
11+
dnspython==2.6.1
12+
exceptiongroup==1.2.0
13+
flake8==7.0.0
14+
idna==3.6
1515
iniconfig==2.0.0
1616
mccabe==0.7.0
17-
mypy==1.6.1
17+
mypy==1.8.0
1818
mypy-extensions==1.0.0
1919
packaging==23.2
20-
pluggy==1.3.0
20+
pluggy==1.4.0
2121
pycodestyle==2.11.1
22-
pyflakes==3.1.0
23-
pytest==7.4.2
22+
pyflakes==3.2.0
23+
pytest==8.0.2
2424
pytest-cov==4.1.0
2525
tomli==2.0.1
26-
typing_extensions==4.8.0
26+
typing_extensions==4.10.0

0 commit comments

Comments
 (0)