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 ea52546 commit 1f2690cCopy full SHA for 1f2690c
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.4.3
+coverage==7.4.4
11
dnspython==2.6.1
12
exceptiongroup==1.2.0
13
flake8==7.0.0
14
-idna==3.6
+idna==3.7
15
iniconfig==2.0.0
16
mccabe==0.7.0
17
-mypy==1.8.0
+mypy==1.9.0
18
mypy-extensions==1.0.0
19
-packaging==23.2
+packaging==24.0
20
pluggy==1.4.0
21
pycodestyle==2.11.1
22
pyflakes==3.2.0
23
-pytest==8.0.2
24
-pytest-cov==4.1.0
+pytest==8.1.1
+pytest-cov==5.0.0
25
tomli==2.0.1
26
-typing_extensions==4.10.0
+typing_extensions==4.11.0
0 commit comments