Skip to content

Commit 468bc43

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

requirements.txt

Lines changed: 4 additions & 4 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

0 commit comments

Comments
 (0)