From 8e9f42ddadec73e8f21b8e6930e13d2c586e9663 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 17:29:44 +0100 Subject: [PATCH] Bump the minor-patch group with 2 updates (#3469) Bumps the minor-patch group with 2 updates: [ruff](https://github.com/astral-sh/ruff) and [werkzeug](https://github.com/pallets/werkzeug). Updates `ruff` from 0.7.2 to 0.7.3 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.7.2...0.7.3) Updates `werkzeug` from 3.1.2 to 3.1.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.1.2...3.1.3) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: werkzeug dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- constraints.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/constraints.txt b/constraints.txt index a934982d0..e62a5ca48 100644 --- a/constraints.txt +++ b/constraints.txt @@ -163,7 +163,7 @@ rpds-py==0.17.1 # via # jsonschema # referencing -ruff==0.7.2 +ruff==0.7.3 # via -r constraints.in sentry-sdk==2.8.0 # via -r constraints.in @@ -226,7 +226,7 @@ webob==1.8.8 # webtest webtest==3.0.0 # via -r constraints.in -werkzeug==3.1.2 +werkzeug==3.1.3 # via -r constraints.in zope-deprecation==5.0 # via pyramid