File tree 2 files changed +17
-15
lines changed
2 files changed +17
-15
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.2.0
11
11
hooks :
12
12
- id : flake8
13
13
- repo : https://github.com/pycqa/isort
14
- rev : 5.10 .1
14
+ rev : 6.0 .1
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 == 2025.4.26
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 .10
46
46
# via requests
47
47
odin == 1.7.3
48
48
# via
@@ -52,25 +52,27 @@ 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 == 2025.2
58
58
# via djangorestframework
59
59
rac-es == 1.0.0
60
60
# via -r requirements.in
61
61
requests == 2.27.1
62
62
# via
63
63
# -r requirements.in
64
64
# electronbonder
65
- six == 1.16 .0
65
+ six == 1.17 .0
66
66
# via
67
67
# elasticsearch-dsl
68
68
# electronbonder
69
69
# odin
70
70
# python-dateutil
71
- sqlparse == 0.4.2
71
+ sqlparse == 0.5.3
72
72
# via django
73
- urllib3 == 1.26.6
73
+ typing-extensions == 4.13.2
74
+ # via asgiref
75
+ urllib3 == 1.26.20
74
76
# via
75
77
# elasticsearch
76
78
# requests
You can’t perform that action at this time.
0 commit comments