File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ mypy==0.950
88gunicorn == 22.0.0
99lockfile == 0.12.2
1010Mastodon.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'
1213mpg123 == 0.4
1314psycopg2-binary == 2.9.3
1415pytest == 7.0.1
@@ -55,8 +56,7 @@ ndef==0.2
5556
5657# Indirect frozen dependencies
5758mypy_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
6060pathspec == 0.9.0
6161toml == 0.10.2
6262appdirs == 1.4.4
@@ -65,8 +65,8 @@ typed_ast==1.5.2
6565click == 8.1.2
6666pytz == 2021.3
6767asgiref == 3.5.0
68- sqlparse == 0.4.4 ; python_version == '3.7'
6968sqlparse == 0.5.0 ; python_version != '3.7'
69+ sqlparse == 0.4.4 ; python_version == '3.7'
7070# Latest importlib_metadata compatible with latest flake8
7171importlib_metadata == 4.2.0
7272mccabe == 0.6.1
@@ -100,11 +100,12 @@ num2words==0.5.10
100100scikit_learn == 0.24.2
101101deprecation == 2.1.0
102102pyaml == 19.12.0
103+ # Latest future compatible with latest snips-nlu
103104future == 0.17.1
104105sklearn_crfsuite == 0.3.6
105106zipp == 3.7.0
106107certifi == 2023.7.22
107- urllib3 == 1.26.8
108+ urllib3 == 1.26.18
108109types_urllib3 == 1.26.15
109110charset_normalizer == 2.0.12
110111idna == 3.3
You can’t perform that action at this time.
0 commit comments