Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -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.3.0
hooks:
- id: flake8
- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 6.0.1
hooks:
- id: isort
- repo: https://github.com/jazzband/pip-tools
rev: 6.5.1
rev: 7.4.1
hooks:
- id: pip-compile
26 changes: 14 additions & 12 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
bagit==1.9.0
# via asterism
certifi==2021.5.30
certifi==2025.6.15
# via
# elasticsearch
# requests
Expand Down Expand Up @@ -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
Expand All @@ -52,25 +52,27 @@ 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==2025.2
# via djangorestframework
rac-es==1.0.0
# via -r requirements.in
requests==2.27.1
# via
# -r requirements.in
# electronbonder
six==1.16.0
six==1.17.0
# via
# elasticsearch-dsl
# electronbonder
# odin
# python-dateutil
sqlparse==0.4.2
sqlparse==0.5.3
# via django
urllib3==1.26.6
typing-extensions==4.14.0
# via asgiref
urllib3==1.26.20
# via
# elasticsearch
# requests