From 246c630de3e676d9c0c2ab2321684ed318a25c21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 17:32:03 +0000 Subject: [PATCH] Bump ruff from 0.5.4 to 0.5.5 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.5.4 to 0.5.5. - [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.5.4...0.5.5) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6ceafb0..b705df0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,7 +24,7 @@ parsel==1.9.1 # via summer-movie-wager-data (pyproject.toml) requests==2.32.3 # via summer-movie-wager-data (pyproject.toml) -ruff==0.5.4 +ruff==0.5.5 # via summer-movie-wager-data (pyproject.toml) types-requests==2.32.0.20240622 # via summer-movie-wager-data (pyproject.toml)