From 7e7d97902ca057e94d450b383ea22a3fc1ffae16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 19:42:46 +0000 Subject: [PATCH] build(deps): bump werkzeug from 3.0.1 to 3.0.3 in /example 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: indirect ... Signed-off-by: dependabot[bot] --- example/requirements-app.txt | 2 +- example/requirements-pytest.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/requirements-app.txt b/example/requirements-app.txt index ec80c9f653..a18604be48 100644 --- a/example/requirements-app.txt +++ b/example/requirements-app.txt @@ -28,5 +28,5 @@ sqlalchemy==1.4.50 # via # -r requirements-app.in # flask-sqlalchemy -werkzeug==3.0.1 +werkzeug==3.0.3 # via flask diff --git a/example/requirements-pytest.txt b/example/requirements-pytest.txt index 917174e780..75f8c1765d 100644 --- a/example/requirements-pytest.txt +++ b/example/requirements-pytest.txt @@ -114,7 +114,7 @@ typing-extensions==4.8.0 # via schemathesis urllib3==2.1.0 # via requests -werkzeug==3.0.1 +werkzeug==3.0.3 # via schemathesis yarl==1.9.3 # via schemathesis