Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit f7e49af

Browse files
Bump ruff from 0.0.237 to 0.0.252 (#15159)
* Bump ruff from 0.0.237 to 0.0.252 Bumps [ruff](https://github.com/charliermarsh/ruff) from 0.0.237 to 0.0.252. - [Release notes](https://github.com/charliermarsh/ruff/releases) - [Changelog](https://github.com/charliermarsh/ruff/blob/main/BREAKING_CHANGES.md) - [Commits](astral-sh/ruff@v0.0.237...v0.0.252) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Changelog --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
1 parent d3afe59 commit f7e49af

File tree

3 files changed

+21
-19
lines changed

3 files changed

+21
-19
lines changed

changelog.d/15159.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Bump ruff from 0.0.237 to 0.0.252.

poetry.lock

Lines changed: 19 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ all = [
313313
# We pin black so that our tests don't start failing on new releases.
314314
isort = ">=5.10.1"
315315
black = ">=22.3.0"
316-
ruff = "0.0.237"
316+
ruff = "0.0.252"
317317

318318
# Typechecking
319319
mypy = "*"

0 commit comments

Comments
 (0)