Skip to content

Commit 212ed32

Browse files
Bump werkzeug from 3.1.5 to 3.1.6
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.1.5 to 3.1.6. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](pallets/werkzeug@3.1.5...3.1.6) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c4a60c3 commit 212ed32

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies = [
1515
"itsdangerous==2.2.0",
1616
"Jinja2==3.1.6",
1717
"MarkupSafe==3.0.3",
18-
"Werkzeug==3.1.5",
18+
"Werkzeug==3.1.6",
1919
]
2020

2121
[project.optional-dependencies]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Flask==3.1.2
44
itsdangerous==2.2.0
55
Jinja2==3.1.6
66
MarkupSafe==3.0.3
7-
Werkzeug==3.1.5
7+
Werkzeug==3.1.6
88
pylint>=3.0.0
99
flake8>=7.0.0
1010
pytest>=7.4.4

0 commit comments

Comments
 (0)