Skip to content

Commit a489973

Browse files
chore(deps-dev): bump ruff in the development-dependencies group (#463)
Bumps the development-dependencies group with 1 update: [ruff](https://github.com/astral-sh/ruff). Updates `ruff` from 0.14.14 to 0.15.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.14.14...0.15.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 65bdc24 commit a489973

File tree

2 files changed

+21
-22
lines changed

2 files changed

+21
-22
lines changed

poetry.lock

Lines changed: 20 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
@@ -68,7 +68,7 @@ types-pyyaml = "^6.0.12.4"
6868

6969
# Cookiecutter tests
7070
mypy = "^1.6"
71-
ruff = ">=0.5.0,<0.15"
71+
ruff = ">=0.5.0,<0.16"
7272
typer = ">=0.6.1,<0.22.0"
7373

7474
[tool.ruff]

0 commit comments

Comments
 (0)