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 15, 2024
1 parent 991dc3b commit 261f337
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 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/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: pretty-format-json
args: [--no-ensure-ascii, --autofix]
Expand Down
10 changes: 5 additions & 5 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ asgiref==3.8.1
# django
bagit==1.8.1
# via -r requirements.txt
boto3==1.34.78
boto3==1.34.83
# via -r requirements.txt
botocore==1.34.78
botocore==1.34.83
# via
# -r requirements.txt
# boto3
Expand Down Expand Up @@ -86,7 +86,7 @@ django-tastypie==0.14.6
# via -r requirements.txt
exceptiongroup==1.2.0
# via pytest
filelock==3.13.3
filelock==3.13.4
# via
# tox
# virtualenv
Expand All @@ -102,7 +102,7 @@ httplib2==0.22.0
# via
# -r requirements.txt
# sword2
idna==3.6
idna==3.7
# via
# -r requirements.txt
# requests
Expand Down Expand Up @@ -334,7 +334,7 @@ tomli==2.0.1
# tox
tox==4.14.2
# via -r requirements-dev.in
typing-extensions==4.10.0
typing-extensions==4.11.0
# via
# -r requirements.txt
# asgiref
Expand Down
8 changes: 4 additions & 4 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.34.78
boto3==1.34.83
# via -r requirements.in
botocore==1.34.78
botocore==1.34.83
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -65,7 +65,7 @@ gunicorn==21.2.0
# via -r requirements.in
httplib2==0.22.0
# via sword2
idna==3.6
idna==3.7
# via requests
importlib-resources==6.4.0
# via -r requirements.in
Expand Down Expand Up @@ -198,7 +198,7 @@ stevedore==5.2.0
# python-keystoneclient
sword2 @ git+https://github.com/artefactual-labs/python-client-sword2.git@619ee44467dcdb2ab75fab16864ea2e4ded7ffe4
# via -r requirements.in
typing-extensions==4.10.0
typing-extensions==4.11.0
# via
# asgiref
# dj-database-url
Expand Down

0 comments on commit 261f337

Please sign in to comment.