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 Aug 30, 2024
1 parent f4d2a13 commit 61cef2d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ repos:
hooks:
- id: end-of-file-fixer
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.1
rev: v0.6.3
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- id: ruff-format
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.1
rev: v1.11.2
hooks:
- id: mypy
additional_dependencies:
Expand Down
22 changes: 11 additions & 11 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ behave==1.2.6
# via -r requirements.txt
build==1.2.1
# via pip-tools
cachetools==5.4.0
cachetools==5.5.0
# via tox
certifi==2024.7.4
certifi==2024.8.30
# via
# -r requirements.txt
# requests
Expand Down Expand Up @@ -47,14 +47,14 @@ h11==0.14.0
# via
# -r requirements.txt
# wsproto
idna==3.7
idna==3.8
# via
# -r requirements.txt
# requests
# trio
importlib-metadata==8.2.0
importlib-metadata==8.4.0
# via build
lxml==5.2.2
lxml==5.3.0
# via
# -r requirements.txt
# metsrw
Expand All @@ -74,7 +74,7 @@ parse==1.20.2
# -r requirements.txt
# behave
# parse-type
parse-type==0.6.2
parse-type==0.6.3
# via
# -r requirements.txt
# behave
Expand Down Expand Up @@ -106,9 +106,9 @@ requests==2.32.3
# via
# -r requirements.txt
# amclient
ruff==0.5.6
ruff==0.6.3
# via -r requirements-dev.in
selenium==4.23.1
selenium==4.24.0
# via -r requirements.txt
six==1.16.0
# via
Expand All @@ -131,7 +131,7 @@ tomli==2.0.1
# pip-tools
# pyproject-api
# tox
tox==4.17.1
tox==4.18.0
# via -r requirements-dev.in
trio==0.26.2
# via
Expand Down Expand Up @@ -164,11 +164,11 @@ wsproto==1.2.0
# via
# -r requirements.txt
# trio-websocket
zipp==3.19.2
zipp==3.20.1
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via pip-tools
setuptools==72.1.0
setuptools==74.0.0
# via pip-tools
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ attrs==24.2.0
# trio
behave==1.2.6
# via -r requirements.in
certifi==2024.7.4
certifi==2024.8.30
# via
# requests
# selenium
Expand All @@ -24,11 +24,11 @@ exceptiongroup==1.2.2
# trio-websocket
h11==0.14.0
# via wsproto
idna==3.7
idna==3.8
# via
# requests
# trio
lxml==5.2.2
lxml==5.3.0
# via
# -r requirements.in
# metsrw
Expand All @@ -40,7 +40,7 @@ parse==1.20.2
# via
# behave
# parse-type
parse-type==0.6.2
parse-type==0.6.3
# via behave
pexpect==4.9.0
# via -r requirements.in
Expand All @@ -52,7 +52,7 @@ requests==2.32.3
# via
# -r requirements.in
# amclient
selenium==4.23.1
selenium==4.24.0
# via -r requirements.in
six==1.16.0
# via
Expand Down

0 comments on commit 61cef2d

Please sign in to comment.