From c479a04f3fa6bcbbb886d203f385fcf9cb30ab85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 22:11:22 +0000 Subject: [PATCH] infra: bump ruff from 0.0.272 to 0.0.276 in /dockerfile Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.272 to 0.0.276. - [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.272...v0.0.276) --- 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 0e87327d0d6..06329377d94 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.272 +ruff == 0.0.276