Skip to content

Commit 30b4074

Browse files
chore(deps): Bump werkzeug from 3.0.6 to 3.1.5 in /server
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.6 to 3.1.5. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](pallets/werkzeug@3.0.6...3.1.5) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5e8f9e4 commit 30b4074

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ dependencies = [
5252
"selenium==4.21.0",
5353
"typing-extensions==4.12.2",
5454
"webdriver-manager==4.0.0",
55-
"Werkzeug==3.0.6",
55+
"Werkzeug==3.1.5",
5656
"wheel==0.38.1",
5757
]
5858

server/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ requests==2.32.4
4949
selenium==4.21.0
5050
typing-extensions==4.12.2
5151
webdriver-manager==4.0.0
52-
Werkzeug==3.0.6
52+
Werkzeug==3.1.5
5353
wheel==0.38.1
5454
# TODO: publish the library to pypi so we don't have to install from git
5555
git+https://github.com/datacommonsorg/llm-tools.git

0 commit comments

Comments
 (0)