From 3f5e445f4a578e6969afa8dc8a03304ef05108bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 19:46:15 +0000 Subject: [PATCH] chore: bump ruff from 0.4.4 to 0.5.1 in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [ruff](https://github.com/astral-sh/ruff). Updates `ruff` from 0.4.4 to 0.5.1 - [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/v0.4.4...0.5.1) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5b7ca48..8097a1e 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ install_requires=["requests==2.32.2"], extras_require={ "dev": [ - "ruff==0.4.4", + "ruff==0.5.1", ] }, )