File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,8 @@ hashids>=1.3,<1.4
9
9
hfilesize >= 0.1
10
10
hupper >= 1.10 ,< 1.11
11
11
inflection >= 0.3 ,< 0.4
12
- jinja2 >= 3.0.0 , < 3.1
12
+ jinja2 < 3.2
13
13
masonite-orm >= 2 ,< 3
14
- masonite >= 4 ,< 5
15
14
pendulum >= 2 ,< 3
16
15
pwnedapi
17
16
vonage
@@ -20,7 +19,8 @@ python-dotenv>=0.15,<0.16
20
19
responses
21
20
slackblocks
22
21
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'
24
24
watchdog >= 2 ,< 3
25
25
whitenoise >= 5.2 ,< 5.3
26
- pyjwt >= 2.3 ,< 2.5
26
+ pyjwt >= 2.4 ,< 2.5
Original file line number Diff line number Diff line change 42
42
"inflection>=0.3,<0.4" ,
43
43
"exceptionite>=2.2,<3.0" ,
44
44
"pendulum>=2,<3" ,
45
- "jinja2<3.1.0 " ,
45
+ "jinja2<3.2 " ,
46
46
"cleo>=0.8.1,<0.9" ,
47
47
"hupper>=1.10,<1.11" ,
48
48
"bcrypt>=3.2,<3.3" ,
54
54
"tldextract>=2.2,<2.3" ,
55
55
"hfilesize>=0.1" ,
56
56
"dotty_dict>=1.3.0,<1.40" ,
57
- "pyjwt>=2.3 ,<2.5" ,
57
+ "pyjwt>=2.4 ,<2.5" ,
58
58
"pytest>=7,<8" ,
59
- "werkzeug>=2,<3" ,
59
+ "werkzeug>=2,<3; python_version < '3.8'" ,
60
+ "werkzeug>=3,<4; python_version >= '3.8'" ,
60
61
"watchdog>=2,<=4" ,
61
62
],
62
63
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers
You can’t perform that action at this time.
0 commit comments