Skip to content

Commit 13ae2e6

Browse files
chore(deps): Bump werkzeug from 3.0.6 to 3.1.4 in /nl_server
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.6 to 3.1.4. - [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.4) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b1fb19a commit 13ae2e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nl_server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies = [
2727
"torch==2.8.0",
2828
"torchvision",
2929
"transformers==4.48.0",
30-
"Werkzeug==3.0.6",
30+
"Werkzeug==3.1.4",
3131
]
3232

3333
[dependency-groups]

nl_server/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ gunicorn==23.0.0
77
markupsafe==2.1.2
88
parameterized==0.9.0
99
pytest==9.0.2
10-
Werkzeug==3.0.6
10+
Werkzeug==3.1.4
1111
# Downloading the named-entity recognition (NER) library spacy and the large EN model
1212
# using the guidelines here: https://spacy.io/usage/models#production
1313
en_core_web_sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.1/en_core_web_sm-3.7.1-py3-none-any.whl

0 commit comments

Comments
 (0)