From 7abdd29faab6359e70192d5ba38f21518d1bf6ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 17:49:18 -0500 Subject: [PATCH] chore(deps): Update ruff requirement from ~=0.0.287 to ~=0.0.290 (#25) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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