Skip to content

Commit

Permalink
Bump werkzeug in /{{cookiecutter.app_name}}/requirements
Browse files Browse the repository at this point in the history
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](pallets/werkzeug@3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: werkzeug
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 6, 2024
1 parent 88479f0 commit 31bf2a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.app_name}}/requirements/prod.txt
Expand Up @@ -3,7 +3,7 @@
# Flask
click>=7.0
Flask==3.0.3
Werkzeug==3.0.2
Werkzeug==3.0.3

# Database
Flask-SQLAlchemy==3.1.1
Expand Down

0 comments on commit 31bf2a7

Please sign in to comment.