Skip to content

Commit

Permalink
Merge pull request #49 from LewisResearchGroup/dependabot/pip/werkzeu…
Browse files Browse the repository at this point in the history
…g-3.0.1

Bump werkzeug from 2.2.3 to 3.0.1
  • Loading branch information
sorenwacker authored Jan 15, 2024
2 parents f6086d2 + c8a56f4 commit 4512589
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ packaging==21.3.0
beautifulsoup4
brotlipy
wget
werkzeug==2.2.3 # Werkzeug2.3.1 destroys uploaded chunked files
werkzeug==3.0.1 # Werkzeug2.3.1 destroys uploaded chunked files
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dask[diskcache]",
"h5py",
"hdf5plugin",
"werkzeug==2.2.3"
"werkzeug==3.0.1"
]


Expand Down

0 comments on commit 4512589

Please sign in to comment.