Skip to content

Commit

Permalink
build(deps): bump werkzeug from 3.0.6 to 3.1.2
Browse files Browse the repository at this point in the history
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.6 to 3.1.2.
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](pallets/werkzeug@3.0.6...3.1.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 5, 2024
1 parent 1f03315 commit 3a1c1ff
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 64 deletions.
77 changes: 14 additions & 63 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ scripts_controller = "bin.scripts_controller:main"
python = "^3.10"
redis = {version = "^5.2.0", extras = ["hiredis"]}
flask-restx = "^1.3.0"
werkzeug = "^3.0.6"
werkzeug = "^3.1.2"
gunicorn = "^23.0.0"
cron-converter = "^1.2.1"
bootstrap-flask = "^2.4.1"
Expand Down

0 comments on commit 3a1c1ff

Please sign in to comment.