Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump werkzeug from 3.0.3 to 3.0.6 in /requirements #372

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.6.1
# via pytest-cov
exceptiongroup==1.2.2
# via pytest
flask==3.0.3
# 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.5.0
# via pytest
pytest==8.3.2
# 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.32
# via flask-sqlalchemy
tomli==2.0.1
# via
# coverage
# pytest
typing-extensions==4.12.2
# via sqlalchemy
werkzeug==3.0.3
werkzeug==3.0.6
# via flask
wtforms==3.1.2
# via flask-wtf
Loading