diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 54bbfb8..7ed3629 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.1.0 + rev: 7.0.0 hooks: - id: flake8 - repo: https://github.com/pycqa/isort diff --git a/requirements.txt b/requirements.txt index a315a84..935a9ce 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ certifi==2023.11.17 # via requests charset-normalizer==3.3.2 # via requests -django==4.2.8 +django==4.2.9 # via # -r requirements.in # django-common-helpers @@ -40,7 +40,7 @@ idna==3.6 # yarl inflect==6.0.5 # via -r requirements.in -more-itertools==10.1.0 +more-itertools==10.2.0 # via archivessnake multidict==6.0.4 # via yarl @@ -48,9 +48,9 @@ ordered-set==4.1.0 # via -r requirements.in psycopg2==2.9.9 # via -r requirements.in -pydantic==1.10.13 +pydantic==1.10.14 # via inflect -pytz==2023.3.post1 +pytz==2023.4 # via djangorestframework pyyaml==6.0.1 # via @@ -66,13 +66,13 @@ shortuuid==1.0.11 # via -r requirements.in sqlparse==0.4.4 # via django -structlog==23.3.0 +structlog==24.1.0 # via archivessnake typing-extensions==4.9.0 # via # asgiref # pydantic -urllib3==2.1.0 +urllib3==2.2.0 # via requests vcrpy==5.1.0 # via -r requirements.in