Skip to content

Commit

Permalink
dependencies: updated Werkzeug, Flask, Flask-Mail, cython
Browse files Browse the repository at this point in the history
  • Loading branch information
redimp committed Nov 17, 2024
1 parent 187e7fb commit 2207643
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ license = {file = "LICENSE"}
requires-python = ">=3.11"
dynamic = ["version"]
dependencies = [
"Werkzeug==3.0.6",
"Werkzeug==3.1.3",
"Flask-Login==0.6.3",
"Flask-Mail==0.9.1",
"Flask-Mail==0.10.0",
"SQLAlchemy==2.0.36",
"Flask-SQLAlchemy==3.1.1",
"Flask==3.0.3",
"Flask==3.1.0",
"Jinja2==3.1.4",
"gitpython==3.1.42",
"cython==3.0.8",
"cython==3.0.11",
"mistune==2.0.5",
"pygments==2.18.0",
"Pillow==10.4.0",
Expand Down

0 comments on commit 2207643

Please sign in to comment.