Skip to content

Commit c6d1ea5

Browse files
Bump ruff from 0.13.3 to 0.14.0
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.13.3 to 0.14.0. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.13.3...0.14.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e26f03b commit c6d1ea5

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

poetry.lock

Lines changed: 21 additions & 21 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
@@ -320,7 +320,7 @@ all = [
320320
# failing on new releases. Keeping lower bounds loose here means that dependabot
321321
# can bump versions without having to update the content-hash in the lockfile.
322322
# This helps prevents merge conflicts when running a batch of dependabot updates.
323-
ruff = "0.13.3"
323+
ruff = "0.14.0"
324324
# Type checking only works with the pydantic.v1 compat module from pydantic v2
325325
pydantic = "^2"
326326

0 commit comments

Comments
 (0)