Skip to content

Commit

Permalink
Flask: update Flask and dependencies to v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lwesterhof committed Dec 20, 2024
1 parent 7387e73 commit ec744b6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='yoda_eus',
version='1.9.0.dev',
version='2,0,0.dev',
author='Utrecht University - ITS/RDMS department',
author_email='[email protected]',
url='https://uu.nl/rdm',
Expand All @@ -19,12 +19,12 @@
install_requires=[
"bcrypt==4.0.1",
"email-validator==2.0.0",
"Flask==3.0.2",
"Flask-session==0.6.0",
"Flask-SQLAlchemy==3.0.3",
"Flask-wtf==1.2.1",
"Flask==3.1.0",
"flask-session==0.8.0",
"Flask-SQLAlchemy==3.1.1",
"Flask-WTF==1.2.2",
"psycopg2-binary==2.9.10",
"requests==2.32.0",
"Werkzeug==3.0.3"
"requests==2.32.3",
"Werkzeug==3.1.3"
],
)

0 comments on commit ec744b6

Please sign in to comment.