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 Jul 9, 2024
1 parent e97b72c commit fbc613a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.9
rev: v0.5.1
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
12 changes: 6 additions & 6 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@
#
build==1.2.1
# via pip-tools
certifi==2024.6.2
certifi==2024.7.4
# via requests
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via pip-tools
coverage[toml]==7.5.3
coverage[toml]==7.5.4
# via
# amclient (pyproject.toml)
# pytest-cov
exceptiongroup==1.2.1
# via pytest
idna==3.7
# via requests
importlib-metadata==7.1.0
importlib-metadata==8.0.0
# via build
iniconfig==2.0.0
# via pytest
Expand All @@ -44,7 +44,7 @@ pytest-cov==5.0.0
# via amclient (pyproject.toml)
requests==2.32.3
# via amclient (pyproject.toml)
ruff==0.4.9
ruff==0.5.1
# via amclient (pyproject.toml)
tomli==2.0.1
# via
Expand All @@ -62,7 +62,7 @@ zipp==3.19.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
pip==24.0
pip==24.1.2
# via pip-tools
setuptools==70.1.0
setuptools==70.2.0
# via pip-tools
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --allow-unsafe --output-file=requirements.txt pyproject.toml
#
certifi==2024.6.2
certifi==2024.7.4
# via requests
charset-normalizer==3.3.2
# via requests
Expand Down

0 comments on commit fbc613a

Please sign in to comment.