Skip to content

Commit

Permalink
Update test_requirements to bump idna, fixes #135
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshData committed Apr 12, 2024
1 parent ea52546 commit 1f2690c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions test_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@
# the earliest Python version we support, and some exception
# messages may depend on package versions, so we pin versions
# for reproducible testing.)
coverage==7.4.3
coverage==7.4.4
dnspython==2.6.1
exceptiongroup==1.2.0
flake8==7.0.0
idna==3.6
idna==3.7
iniconfig==2.0.0
mccabe==0.7.0
mypy==1.8.0
mypy==1.9.0
mypy-extensions==1.0.0
packaging==23.2
packaging==24.0
pluggy==1.4.0
pycodestyle==2.11.1
pyflakes==3.2.0
pytest==8.0.2
pytest-cov==4.1.0
pytest==8.1.1
pytest-cov==5.0.0
tomli==2.0.1
typing_extensions==4.10.0
typing_extensions==4.11.0

0 comments on commit 1f2690c

Please sign in to comment.