Skip to content

Commit

Permalink
Flask: update Flask and dependencies to v3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lwesterhof committed Feb 22, 2024
1 parent 54ff2f5 commit 6cec24d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@
entry_points={
},
extras_require={
"test": ["pytest-flask==1.2.0", "pytest==7.2.1"],
"test": ["pytest-flask==1.3.0", "pytest==8.0.1"],
},
install_requires=[
"bcrypt==4.0.1",
"email-validator==2.0.0",
"Flask==2.3.2",
"Flask-session2==1.3.1",
"Flask==3.0.2",
"Flask-session==0.6.0",
"Flask-SQLAlchemy==3.0.3",
"Flask-wtf==1.2.1",
"psycopg2-binary==2.9.5",
"requests==2.31.0",
"Werkzeug==2.3.8"
"Werkzeug==3.0.1"
],
)

0 comments on commit 6cec24d

Please sign in to comment.