Skip to content

Commit 0616f91

Browse files
chore(deps): bump werkzeug from 3.0.3 to 3.0.6 in /appengine/standard/flask/tutorial (#12729)
* chore(deps): bump werkzeug in /appengine/standard/flask/tutorial Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.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@3.0.3...3.0.6) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * add pytest for newer python * Add missing dependency --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Katie McLaughlin <[email protected]>
1 parent f06d6e5 commit 0616f91

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
# pin pytest to 4.6.11 for Python2.
22
pytest==4.6.11; python_version < '3.0'
3+
pytest==8.3.4; python_version >= '3.0'
4+
six==1.17.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Flask==1.1.4; python_version < '3.0'
22
Flask==3.0.0; python_version > '3.0'
33
Werkzeug==1.0.1; python_version < '3.0'
4-
Werkzeug==3.0.3; python_version > '3.0'
4+
Werkzeug==3.0.6; python_version > '3.0'

0 commit comments

Comments
 (0)