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 flask from 3.0.2 to 3.0.3 #92

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion tests/requirements.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
deepmerge==1.1.1
email_validator==2.1.0.post1
flask-wtf==1.2.1
flask==3.0.2
flask==3.0.3
govuk-frontend-jinja>=3.0.0
pytest-cov==4.1.0
pyyaml==6.0.1
20 changes: 9 additions & 11 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,21 @@ blinker==1.7.0
click==8.1.7
# via flask
coverage[toml]==7.4.1
# via
# coverage
# pytest-cov
# via pytest-cov
deepmerge==1.1.1
# via -r requirements.in
# via -r tests/requirements.in
dnspython==2.5.0
# via email-validator
email-validator==2.1.0.post1
# via -r requirements.in
flask==3.0.2
# via -r tests/requirements.in
flask==3.0.3
# via
# -r requirements.in
# -r tests/requirements.in
# flask-wtf
flask-wtf==1.2.1
# via -r requirements.in
# via -r tests/requirements.in
govuk-frontend-jinja==3.0.0
# via -r requirements.in
# via -r tests/requirements.in
idna==3.6
# via email-validator
iniconfig==2.0.0
Expand All @@ -50,9 +48,9 @@ pluggy==1.4.0
pytest==8.0.0
# via pytest-cov
pytest-cov==4.1.0
# via -r requirements.in
# via -r tests/requirements.in
pyyaml==6.0.1
# via -r requirements.in
# via -r tests/requirements.in
werkzeug==3.0.1
# via flask
wtforms==3.1.2
Expand Down
Loading