Skip to content

Commit

Permalink
Update meteofrance-api and typing_extensions
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Guyot <[email protected]>
  • Loading branch information
pguyot committed May 5, 2024
1 parent d758362 commit 468bc43
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ mypy==0.950
gunicorn==22.0.0
lockfile==0.12.2
Mastodon.py==1.5.1
meteofrance-api==1.0.2
meteofrance-api==1.3.0; python_version != '3.7'
meteofrance-api==1.2.0; python_version == '3.7'
mpg123==0.4
psycopg2-binary==2.9.3
pytest==7.0.1
Expand Down Expand Up @@ -55,8 +56,7 @@ ndef==0.2

# Indirect frozen dependencies
mypy_extensions==0.4.3
# Latest typing_extensions compatible with latest meteofrance-api
typing_extensions==3.10.0.2
typing_extensions==4.7.1
pathspec==0.9.0
toml==0.10.2
appdirs==1.4.4
Expand All @@ -65,8 +65,8 @@ typed_ast==1.5.2
click==8.1.2
pytz==2021.3
asgiref==3.5.0
sqlparse==0.4.4; python_version == '3.7'
sqlparse==0.5.0; python_version != '3.7'
sqlparse==0.4.4; python_version == '3.7'
# Latest importlib_metadata compatible with latest flake8
importlib_metadata==4.2.0
mccabe==0.6.1
Expand Down

0 comments on commit 468bc43

Please sign in to comment.