Skip to content

Commit 2ee1b83

Browse files
authored
Dependency updates
1 parent 82e84fa commit 2ee1b83

File tree

2 files changed

+15
-13
lines changed

2 files changed

+15
-13
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: 6.1.0
1111
hooks:
1212
- id: flake8
1313
- repo: https://github.com/pycqa/isort
14-
rev: 5.10.1
14+
rev: 5.12.0
1515
hooks:
1616
- id: isort
1717
- repo: https://github.com/jazzband/pip-tools
18-
rev: 6.5.1
18+
rev: 7.3.0
1919
hooks:
2020
- id: pip-compile

requirements.txt

+11-9
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.7.2
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==2023.7.22
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.4
4646
# via requests
4747
odin==1.7.3
4848
# via
@@ -54,7 +54,7 @@ psycopg2-binary==2.9.3
5454
# asterism
5555
python-dateutil==2.8.2
5656
# via elasticsearch-dsl
57-
pytz==2021.1
57+
pytz==2023.3.post1
5858
# via djangorestframework
5959
rac-es==1.0.0
6060
# via -r requirements.in
@@ -68,9 +68,11 @@ six==1.16.0
6868
# electronbonder
6969
# odin
7070
# python-dateutil
71-
sqlparse==0.4.2
71+
sqlparse==0.4.4
7272
# via django
73-
urllib3==1.26.6
73+
typing-extensions==4.8.0
74+
# via asgiref
75+
urllib3==1.26.16
7476
# via
7577
# elasticsearch
7678
# requests

0 commit comments

Comments
 (0)