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 8d2610a commit fd33532Copy full SHA for fd33532
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.4
+coverage==7.5.3
11
dnspython==2.6.1
12
-exceptiongroup==1.2.0
13
-flake8==7.0.0
+exceptiongroup==1.2.1
+flake8==7.1.0
14
idna==3.7
15
iniconfig==2.0.0
16
mccabe==0.7.0
17
-mypy==1.9.0
+mypy==1.10.0
18
mypy-extensions==1.0.0
19
-packaging==24.0
20
-pluggy==1.4.0
21
-pycodestyle==2.11.1
+packaging==24.1
+pluggy==1.5.0
+pycodestyle==2.12.0
22
pyflakes==3.2.0
23
-pytest==8.1.1
+pytest==8.2.2
24
pytest-cov==5.0.0
25
tomli==2.0.1
26
-typing_extensions==4.11.0
+typing_extensions==4.12.2
0 commit comments