From 6a0f350c5d6020d5366aa0b28d16bd886b7fa11a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 19:23:54 +0000 Subject: [PATCH] chore(deps): bump ruff from 0.6.9 to 0.7.0 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.6.9 to 0.7.0. - [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.6.9...0.7.0) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index d38f6e5..785f1d4 100644 --- a/requirements.in +++ b/requirements.in @@ -4,6 +4,6 @@ moto==5.0.17 mypy==1.12.0 pytest==8.3.3 requests-toolbelt==1.0.0 -ruff==0.6.9 +ruff==0.7.0 urllib3==1.26.19 wheel==0.44.0 diff --git a/requirements.txt b/requirements.txt index 644939b..f0237e1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -94,7 +94,7 @@ requests-toolbelt==1.0.0 # via -r requirements.in responses==0.25.3 # via moto -ruff==0.6.9 +ruff==0.7.0 # via -r requirements.in s3transfer==0.10.2 # via boto3