From 32040fcc72cb20758b85cd52be33179bdf141015 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 19:43:01 +0000 Subject: [PATCH] Bump werkzeug from 3.0.2 to 3.0.3 in /tests/sim Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.2 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.2...3.0.3) --- updated-dependencies: - dependency-name: werkzeug dependency-type: indirect ... Signed-off-by: dependabot[bot] --- tests/sim/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/sim/requirements.txt b/tests/sim/requirements.txt index f319ed589..4e17d9a68 100644 --- a/tests/sim/requirements.txt +++ b/tests/sim/requirements.txt @@ -13,7 +13,7 @@ charset-normalizer==3.3.2 click==8.1.7 # via flask flask==3.0.2 - # via -r tests/sim/../../rakelib/init_deps/flask.in + # via -r ../../rakelib/init_deps/flask.in idna==3.6 # via requests itsdangerous==2.1.2 @@ -25,8 +25,8 @@ markupsafe==2.1.5 # jinja2 # werkzeug requests==2.31.0 - # via -r tests/sim/../../rakelib/init_deps/flask.in + # via -r ../../rakelib/init_deps/flask.in urllib3==2.2.1 # via requests -werkzeug==3.0.2 +werkzeug==3.0.3 # via flask