Skip to content

Commit

Permalink
build(deps): Update werkzeug requirement from <2.1.0 to <2.4.0
Browse files Browse the repository at this point in the history
Updates the requirements on [werkzeug](https://github.com/pallets/werkzeug) to permit the latest version.
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](pallets/werkzeug@0.1...2.3.7)

---
updated-dependencies:
- dependency-name: werkzeug
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 25, 2023
1 parent a9ece5f commit b366fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/local.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-r ./base.txt

# TODO: Upgrade after https://github.com/django-extensions/django-extensions/issues/1715 is fixed
Werkzeug<2.1.0 # https://github.com/pallets/werkzeug
Werkzeug<2.4.0 # https://github.com/pallets/werkzeug
ipdb==0.13.13 # https://github.com/gotcha/ipdb
Sphinx==5.0.2 # https://github.com/sphinx-doc/sphinx
# TODO: Upgrade after moving to Django 3
Expand Down

0 comments on commit b366fc4

Please sign in to comment.