Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
* Upgrade Python dependencies
* Upgrade pre-commit dependencies
  • Loading branch information
replaceafill authored Feb 21, 2024
1 parent 609c40d commit 543814c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 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/asottile/pyupgrade
rev: v3.15.0
rev: v3.15.1
hooks:
- id: pyupgrade
args: [--py38-plus]
Expand Down
12 changes: 7 additions & 5 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ parse-type==0.6.2
# behave
pexpect==4.9.0
# via -r requirements.txt
pip-tools==7.3.0
pip-tools==7.4.0
# via -r requirements-dev.in
platformdirs==4.2.0
# via
Expand All @@ -95,7 +95,9 @@ ptyprocess==0.7.0
pyproject-api==1.6.1
# via tox
pyproject-hooks==1.0.0
# via build
# via
# build
# pip-tools
pysocks==1.7.1
# via
# -r requirements.txt
Expand All @@ -104,7 +106,7 @@ requests==2.31.0
# via
# -r requirements.txt
# amclient
selenium==4.17.2
selenium==4.18.1
# via -r requirements.txt
six==1.16.0
# via
Expand All @@ -128,7 +130,7 @@ tomli==2.0.1
# pyproject-api
# pyproject-hooks
# tox
tox==4.12.1
tox==4.13.0
# via -r requirements-dev.in
trio==0.24.0
# via
Expand All @@ -143,7 +145,7 @@ typing-extensions==4.9.0
# via
# -r requirements.txt
# selenium
urllib3[socks]==2.2.0
urllib3[socks]==2.2.1
# via
# -r requirements.txt
# amclient
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ requests==2.31.0
# via
# -r requirements.in
# amclient
selenium==4.17.2
selenium==4.18.1
# via -r requirements.in
six==1.16.0
# via
Expand All @@ -72,7 +72,7 @@ trio-websocket==0.11.1
# via selenium
typing-extensions==4.9.0
# via selenium
urllib3[socks]==2.2.0
urllib3[socks]==2.2.1
# via
# amclient
# requests
Expand Down

0 comments on commit 543814c

Please sign in to comment.