Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
* Upgrade Python requirements
* Upgrade pre-commit dependencies
  • Loading branch information
replaceafill authored Oct 7, 2024
1 parent 6b22515 commit be99309
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .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.6.6
rev: v0.6.9
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand All @@ -22,7 +22,7 @@ repos:
- [email protected]
- [email protected]
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.41.0
rev: v0.42.0
hooks:
- id: markdownlint
exclude: |
Expand Down
13 changes: 7 additions & 6 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ asgiref==3.8.1
# django
bagit==1.8.1
# via -r requirements.txt
boto3==1.35.29
boto3==1.35.34
# via -r requirements.txt
botocore==1.35.29
botocore==1.35.34
# via
# -r requirements.txt
# boto3
# s3transfer
brotli==1.1.0
# via -r requirements.txt
build==1.2.2
build==1.2.2.post1
# via pip-tools
cachetools==5.5.0
# via tox
Expand Down Expand Up @@ -248,7 +248,7 @@ pyparsing==3.1.4
# oslo-utils
pyproject-api==1.8.0
# via tox
pyproject-hooks==1.1.0
pyproject-hooks==1.2.0
# via
# build
# pip-tools
Expand Down Expand Up @@ -341,22 +341,23 @@ sword2 @ git+https://github.com/artefactual-labs/python-client-sword2.git@619ee4
# via -r requirements.txt
text-unidecode==1.3
# via python-slugify
tomli==2.0.1
tomli==2.0.2
# via
# build
# coverage
# pip-tools
# pyproject-api
# pytest
# tox
tox==4.20.0
tox==4.21.2
# via -r requirements-dev.in
typing-extensions==4.12.2
# via
# -r requirements.txt
# asgiref
# dj-database-url
# pyee
# tox
tzdata==2024.2
# via
# -r requirements.txt
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ asgiref==3.8.1
# via django
bagit==1.8.1
# via -r requirements.in
boto3==1.35.29
boto3==1.35.34
# via -r requirements.in
botocore==1.35.29
botocore==1.35.34
# via
# boto3
# s3transfer
Expand Down

0 comments on commit be99309

Please sign in to comment.