Skip to content

Commit

Permalink
Bump werkzeug from 3.0.2 to 3.0.3 in /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: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 6, 2024
1 parent ffdc90f commit 6913867
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,14 @@ click==8.1.7
# via flask
coverage[toml]==7.4.4
# via pytest-cov
exceptiongroup==1.2.0
# via pytest
flask==3.0.2
# via
# flask-sqlalchemy
# flask-wtf
flask-sqlalchemy==3.1.1
# via -r requirements/tests.in
# via -r tests.in
flask-wtf==1.2.1
# via -r requirements/tests.in
# via -r tests.in
greenlet==3.0.3
# via sqlalchemy
iniconfig==2.0.0
Expand All @@ -42,19 +40,15 @@ pluggy==1.4.0
# via pytest
pytest==8.1.1
# via
# -r requirements/tests.in
# -r tests.in
# pytest-cov
pytest-cov==5.0.0
# via -r requirements/tests.in
# via -r tests.in
sqlalchemy==2.0.29
# via flask-sqlalchemy
tomli==2.0.1
# via
# coverage
# pytest
typing-extensions==4.11.0
# via sqlalchemy
werkzeug==3.0.2
werkzeug==3.0.3
# via flask
wtforms==3.1.2
# via flask-wtf

0 comments on commit 6913867

Please sign in to comment.