File tree 2 files changed +16
-14
lines changed
2 files changed +16
-14
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/pre-commit/mirrors-autopep8
3
- rev : v1.6.0
3
+ rev : v2.0.4
4
4
hooks :
5
5
- id : autopep8
6
6
args :
7
7
- --in-place
8
8
- --aggressive
9
9
- repo : https://github.com/pycqa/flake8
10
- rev : 4.0.1
10
+ rev : 7.1.0
11
11
hooks :
12
12
- id : flake8
13
13
- repo : https://github.com/pycqa/isort
14
- rev : 5.10.1
14
+ rev : 5.13.2
15
15
hooks :
16
16
- id : isort
17
17
- repo : https://github.com/jazzband/pip-tools
18
- rev : 6.5 .1
18
+ rev : 7.4 .1
19
19
hooks :
20
20
- id : pip-compile
Original file line number Diff line number Diff line change 1
1
#
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 :
4
4
#
5
5
# pip-compile
6
6
#
7
- asgiref == 3.4 .1
7
+ asgiref == 3.8 .1
8
8
# via django
9
- asterism == 0.8
9
+ asterism == 0.8.0
10
10
# via -r requirements.in
11
11
bagit == 1.8.1
12
12
# via asterism
13
- certifi == 2021.5.30
13
+ certifi == 2024.7.4
14
14
# via
15
15
# elasticsearch
16
16
# requests
@@ -42,7 +42,7 @@ elasticsearch-dsl==7.4.0
42
42
# rac-es
43
43
electronbonder == 1.0
44
44
# via -r requirements.in
45
- idna == 2.10
45
+ idna == 3.7
46
46
# via requests
47
47
odin == 1.7.3
48
48
# via
@@ -52,9 +52,9 @@ psycopg2-binary==2.9.3
52
52
# via
53
53
# -r requirements.in
54
54
# asterism
55
- python-dateutil == 2.8.2
55
+ python-dateutil == 2.9.0.post0
56
56
# via elasticsearch-dsl
57
- pytz == 2021 .1
57
+ pytz == 2024 .1
58
58
# via djangorestframework
59
59
rac-es == 1.0.0
60
60
# via -r requirements.in
@@ -68,9 +68,11 @@ six==1.16.0
68
68
# electronbonder
69
69
# odin
70
70
# python-dateutil
71
- sqlparse == 0.4.2
71
+ sqlparse == 0.5.1
72
72
# via django
73
- urllib3 == 1.26.6
73
+ typing-extensions == 4.12.2
74
+ # via asgiref
75
+ urllib3 == 1.26.19
74
76
# via
75
77
# elasticsearch
76
78
# requests
You can’t perform that action at this time.
0 commit comments