Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 25, 2024
1 parent f1adc40 commit 06b7868
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion test-requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ pytest-httpbin
pytest-mock
more-itertools
structlog
werkzeug==2.0.3
werkzeug==3.0.6
20 changes: 11 additions & 9 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,13 @@ jsonschema==4.23.0
jsonschema-specifications==2023.12.1
# via jsonschema
markupsafe==2.1.5
# via jinja2
# via
# jinja2
# werkzeug
mistune==3.0.2
# via flasgger
more-itertools==10.4.0
# via -r ./test-requirements.in
# via -r test-requirements.in
packaging==24.1
# via
# flasgger
Expand All @@ -54,15 +56,15 @@ pycparser==2.22
# via cffi
pytest==8.3.2
# via
# -r ./test-requirements.in
# -r test-requirements.in
# pytest-cov
# pytest-mock
pytest-cov==5.0.0
# via -r ./test-requirements.in
# via -r test-requirements.in
pytest-httpbin==2.0.0
# via -r ./test-requirements.in
# via -r test-requirements.in
pytest-mock==3.14.0
# via -r ./test-requirements.in
# via -r test-requirements.in
pyyaml==6.0.2
# via flasgger
referencing==0.35.1
Expand All @@ -78,9 +80,9 @@ six==1.16.0
# flasgger
# httpbin
structlog==24.4.0
# via -r ./test-requirements.in
werkzeug==2.0.3
# via -r test-requirements.in
werkzeug==3.0.6
# via
# -r ./test-requirements.in
# -r test-requirements.in
# flask
# httpbin

0 comments on commit 06b7868

Please sign in to comment.