diff --git a/requirements.txt b/requirements.txt index 0cde7963..c4392aa1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ hashids>=1.3,<1.4 hfilesize>=0.1 hupper>=1.10,<1.11 inflection>=0.3,<0.4 -jinja2>=3.0.0,<3.1 +jinja2<3.2 masonite-orm>=2,<3 pendulum>=2,<3 pwnedapi @@ -19,7 +19,7 @@ python-dotenv>=0.15,<0.16 responses slackblocks tldextract>=2.2,<2.3 -werkzeug>=2,<3 +werkzeug>=3,<4 watchdog>=2,<3 whitenoise>=5.2,<5.3 -pyjwt>=2.3,<2.5 +pyjwt>=2.4,<2.5 diff --git a/setup.py b/setup.py index 4ec9aa4f..b5a77a49 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ "inflection>=0.3,<0.4", "exceptionite>=2.2,<3.0", "pendulum>=2,<3", - "jinja2<3.1.0", + "jinja2<3.2", "cleo>=0.8.1,<0.9", "hupper>=1.10,<1.11", "bcrypt>=3.2,<3.3", @@ -54,9 +54,9 @@ "tldextract>=2.2,<2.3", "hfilesize>=0.1", "dotty_dict>=1.3.0,<1.40", - "pyjwt>=2.3,<2.5", + "pyjwt>=2.4,<2.5", "pytest>=7,<8", - "werkzeug>=2,<3", + "werkzeug>=3,<4", "watchdog>=2,<=4", ], # See https://pypi.python.org/pypi?%3Aaction=list_classifiers