diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b8b212f2..b0114543 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ repos: - --in-place - --aggressive - repo: https://github.com/pycqa/flake8 - rev: 6.0.0 + rev: 6.1.0 hooks: - id: flake8 - repo: https://github.com/pycqa/isort @@ -15,6 +15,6 @@ repos: hooks: - id: isort - repo: https://github.com/jazzband/pip-tools - rev: 6.13.0 + rev: 7.1.0 hooks: - id: pip-compile diff --git a/requirements.txt b/requirements.txt index c2e1908d..91e4fa27 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,15 +14,16 @@ attrs==23.1.0 # via # archivessnake # jsonschema + # referencing bagit==1.8.1 # via asterism boltons==23.0.0 # via archivessnake -certifi==2023.5.7 +certifi==2023.7.22 # via requests -charset-normalizer==3.1.0 +charset-normalizer==3.2.0 # via requests -django==4.2.2 +django==4.2.3 # via # -r requirements.in # asterism @@ -45,11 +46,13 @@ idna==3.4 # yarl iso-639==0.4.5 # via -r requirements.in -jsonschema==4.17.3 +jsonschema==4.18.4 # via # -r requirements.in # rac-schema-validator -more-itertools==9.1.0 +jsonschema-specifications==2023.7.1 + # via jsonschema +more-itertools==10.0.0 # via archivessnake multidict==6.0.4 # via yarl @@ -57,24 +60,30 @@ odin==1.8.1 # via -r requirements.in psycopg2==2.9.6 # via -r requirements.in -pyrsistent==0.19.3 - # via jsonschema pytz==2023.3 # via djangorestframework -pyyaml==6.0 +pyyaml==6.0.1 # via # -r requirements.in # archivessnake # vcrpy rac-schema-validator==0.1 # via -r requirements.in -rapidfuzz==3.1.1 +rapidfuzz==3.1.2 # via archivessnake +referencing==0.30.0 + # via + # jsonschema + # jsonschema-specifications requests==2.31.0 # via # -r requirements.in # archivessnake # electronbonder +rpds-py==0.9.2 + # via + # jsonschema + # referencing shortuuid==1.0.11 # via -r requirements.in six==1.16.0 @@ -86,11 +95,11 @@ sqlparse==0.4.4 # via django structlog==23.1.0 # via archivessnake -typing-extensions==4.7.0 +typing-extensions==4.7.1 # via asgiref uritemplate==4.1.1 # via -r requirements.in -urllib3==2.0.3 +urllib3==2.0.4 # via requests vcrpy==4.4.0 # via -r requirements.in