Skip to content

Commit 23d13ab

Browse files
Merge pull request #819 from circulon/feature/update_deps
update dependencies
2 parents 80c738b + 5492f11 commit 23d13ab

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ hashids>=1.3,<1.4
99
hfilesize>=0.1
1010
hupper>=1.10,<1.11
1111
inflection>=0.3,<0.4
12-
jinja2>=3.0.0,<3.1
12+
jinja2<3.2
1313
masonite-orm>=2,<3
14-
masonite>=4,<5
1514
pendulum>=2,<3
1615
pwnedapi
1716
vonage
@@ -20,7 +19,8 @@ python-dotenv>=0.15,<0.16
2019
responses
2120
slackblocks
2221
tldextract>=2.2,<2.3
23-
werkzeug>=2,<3
22+
werkzeug>=2,<3; python_version < '3.8'
23+
werkzeug>=3,<4; python_version >= '3.8'
2424
watchdog>=2,<3
2525
whitenoise>=5.2,<5.3
26-
pyjwt>=2.3,<2.5
26+
pyjwt>=2.4,<2.5

setup.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"inflection>=0.3,<0.4",
4343
"exceptionite>=2.2,<3.0",
4444
"pendulum>=2,<3",
45-
"jinja2<3.1.0",
45+
"jinja2<3.2",
4646
"cleo>=0.8.1,<0.9",
4747
"hupper>=1.10,<1.11",
4848
"bcrypt>=3.2,<3.3",
@@ -54,9 +54,10 @@
5454
"tldextract>=2.2,<2.3",
5555
"hfilesize>=0.1",
5656
"dotty_dict>=1.3.0,<1.40",
57-
"pyjwt>=2.3,<2.5",
57+
"pyjwt>=2.4,<2.5",
5858
"pytest>=7,<8",
59-
"werkzeug>=2,<3",
59+
"werkzeug>=2,<3; python_version < '3.8'",
60+
"werkzeug>=3,<4; python_version >= '3.8'",
6061
"watchdog>=2,<=4",
6162
],
6263
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers

0 commit comments

Comments
 (0)