Skip to content

Commit 1f2690c

Browse files
committed
Update test_requirements to bump idna, fixes #135
1 parent ea52546 commit 1f2690c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

test_requirements.txt

Lines changed: 7 additions & 7 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.4.3
10+
coverage==7.4.4
1111
dnspython==2.6.1
1212
exceptiongroup==1.2.0
1313
flake8==7.0.0
14-
idna==3.6
14+
idna==3.7
1515
iniconfig==2.0.0
1616
mccabe==0.7.0
17-
mypy==1.8.0
17+
mypy==1.9.0
1818
mypy-extensions==1.0.0
19-
packaging==23.2
19+
packaging==24.0
2020
pluggy==1.4.0
2121
pycodestyle==2.11.1
2222
pyflakes==3.2.0
23-
pytest==8.0.2
24-
pytest-cov==4.1.0
23+
pytest==8.1.1
24+
pytest-cov==5.0.0
2525
tomli==2.0.1
26-
typing_extensions==4.10.0
26+
typing_extensions==4.11.0

0 commit comments

Comments
 (0)