Skip to content

Commit 4e3529b

Browse files
committed
Update meteofrance-api and typing_extensions
Signed-off-by: Paul Guyot <[email protected]>
1 parent d758362 commit 4e3529b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

requirements.txt

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ 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.2.0; python_version == '3.7'
1213
mpg123==0.4
1314
psycopg2-binary==2.9.3
1415
pytest==7.0.1
@@ -55,8 +56,7 @@ ndef==0.2
5556

5657
# Indirect frozen dependencies
5758
mypy_extensions==0.4.3
58-
# Latest typing_extensions compatible with latest meteofrance-api
59-
typing_extensions==3.10.0.2
59+
typing_extensions==4.7.1
6060
pathspec==0.9.0
6161
toml==0.10.2
6262
appdirs==1.4.4
@@ -65,8 +65,8 @@ typed_ast==1.5.2
6565
click==8.1.2
6666
pytz==2021.3
6767
asgiref==3.5.0
68-
sqlparse==0.4.4; python_version == '3.7'
6968
sqlparse==0.5.0; python_version != '3.7'
69+
sqlparse==0.4.4; python_version == '3.7'
7070
# Latest importlib_metadata compatible with latest flake8
7171
importlib_metadata==4.2.0
7272
mccabe==0.6.1
@@ -100,11 +100,12 @@ num2words==0.5.10
100100
scikit_learn==0.24.2
101101
deprecation==2.1.0
102102
pyaml==19.12.0
103+
# Latest future compatible with latest snips-nlu
103104
future==0.17.1
104105
sklearn_crfsuite==0.3.6
105106
zipp==3.7.0
106107
certifi==2023.7.22
107-
urllib3==1.26.8
108+
urllib3==1.26.18
108109
types_urllib3==1.26.15
109110
charset_normalizer==2.0.12
110111
idna==3.3

0 commit comments

Comments
 (0)