From 17a96230fdb181b18195fc8e9e14dda292bfee42 Mon Sep 17 00:00:00 2001 From: helrond Date: Tue, 1 Aug 2023 00:26:33 +0000 Subject: [PATCH] Dependency updates --- .pre-commit-config.yaml | 4 ++-- requirements.txt | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b8b212f..b011454 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 80614c6..55946ac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,11 +12,11 @@ attrs==23.1.0 # via archivessnake 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 # django-cors-headers @@ -34,7 +34,7 @@ idna==3.4 # yarl inflect==5.6.2 # via -r requirements.in -more-itertools==9.1.0 +more-itertools==10.0.0 # via archivessnake multidict==6.0.4 # via yarl @@ -44,11 +44,11 @@ psycopg2==2.9.6 # via -r requirements.in pytz==2023.3 # via djangorestframework -pyyaml==6.0 +pyyaml==6.0.1 # via # archivessnake # vcrpy -rapidfuzz==3.1.1 +rapidfuzz==3.1.2 # via archivessnake requests==2.31.0 # via @@ -62,9 +62,9 @@ sqlparse==0.4.4 # via django structlog==23.1.0 # via archivessnake -typing-extensions==4.7.0 +typing-extensions==4.7.1 # via asgiref -urllib3==2.0.3 +urllib3==2.0.4 # via requests vcrpy==4.4.0 # via -r requirements.in