From ad5921c0e630e010e4cd4e8e524cc8660c9aec9d Mon Sep 17 00:00:00 2001 From: kcloud Date: Tue, 1 Oct 2024 00:03:11 +0000 Subject: [PATCH] Dependency updates --- .pre-commit-config.yaml | 8 ++++---- requirements.txt | 22 ++++++++++++---------- 2 files changed, 16 insertions(+), 14 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 8bdfb15..985cb7c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,16 +1,16 @@ # -# 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 # -asgiref==3.4.1 +asgiref==3.8.1 # via django -asterism==0.8 +asterism==0.8.0 # via -r requirements.in bagit==1.8.1 # via asterism -certifi==2021.5.30 +certifi==2024.8.30 # via # elasticsearch # requests @@ -42,7 +42,7 @@ elasticsearch-dsl==7.4.0 # rac-es electronbonder==1.0 # via -r requirements.in -idna==2.10 +idna==3.10 # via requests odin==1.7.3 # via @@ -52,9 +52,9 @@ psycopg2-binary==2.9.3 # via # -r requirements.in # asterism -python-dateutil==2.8.2 +python-dateutil==2.9.0.post0 # via elasticsearch-dsl -pytz==2021.1 +pytz==2024.2 # via djangorestframework rac-es==1.0.0 # via -r requirements.in @@ -68,9 +68,11 @@ six==1.16.0 # electronbonder # odin # python-dateutil -sqlparse==0.4.2 +sqlparse==0.5.1 # via django -urllib3==1.26.6 +typing-extensions==4.12.2 + # via asgiref +urllib3==1.26.20 # via # elasticsearch # requests