Skip to content

Commit 962e8ed

Browse files
authored
Dependency updates
1 parent 82e84fa commit 962e8ed

File tree

2 files changed

+17
-15
lines changed

2 files changed

+17
-15
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
repos:
22
- repo: https://github.com/pre-commit/mirrors-autopep8
3-
rev: v1.6.0
3+
rev: v2.0.4
44
hooks:
55
- id: autopep8
66
args:
77
- --in-place
88
- --aggressive
99
- repo: https://github.com/pycqa/flake8
10-
rev: 4.0.1
10+
rev: 7.2.0
1111
hooks:
1212
- id: flake8
1313
- repo: https://github.com/pycqa/isort
14-
rev: 5.10.1
14+
rev: 6.0.1
1515
hooks:
1616
- id: isort
1717
- repo: https://github.com/jazzband/pip-tools
18-
rev: 6.5.1
18+
rev: 7.4.1
1919
hooks:
2020
- id: pip-compile

requirements.txt

+13-11
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
#
2-
# This file is autogenerated by pip-compile with python 3.10
3-
# To update, run:
2+
# This file is autogenerated by pip-compile with Python 3.10
3+
# by the following command:
44
#
55
# pip-compile
66
#
7-
asgiref==3.4.1
7+
asgiref==3.8.1
88
# via django
9-
asterism==0.8
9+
asterism==0.8.0
1010
# via -r requirements.in
1111
bagit==1.8.1
1212
# via asterism
13-
certifi==2021.5.30
13+
certifi==2025.4.26
1414
# via
1515
# elasticsearch
1616
# requests
@@ -42,7 +42,7 @@ elasticsearch-dsl==7.4.0
4242
# rac-es
4343
electronbonder==1.0
4444
# via -r requirements.in
45-
idna==2.10
45+
idna==3.10
4646
# via requests
4747
odin==1.7.3
4848
# via
@@ -52,25 +52,27 @@ psycopg2-binary==2.9.3
5252
# via
5353
# -r requirements.in
5454
# asterism
55-
python-dateutil==2.8.2
55+
python-dateutil==2.9.0.post0
5656
# via elasticsearch-dsl
57-
pytz==2021.1
57+
pytz==2025.2
5858
# via djangorestframework
5959
rac-es==1.0.0
6060
# via -r requirements.in
6161
requests==2.27.1
6262
# via
6363
# -r requirements.in
6464
# electronbonder
65-
six==1.16.0
65+
six==1.17.0
6666
# via
6767
# elasticsearch-dsl
6868
# electronbonder
6969
# odin
7070
# python-dateutil
71-
sqlparse==0.4.2
71+
sqlparse==0.5.3
7272
# via django
73-
urllib3==1.26.6
73+
typing-extensions==4.13.2
74+
# via asgiref
75+
urllib3==1.26.20
7476
# via
7577
# elasticsearch
7678
# requests

0 commit comments

Comments
 (0)