diff --git a/aioradio/requirements.txt b/aioradio/requirements.txt index 95ce58c..205c965 100644 --- a/aioradio/requirements.txt +++ b/aioradio/requirements.txt @@ -9,12 +9,12 @@ ddtrace==2.6.5 dominodatalab==1.4.0 fakeredis==2.22.0 faust-cchardet==2.1.19 -flask==2.1.2 -flask-cors==3.0.10 +flask==2.2.5 +flask-cors==4.0.1 haversine==2.8.0 httpx==0.27.0 mandrill==1.0.60 -mlflow==2.10.2 +mlflow==2.12.1 moto==3.1.18 openpyxl==3.0.10 orjson==3.9.15 @@ -34,5 +34,5 @@ python-json-logger==2.0.7 redis==5.0.4 twine==5.0.0 typing_extensions==4.11.0 -werkzeug==2.1.2 +werkzeug==3.0.3 wheel==0.43.0 diff --git a/setup.py b/setup.py index d0ed099..53b5dfe 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ ], include_package_data=True, tests_require=[ - 'flask==2.1.2', + 'flask==2.2.5', 'flask-cors>=3.0.10', 'moto==3.1.18', 'pre-commit>=2.15.0', @@ -54,7 +54,7 @@ 'pytest-asyncio>=0.15.1', 'pytest-cov>=3.0.0', 'typing_extensions>=4.10.0', - 'werkzeug==2.1.2' + 'werkzeug==3.0.3' ], zip_safe=False, classifiers=[