1
1
# Direct dependencies
2
2
wheel
3
+ Django == 4.2.18 ; python_version != '3.7'
3
4
Django == 3.2.25 ; python_version == '3.7'
4
- Django == 4.2.17 ; python_version == '3.9'
5
5
django-stubs == 1.11.0
6
6
django-stubs-ext == 0.4.0
7
7
mypy == 0.950
8
8
gunicorn == 22.0.0
9
9
lockfile == 0.12.2
10
10
Mastodon.py == 1.5.1
11
- meteofrance-api == 1.0.2
11
+ meteofrance-api == 1.3.0 ; python_version != '3.7'
12
+ meteofrance-api == 1.0.2 ; python_version == '3.7'
12
13
mpg123 == 0.4
13
14
psycopg2-binary == 2.9.3
14
15
pytest == 7.0.1
@@ -17,7 +18,8 @@ pytest-django==3.8.0
17
18
pytest-pep8 == 1.0.6
18
19
asynctest == 0.13.0
19
20
coverage == 6.3.2
20
- black == 22.3.0
21
+ black == 23.3.0 ; python_version == '3.7'
22
+ black == 24.10.0 ; python_version != '3.7'
21
23
flake8 == 4.0.1
22
24
isort == 5.10.1
23
25
pre_commit == 2.17.0
@@ -56,15 +58,16 @@ ndef==0.2
56
58
# Indirect frozen dependencies
57
59
mypy_extensions == 0.4.3
58
60
# Latest typing_extensions compatible with latest meteofrance-api
59
- typing_extensions == 3.10.0.2
61
+ typing_extensions == 4.7.1 ; python_version == '3.7'
62
+ typing_extensions == 4.12.2 ; python_version != '3.7'
60
63
pathspec == 0.9.0
61
64
toml == 0.10.2
62
65
appdirs == 1.4.4
63
66
regex == 2022.3.2
64
67
typed_ast == 1.5.2
65
68
click == 8.1.2
66
69
pytz == 2021.3
67
- asgiref == 3.6.0
70
+ asgiref == 3.7.2
68
71
sqlparse == 0.4.4 ; python_version == '3.7'
69
72
sqlparse == 0.5.0 ; python_version != '3.7'
70
73
# Latest importlib_metadata compatible with latest flake8
@@ -84,9 +87,9 @@ attrs==21.4.0
84
87
wcwidth == 0.2.5
85
88
more_itertools == 8.12.0
86
89
pluggy == 0.13.1
87
- packaging == 21.3
90
+ packaging == 24.0
88
91
py == 1.11.0
89
- virtualenv == 20.13.3
92
+ virtualenv == 20.26.6
90
93
nodeenv == 1.6.0
91
94
PyYAML == 6.0
92
95
identify == 2.4.11
@@ -100,25 +103,28 @@ num2words==0.5.10
100
103
scikit_learn == 0.24.2
101
104
deprecation == 2.1.0
102
105
pyaml == 19.12.0
106
+ # Latest future compatible with latest snips-nlu
103
107
future == 0.17.1
104
108
sklearn_crfsuite == 0.3.6
105
- zipp == 3.7.0
106
- certifi == 2023.7.22
107
- urllib3 == 1.26.18
109
+ zipp == 3.15.0 ; python_version == '3.7'
110
+ zipp == 3.21.0 ; python_version != '3.7'
111
+ certifi == 2024.12.14
112
+ urllib3 == 1.26.20
108
113
types_urllib3 == 1.26.15
109
114
charset_normalizer == 2.0.12
110
115
idna == 3.7
111
116
execnet == 1.9.0
112
117
pyparsing == 3.0.7
113
- platformdirs == 2.5.1
114
- distlib == 0.3.4
115
- filelock == 3.6.0
118
+ platformdirs == 4.0.0
119
+ distlib == 0.3.9
120
+ filelock == 3.12.2
116
121
docopt == 0.6.2
117
122
joblib == 1.2.0
118
123
python_crfsuite == 0.9.7
119
124
tabulate == 0.8.9
120
125
tqdm == 4.66.3
121
- requests == 2.31.0
126
+ requests == 2.31.0 ; python_version == '3.7'
127
+ requests == 2.32.3 ; python_version != '3.7'
122
128
types_requests == 2.27.30
123
129
iniconfig == 1.1.1
124
130
tomli == 2.0.1
0 commit comments