Skip to content

Commit

Permalink
Bump various requirements (meteofrance-api update & security fixes).
Browse files Browse the repository at this point in the history
  • Loading branch information
f-laurens committed Jan 15, 2025
1 parent c71a1cd commit f2c3cfd
Showing 1 changed file with 20 additions and 14 deletions.
34 changes: 20 additions & 14 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# Direct dependencies
wheel
Django==4.2.18; python_version != '3.7'
Django==3.2.25; python_version == '3.7'
Django==4.2.17; python_version == '3.9'
django-stubs==1.11.0
django-stubs-ext==0.4.0
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.0.2; python_version == '3.7'
mpg123==0.4
psycopg2-binary==2.9.3
pytest==7.0.1
Expand All @@ -17,7 +18,8 @@ pytest-django==3.8.0
pytest-pep8==1.0.6
asynctest==0.13.0
coverage==6.3.2
black==22.3.0
black==23.3.0; python_version == '3.7'
black==24.10.0; python_version != '3.7'
flake8==4.0.1
isort==5.10.1
pre_commit==2.17.0
Expand Down Expand Up @@ -56,15 +58,16 @@ 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; python_version == '3.7'
typing_extensions==4.12.2; python_version != '3.7'
pathspec==0.9.0
toml==0.10.2
appdirs==1.4.4
regex==2022.3.2
typed_ast==1.5.2
click==8.1.2
pytz==2021.3
asgiref==3.6.0
asgiref==3.7.2
sqlparse==0.4.4; python_version == '3.7'
sqlparse==0.5.0; python_version != '3.7'
# Latest importlib_metadata compatible with latest flake8
Expand All @@ -84,9 +87,9 @@ attrs==21.4.0
wcwidth==0.2.5
more_itertools==8.12.0
pluggy==0.13.1
packaging==21.3
packaging==24.0
py==1.11.0
virtualenv==20.13.3
virtualenv==20.26.6
nodeenv==1.6.0
PyYAML==6.0
identify==2.4.11
Expand All @@ -100,25 +103,28 @@ num2words==0.5.10
scikit_learn==0.24.2
deprecation==2.1.0
pyaml==19.12.0
# Latest future compatible with latest snips-nlu
future==0.17.1
sklearn_crfsuite==0.3.6
zipp==3.7.0
certifi==2023.7.22
urllib3==1.26.18
zipp==3.15.0; python_version == '3.7'
zipp==3.21.0; python_version != '3.7'
certifi==2024.12.14
urllib3==1.26.20
types_urllib3==1.26.15
charset_normalizer==2.0.12
idna==3.7
execnet==1.9.0
pyparsing==3.0.7
platformdirs==2.5.1
distlib==0.3.4
filelock==3.6.0
platformdirs==4.0.0
distlib==0.3.9
filelock==3.12.2
docopt==0.6.2
joblib==1.2.0
python_crfsuite==0.9.7
tabulate==0.8.9
tqdm==4.66.3
requests==2.31.0
requests==2.31.0; python_version == '3.7'
requests==2.32.3; python_version != '3.7'
types_requests==2.27.30
iniconfig==1.1.1
tomli==2.0.1

0 comments on commit f2c3cfd

Please sign in to comment.