diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 28c9636..f20a7e2 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: 7.1.0 + rev: 7.1.1 hooks: - id: flake8 - repo: https://github.com/pycqa/isort diff --git a/requirements.txt b/requirements.txt index bcdb877..ec47135 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,15 +8,15 @@ archivessnake==0.10.1 # via -r requirements.in asgiref==3.8.1 # via django -attrs==23.2.0 +attrs==24.2.0 # via archivessnake boltons==24.0.0 # via archivessnake -certifi==2024.7.4 +certifi==2024.8.30 # via requests charset-normalizer==3.3.2 # via requests -django==4.2.14 +django==4.2.15 # via # -r requirements.in # django-common-helpers @@ -34,13 +34,13 @@ django4-cron==0.5.1 # via -r requirements.in djangorestframework==3.15.2 # via -r requirements.in -idna==3.7 +idna==3.8 # via # requests # yarl inflect==6.0.5 # via -r requirements.in -more-itertools==10.3.0 +more-itertools==10.4.0 # via archivessnake multidict==6.0.5 # via yarl @@ -48,13 +48,13 @@ ordered-set==4.1.0 # via -r requirements.in psycopg2==2.9.9 # via -r requirements.in -pydantic==1.10.17 +pydantic==1.10.18 # via inflect -pyyaml==6.0.1 +pyyaml==6.0.2 # via # archivessnake # vcrpy -rapidfuzz==3.9.5 +rapidfuzz==3.9.6 # via archivessnake requests==2.32.3 # via @@ -76,5 +76,5 @@ vcrpy==5.1.0 # via -r requirements.in wrapt==1.16.0 # via vcrpy -yarl==1.9.4 +yarl==1.9.6 # via vcrpy