From 3be8771e703b7d56e0e63071abc9b4192027fba7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 19:23:39 +0000 Subject: [PATCH] Bump the minor-patch group with 2 updates 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.1 to 0.7.2 - [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.1...0.7.2) Updates `werkzeug` from 3.0.6 to 3.1.2 - [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.6...3.1.2) --- 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-minor dependency-group: minor-patch ... Signed-off-by: dependabot[bot] --- constraints.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/constraints.txt b/constraints.txt index 448cba590..cf3845a3d 100644 --- a/constraints.txt +++ b/constraints.txt @@ -163,7 +163,7 @@ rpds-py==0.17.1 # via # jsonschema # referencing -ruff==0.7.1 +ruff==0.7.2 # 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.0.6 +werkzeug==3.1.2 # via -r constraints.in zope-deprecation==5.0 # via pyramid