From 430f98e10c0e5192d9e85cce121eb5ce4a280bc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 13:43:12 +0000 Subject: [PATCH] infra: bump ruff from 0.0.276 to 0.0.278 in /dockerfile Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.276 to 0.0.278. - [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.276...v0.0.278) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dockerfile/anaconda-ci/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile/anaconda-ci/requirements.txt b/dockerfile/anaconda-ci/requirements.txt index 06329377d94..1d31e0378a5 100644 --- a/dockerfile/anaconda-ci/requirements.txt +++ b/dockerfile/anaconda-ci/requirements.txt @@ -21,4 +21,4 @@ pylint == 2.17.4 astroid == 2.15.5 # ruff for fast linting -ruff == 0.0.276 +ruff == 0.0.278