Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
this covers many CVE fixes
  • Loading branch information
circulon committed Sep 10, 2024
1 parent f709064 commit b0aa630
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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
Expand Down

0 comments on commit b0aa630

Please sign in to comment.