Skip to content

Commit

Permalink
pinned werkzeug (#40)
Browse files Browse the repository at this point in the history
* pinned werkzeug

* bump version

Co-authored-by: dustinlo <dustin.k.lo@jpl.nasa.gov>
  • Loading branch information
DustinKLo and dustinlo authored Jul 26, 2022
1 parent 842abac commit f9b4388
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name='mozart',
version='2.0.15',
version='2.0.16',
long_description='HySDS job orchestration/worker web interface',
packages=find_packages(),
include_package_data=True,
Expand All @@ -36,5 +36,7 @@
'python-jenkins>=1.7.0',
'future>=0.17.1',
'pytz',
'numpy']
'numpy',
"werkzeug==2.1.2", # TODO: remove this pin after fix has been made https://stackoverflow.com/a/73105878
]
)

0 comments on commit f9b4388

Please sign in to comment.