From 005740bcfc9c9adc4cd19c815368eb7339474f2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 00:22:57 +0000 Subject: [PATCH] Bump werkzeug from 3.0.3 to 3.0.6 in /.devcontainer/base 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](https://github.com/pallets/werkzeug/compare/3.0.3...3.0.6) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .devcontainer/base/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/base/requirements.txt b/.devcontainer/base/requirements.txt index e3c7de65..f9476537 100644 --- a/.devcontainer/base/requirements.txt +++ b/.devcontainer/base/requirements.txt @@ -19,4 +19,4 @@ pytest-mock==3.7.0 python-dotenv==1.0.1 pytest==7.1.2 scikit-learn>=1.3.0 -Werkzeug==3.0.3 \ No newline at end of file +Werkzeug==3.0.6 \ No newline at end of file