From 6677fd17827c5c85c41804f5e0a46fec6c7ca284 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 06:54:41 +0000 Subject: [PATCH] build(deps): bump werkzeug from 3.0.1 to 3.0.3 in /docker/test-stats Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.1 to 3.0.3. - [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.1...3.0.3) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- docker/test-stats/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/test-stats/requirements.txt b/docker/test-stats/requirements.txt index d526315b34..2671827384 100644 --- a/docker/test-stats/requirements.txt +++ b/docker/test-stats/requirements.txt @@ -18,5 +18,5 @@ markupsafe==2.1.3 # via # jinja2 # werkzeug -werkzeug==3.0.1 +werkzeug==3.0.3 # via flask