Skip to content

Commit

Permalink
Upgrade Python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
replaceafill committed Mar 5, 2024
1 parent 543814c commit 85260b4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ attrs==23.2.0
# trio
behave==1.2.6
# via -r requirements.txt
build==1.0.3
build==1.1.1
# via pip-tools
cachetools==5.3.2
cachetools==5.3.3
# via tox
certifi==2024.2.2
# via
Expand Down Expand Up @@ -113,7 +113,7 @@ six==1.16.0
# -r requirements.txt
# behave
# parse-type
sniffio==1.3.0
sniffio==1.3.1
# via
# -r requirements.txt
# trio
Expand Down Expand Up @@ -141,7 +141,7 @@ trio-websocket==0.11.1
# via
# -r requirements.txt
# selenium
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# -r requirements.txt
# selenium
Expand All @@ -151,7 +151,7 @@ urllib3[socks]==2.2.1
# amclient
# requests
# selenium
virtualenv==20.25.0
virtualenv==20.25.1
# via tox
wheel==0.42.0
# via pip-tools
Expand All @@ -165,5 +165,5 @@ zipp==3.17.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via pip-tools
setuptools==69.1.0
setuptools==69.1.1
# via pip-tools
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ six==1.16.0
# via
# behave
# parse-type
sniffio==1.3.0
sniffio==1.3.1
# via trio
sortedcontainers==2.4.0
# via trio
Expand All @@ -70,7 +70,7 @@ trio==0.24.0
# trio-websocket
trio-websocket==0.11.1
# via selenium
typing-extensions==4.9.0
typing-extensions==4.10.0
# via selenium
urllib3[socks]==2.2.1
# via
Expand Down

0 comments on commit 85260b4

Please sign in to comment.