Skip to content

Commit f2c3cfd

Browse files
committed
Bump various requirements (meteofrance-api update & security fixes).
1 parent c71a1cd commit f2c3cfd

File tree

1 file changed

+20
-14
lines changed

1 file changed

+20
-14
lines changed

requirements.txt

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
# Direct dependencies
22
wheel
3+
Django==4.2.18; python_version != '3.7'
34
Django==3.2.25; python_version == '3.7'
4-
Django==4.2.17; python_version == '3.9'
55
django-stubs==1.11.0
66
django-stubs-ext==0.4.0
77
mypy==0.950
88
gunicorn==22.0.0
99
lockfile==0.12.2
1010
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'
1213
mpg123==0.4
1314
psycopg2-binary==2.9.3
1415
pytest==7.0.1
@@ -17,7 +18,8 @@ pytest-django==3.8.0
1718
pytest-pep8==1.0.6
1819
asynctest==0.13.0
1920
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'
2123
flake8==4.0.1
2224
isort==5.10.1
2325
pre_commit==2.17.0
@@ -56,15 +58,16 @@ ndef==0.2
5658
# Indirect frozen dependencies
5759
mypy_extensions==0.4.3
5860
# 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'
6063
pathspec==0.9.0
6164
toml==0.10.2
6265
appdirs==1.4.4
6366
regex==2022.3.2
6467
typed_ast==1.5.2
6568
click==8.1.2
6669
pytz==2021.3
67-
asgiref==3.6.0
70+
asgiref==3.7.2
6871
sqlparse==0.4.4; python_version == '3.7'
6972
sqlparse==0.5.0; python_version != '3.7'
7073
# Latest importlib_metadata compatible with latest flake8
@@ -84,9 +87,9 @@ attrs==21.4.0
8487
wcwidth==0.2.5
8588
more_itertools==8.12.0
8689
pluggy==0.13.1
87-
packaging==21.3
90+
packaging==24.0
8891
py==1.11.0
89-
virtualenv==20.13.3
92+
virtualenv==20.26.6
9093
nodeenv==1.6.0
9194
PyYAML==6.0
9295
identify==2.4.11
@@ -100,25 +103,28 @@ num2words==0.5.10
100103
scikit_learn==0.24.2
101104
deprecation==2.1.0
102105
pyaml==19.12.0
106+
# Latest future compatible with latest snips-nlu
103107
future==0.17.1
104108
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
108113
types_urllib3==1.26.15
109114
charset_normalizer==2.0.12
110115
idna==3.7
111116
execnet==1.9.0
112117
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
116121
docopt==0.6.2
117122
joblib==1.2.0
118123
python_crfsuite==0.9.7
119124
tabulate==0.8.9
120125
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'
122128
types_requests==2.27.30
123129
iniconfig==1.1.1
124130
tomli==2.0.1

0 commit comments

Comments
 (0)