Skip to content

Commit

Permalink
Flask: update 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 c2b8cbf commit 43fa679
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='yoda_web_mock',
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 @@ -14,6 +14,6 @@
entry_points={
},
install_requires=[
"Flask==3.0.2",
"Flask==3.1.0",
],
)

0 comments on commit 43fa679

Please sign in to comment.