Skip to content

Commit

Permalink
Upgrade Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
replaceafill committed Apr 12, 2024
1 parent 63f502c commit 28a55ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ exceptiongroup==1.2.0
# -r requirements.txt
# trio
# trio-websocket
filelock==3.13.3
filelock==3.13.4
# via
# tox
# virtualenv
h11==0.14.0
# via
# -r requirements.txt
# wsproto
idna==3.6
idna==3.7
# via
# -r requirements.txt
# requests
Expand Down Expand Up @@ -141,7 +141,7 @@ trio-websocket==0.11.1
# via
# -r requirements.txt
# selenium
typing-extensions==4.10.0
typing-extensions==4.11.0
# via
# -r requirements.txt
# selenium
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ exceptiongroup==1.2.0
# trio-websocket
h11==0.14.0
# via wsproto
idna==3.6
idna==3.7
# via
# requests
# trio
Expand Down Expand Up @@ -70,7 +70,7 @@ trio==0.25.0
# trio-websocket
trio-websocket==0.11.1
# via selenium
typing-extensions==4.10.0
typing-extensions==4.11.0
# via selenium
urllib3[socks]==2.2.1
# via
Expand Down

0 comments on commit 28a55ac

Please sign in to comment.