Skip to content
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 @@ -11,11 +11,11 @@ repos:
hooks:
- id: flake8
- repo: https://github.com/pycqa/isort
rev: 6.0.1
rev: 7.0.0
hooks:
- id: isort
- repo: https://github.com/jazzband/pip-tools
rev: v7.5.0
rev: v7.5.1
hooks:
- id: pip-compile
args:
Expand Down
36 changes: 18 additions & 18 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
archivessnake==0.10.1
# via -r requirements.in
arrow==1.3.0
arrow==1.4.0
# via -r requirements.in
asgiref==3.9.2
asgiref==3.10.0
# via django
asterism==1.1.0
# via -r requirements.in
attrs==25.3.0
attrs==25.4.0
# via
# archivessnake
# jsonschema
# referencing
authlib==1.6.4
authlib==1.6.5
# via -r requirements.in
bagit==1.9.0
# via
Expand All @@ -22,27 +22,27 @@ bagit-profile==1.3.1
# via -r requirements.in
boltons==25.0.0
# via archivessnake
boto3==1.40.42
boto3==1.40.64
# via
# -r requirements.in
# moto
botocore==1.40.42
botocore==1.40.64
# via
# boto3
# moto
# s3transfer
certifi==2025.8.3
certifi==2025.10.5
# via requests
cffi==2.0.0
# via cryptography
charset-normalizer==3.4.3
charset-normalizer==3.4.4
# via requests
cryptography==46.0.1
cryptography==46.0.3
# via
# authlib
# moto
# pyjwt
django==4.2.24
django==4.2.25
# via
# -r requirements.in
# asterism
Expand All @@ -66,7 +66,7 @@ drf-jwt==1.19.2
# via -r requirements.in
ecdsa==0.19.1
# via python-jose
idna==3.10
idna==3.11
# via requests
inflection==0.5.1
# via -r requirements.in
Expand All @@ -90,7 +90,7 @@ markupsafe==3.0.3
# werkzeug
more-itertools==10.8.0
# via archivessnake
moto==5.1.15
moto==5.1.16
# via -r requirements.in
mysqlclient==2.2.7
# via -r requirements.in
Expand Down Expand Up @@ -123,9 +123,9 @@ pyyaml==6.0.3
# responses
rac-schema-validator==1.0
# via -r requirements.in
rapidfuzz==3.14.1
rapidfuzz==3.14.3
# via archivessnake
referencing==0.36.2
referencing==0.37.0
# via
# jsonschema
# jsonschema-specifications
Expand All @@ -138,7 +138,7 @@ requests==2.32.5
# responses
responses==0.25.8
# via moto
rpds-py==0.27.1
rpds-py==0.28.0
# via
# jsonschema
# referencing
Expand All @@ -152,16 +152,16 @@ six==1.17.0
# python-dateutil
sqlparse==0.5.3
# via django
structlog==25.4.0
structlog==25.5.0
# via archivessnake
types-python-dateutil==2.9.0.20250822
# via arrow
typing-extensions==4.15.0
# via
# asgiref
# cryptography
# referencing
# structlog
tzdata==2025.2
# via arrow
uritemplate==4.2.0
# via -r requirements.in
urllib3==2.5.0
Expand Down
Loading