We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 676e0ab commit c309197Copy full SHA for c309197
test_requirements.txt
@@ -7,20 +7,20 @@
7
# the earliest Python version we support, and some exception
8
# messages may depend on package versions, so we pin versions
9
# 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
+coverage==7.4.3
+dnspython==2.6.1
+exceptiongroup==1.2.0
+flake8==7.0.0
+idna==3.6
15
iniconfig==2.0.0
16
mccabe==0.7.0
17
-mypy==1.6.1
+mypy==1.8.0
18
mypy-extensions==1.0.0
19
packaging==23.2
20
-pluggy==1.3.0
+pluggy==1.4.0
21
pycodestyle==2.11.1
22
-pyflakes==3.1.0
23
-pytest==7.4.2
+pyflakes==3.2.0
+pytest==8.0.2
24
pytest-cov==4.1.0
25
tomli==2.0.1
26
-typing_extensions==4.8.0
+typing_extensions==4.10.0
0 commit comments