From efa2ff973923b53a33651b1a4b64e3156088cc91 Mon Sep 17 00:00:00 2001 From: kcloud Date: Fri, 1 Nov 2024 00:09:10 +0000 Subject: [PATCH] Dependency updates --- .pre-commit-config.yaml | 8 ++++---- requirements.txt | 42 ++++++++++++++++++++++------------------- 2 files changed, 27 insertions(+), 23 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a6d52b0..f20a7e2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,20 +1,20 @@ repos: - repo: https://github.com/pre-commit/mirrors-autopep8 - rev: v1.6.0 + rev: v2.0.4 hooks: - id: autopep8 args: - --in-place - --aggressive - repo: https://github.com/pycqa/flake8 - rev: 4.0.1 + rev: 7.1.1 hooks: - id: flake8 - repo: https://github.com/pycqa/isort - rev: 5.10.1 + rev: 5.13.2 hooks: - id: isort - repo: https://github.com/jazzband/pip-tools - rev: 6.5.1 + rev: 7.4.1 hooks: - id: pip-compile diff --git a/requirements.txt b/requirements.txt index 150ce07..bc47237 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,18 +1,18 @@ # -# This file is autogenerated by pip-compile with python 3.10 -# To update, run: +# This file is autogenerated by pip-compile with Python 3.10 +# by the following command: # # pip-compile # archivessnake==0.9.1 # via -r requirements.in -asgiref==3.5.0 +asgiref==3.8.1 # via django -attrs==21.4.0 +attrs==24.2.0 # via archivessnake -boltons==21.0.0 +boltons==24.0.0 # via archivessnake -certifi==2021.10.8 +certifi==2024.8.30 # via requests charset-normalizer==2.0.12 # via requests @@ -25,29 +25,29 @@ django-cors-headers==3.11.0 # via -r requirements.in djangorestframework==3.13.1 # via -r requirements.in -idna==3.3 +idna==3.10 # via # requests # yarl inflect==5.4.0 # via -r requirements.in -jarowinkler==1.0.1 - # via rapidfuzz -more-itertools==8.12.0 +more-itertools==10.5.0 # via archivessnake -multidict==6.0.2 +multidict==6.1.0 # via yarl ordered-set==4.1.0 # via -r requirements.in +propcache==0.2.0 + # via yarl psycopg2-binary==2.9.3 # via -r requirements.in -pytz==2021.3 +pytz==2024.2 # via djangorestframework -pyyaml==6.0 +pyyaml==6.0.2 # via # archivessnake # vcrpy -rapidfuzz==2.0.6 +rapidfuzz==3.10.1 # via archivessnake requests==2.27.1 # via @@ -57,15 +57,19 @@ shortuuid==1.0.8 # via -r requirements.in six==1.16.0 # via vcrpy -sqlparse==0.4.2 +sqlparse==0.5.1 # via django -structlog==21.5.0 +structlog==24.4.0 # via archivessnake -urllib3==1.26.8 +typing-extensions==4.12.2 + # via + # asgiref + # multidict +urllib3==1.26.20 # via requests vcrpy==4.1.1 # via -r requirements.in -wrapt==1.14.0 +wrapt==1.16.0 # via vcrpy -yarl==1.7.2 +yarl==1.17.1 # via vcrpy