From e9a802e323e0afa32fae7b34f6682b335f51c6a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 12:48:53 +0000 Subject: [PATCH] chore(deps): Update ruff requirement from ~=0.0.287 to ~=0.0.290 Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.0.287...v0.0.290) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-testing.txt b/requirements-testing.txt index 9dfa4be..3078e13 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -6,5 +6,5 @@ pytest-xdist ~= 3.3 twine ~= 4.0 mypy ~= 1.5 black ~= 23.9 -ruff ~= 0.0.287 +ruff ~= 0.0.290 moto[s3,sts] ~= 4.2