Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
* Upgrade pre-commit dependencies
* Upgrade Python requirements
  • Loading branch information
replaceafill authored Apr 5, 2024
1 parent 398a078 commit 201f810
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 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.1
rev: v3.15.2
hooks:
- id: pyupgrade
args: [--py38-plus]
Expand Down
18 changes: 9 additions & 9 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ attrs==23.2.0
# trio
behave==1.2.6
# via -r requirements.txt
build==1.1.1
build==1.2.1
# via pip-tools
cachetools==5.3.3
# via tox
Expand All @@ -39,7 +39,7 @@ exceptiongroup==1.2.0
# -r requirements.txt
# trio
# trio-websocket
filelock==3.13.1
filelock==3.13.3
# via
# tox
# virtualenv
Expand All @@ -52,9 +52,9 @@ idna==3.6
# -r requirements.txt
# requests
# trio
importlib-metadata==7.0.2
importlib-metadata==7.1.0
# via build
lxml==5.1.0
lxml==5.2.1
# via
# -r requirements.txt
# metsrw
Expand Down Expand Up @@ -106,7 +106,7 @@ requests==2.31.0
# via
# -r requirements.txt
# amclient
selenium==4.18.1
selenium==4.19.0
# via -r requirements.txt
six==1.16.0
# via
Expand All @@ -130,9 +130,9 @@ tomli==2.0.1
# pyproject-api
# pyproject-hooks
# tox
tox==4.14.1
tox==4.14.2
# via -r requirements-dev.in
trio==0.24.0
trio==0.25.0
# via
# -r requirements.txt
# selenium
Expand All @@ -159,11 +159,11 @@ wsproto==1.2.0
# via
# -r requirements.txt
# trio-websocket
zipp==3.17.0
zipp==3.18.1
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via pip-tools
setuptools==69.1.1
setuptools==69.2.0
# via pip-tools
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ idna==3.6
# via
# requests
# trio
lxml==5.1.0
lxml==5.2.1
# via
# -r requirements.in
# metsrw
Expand All @@ -52,7 +52,7 @@ requests==2.31.0
# via
# -r requirements.in
# amclient
selenium==4.18.1
selenium==4.19.0
# via -r requirements.in
six==1.16.0
# via
Expand All @@ -64,7 +64,7 @@ sortedcontainers==2.4.0
# via trio
tenacity==8.2.3
# via -r requirements.in
trio==0.24.0
trio==0.25.0
# via
# selenium
# trio-websocket
Expand Down

0 comments on commit 201f810

Please sign in to comment.