From 33d506a4e2365d94997b3160d3124f293e1ee4a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 02:02:31 +0000 Subject: [PATCH] Bump ruff from 0.6.1 to 0.6.2 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.6.1 to 0.6.2. - [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.1...0.6.2) --- 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 eb8fb374..e5fd9850 100644 --- a/requirements.txt +++ b/requirements.txt @@ -42,7 +42,7 @@ python-dateutil==2.9.0.post0 # via overcast-data (pyproject.toml) requests==2.32.3 # via overcast-data (pyproject.toml) -ruff==0.6.1 +ruff==0.6.2 # via overcast-data (pyproject.toml) six==1.16.0 # via python-dateutil