Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade dependencies #212

Merged
merged 2 commits into from
Oct 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.6.9
rev: v0.7.0
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- id: ruff-format
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.2
rev: v1.12.1
hooks:
- id: mypy
additional_dependencies:
Expand Down
14 changes: 7 additions & 7 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ certifi==2024.8.30
# selenium
chardet==5.2.0
# via tox
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via
# -r requirements.txt
# requests
click==8.1.7
# via pip-tools
colorama==0.4.6
# via tox
distlib==0.3.8
distlib==0.3.9
# via virtualenv
exceptiongroup==1.2.2
# via
Expand Down Expand Up @@ -106,7 +106,7 @@ requests==2.32.3
# via
# -r requirements.txt
# amclient
ruff==0.6.9
ruff==0.7.0
# via -r requirements-dev.in
selenium==4.25.0
# via -r requirements.txt
Expand All @@ -131,9 +131,9 @@ tomli==2.0.2
# pip-tools
# pyproject-api
# tox
tox==4.21.2
tox==4.23.2
# via -r requirements-dev.in
trio==0.26.2
trio==0.27.0
# via
# -r requirements.txt
# selenium
Expand All @@ -153,7 +153,7 @@ urllib3[socks]==2.2.3
# amclient
# requests
# selenium
virtualenv==20.26.6
virtualenv==20.27.0
# via tox
websocket-client==1.8.0
# via
Expand All @@ -171,5 +171,5 @@ zipp==3.20.2
# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via pip-tools
setuptools==75.1.0
setuptools==75.2.0
# via pip-tools
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ certifi==2024.8.30
# via
# requests
# selenium
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via requests
exceptiongroup==1.2.2
# via
Expand Down Expand Up @@ -64,7 +64,7 @@ sortedcontainers==2.4.0
# via trio
tenacity==9.0.0
# via -r requirements.in
trio==0.26.2
trio==0.27.0
# via
# selenium
# trio-websocket
Expand Down