diff --git a/setup.py b/setup.py index 2f241d62..00682fe8 100644 --- a/setup.py +++ b/setup.py @@ -65,8 +65,8 @@ }, python_requires=">=3.8", install_requires=[ - "werkzeug>=2.0.1,<4", - "flask>=2.0.1,<4", + "werkzeug>=3.0.1,<4", + "flask>=3.0.2,<4", "marshmallow>=3.18.0,<4", "webargs>=8.0.0,<9", "apispec[marshmallow]>=6.0.0,<7",