diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a6d52b0..7ed3629 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.0.0 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.3.0 hooks: - id: pip-compile diff --git a/requirements.txt b/requirements.txt index 8bdfb15..7547aa0 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.7.2 # via django -asterism==0.8 +asterism==0.8.0 # via -r requirements.in bagit==1.8.1 # via asterism -certifi==2021.5.30 +certifi==2023.11.17 # 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.6 # via requests odin==1.7.3 # via @@ -54,7 +54,7 @@ psycopg2-binary==2.9.3 # asterism python-dateutil==2.8.2 # via elasticsearch-dsl -pytz==2021.1 +pytz==2023.4 # 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.4.4 # via django -urllib3==1.26.6 +typing-extensions==4.9.0 + # via asgiref +urllib3==1.26.18 # via # elasticsearch # requests