Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
replaceafill authored Sep 20, 2024
1 parent e5887b4 commit ee8fdd1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ repos:
hooks:
- id: end-of-file-fixer
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.3
rev: v0.6.6
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
24 changes: 12 additions & 12 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ attrs==24.2.0
# trio
behave==1.2.6
# via -r requirements.txt
build==1.2.1
build==1.2.2
# via pip-tools
cachetools==5.5.0
# via tox
Expand All @@ -39,20 +39,20 @@ exceptiongroup==1.2.2
# -r requirements.txt
# trio
# trio-websocket
filelock==3.15.4
filelock==3.16.1
# via
# tox
# virtualenv
h11==0.14.0
# via
# -r requirements.txt
# wsproto
idna==3.8
idna==3.10
# via
# -r requirements.txt
# requests
# trio
importlib-metadata==8.4.0
importlib-metadata==8.5.0
# via build
lxml==5.3.0
# via
Expand Down Expand Up @@ -82,7 +82,7 @@ pexpect==4.9.0
# via -r requirements.txt
pip-tools==7.4.1
# via -r requirements-dev.in
platformdirs==4.2.2
platformdirs==4.3.6
# via
# tox
# virtualenv
Expand All @@ -92,7 +92,7 @@ ptyprocess==0.7.0
# via
# -r requirements.txt
# pexpect
pyproject-api==1.7.1
pyproject-api==1.8.0
# via tox
pyproject-hooks==1.1.0
# via
Expand All @@ -106,7 +106,7 @@ requests==2.32.3
# via
# -r requirements.txt
# amclient
ruff==0.6.3
ruff==0.6.6
# via -r requirements-dev.in
selenium==4.24.0
# via -r requirements.txt
Expand All @@ -131,7 +131,7 @@ tomli==2.0.1
# pip-tools
# pyproject-api
# tox
tox==4.18.0
tox==4.20.0
# via -r requirements-dev.in
trio==0.26.2
# via
Expand All @@ -146,13 +146,13 @@ typing-extensions==4.12.2
# via
# -r requirements.txt
# selenium
urllib3[socks]==2.2.2
urllib3[socks]==2.2.3
# via
# -r requirements.txt
# amclient
# requests
# selenium
virtualenv==20.26.3
virtualenv==20.26.5
# via tox
websocket-client==1.8.0
# via
Expand All @@ -164,11 +164,11 @@ wsproto==1.2.0
# via
# -r requirements.txt
# trio-websocket
zipp==3.20.1
zipp==3.20.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via pip-tools
setuptools==74.0.0
setuptools==75.1.0
# via pip-tools
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.2
# trio-websocket
h11==0.14.0
# via wsproto
idna==3.8
idna==3.10
# via
# requests
# trio
Expand Down Expand Up @@ -72,7 +72,7 @@ trio-websocket==0.11.1
# via selenium
typing-extensions==4.12.2
# via selenium
urllib3[socks]==2.2.2
urllib3[socks]==2.2.3
# via
# amclient
# requests
Expand Down

0 comments on commit ee8fdd1

Please sign in to comment.