Skip to content

Commit

Permalink
⬆️ upgrade dev+mypy requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Ousret committed Nov 14, 2024
1 parent 1db9758 commit 986beb3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
13 changes: 7 additions & 6 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
coverage>=7.2.7,<=7.6.4
tornado>=6.2,<=6.4
coverage>=7.2.7,<7.7
tornado>=6.2,<6.5
# 2.5 seems to break test_proxy_rejection by hanging forever
python-socks==2.4.4
pytest>=7.4.4,<=8.3.3
pytest-timeout==2.3.1
trustme==0.9.0
pytest>=7.4.4,<9
pytest-timeout>=2.3.1,<3
trustme>=0.9.0,<2
# We have to install at most cryptography 39.0.2 for PyPy<7.3.10
# versions of Python 3.7, 3.8, and 3.9.
cryptography==39.0.2; implementation_name=="pypy" and implementation_version<"7.3.10"
cryptography==42.0.5; implementation_name!="pypy" or implementation_version>="7.3.10"
backports.zoneinfo==0.2.1; python_version<"3.9"
tzdata==2024.1; python_version<"3.8"
tzdata==2024.2; python_version<"3.8"
towncrier==21.9.0
pytest-asyncio>=0.21.1,<=0.24.0
aiofile>=3.9,<4
1 change: 1 addition & 0 deletions mypy-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ h11>=0.11.0,<1.0.0
jh2>=5.0.0,<6.0.0
python_socks>=2.0,<3.0
wsproto>=1.2,<2
aiofile>=3.9.0,<4

0 comments on commit 986beb3

Please sign in to comment.