Skip to content

Commit b1c02e2

Browse files
Bump ruff from 0.14.14 to 0.15.0 (#156)
Bumps [ruff](https://github.com/astral-sh/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 ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f36cc51 commit b1c02e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Changelog = "https://github.com/Crown-Commercial-Service/ccs-govuk-frontend-jinj
2525

2626
[project.optional-dependencies]
2727
dev = [
28-
'ruff==0.14.14',
28+
'ruff==0.15.0',
2929
'mypy==1.19.1',
3030
'pytest==9.0.2',
3131
'lxml==6.0.2',

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ pytest==9.0.2
5959
# via ccs-govuk-frontend-jinja (pyproject.toml)
6060
pyyaml==6.0.3
6161
# via pre-commit
62-
ruff==0.14.14
62+
ruff==0.15.0
6363
# via ccs-govuk-frontend-jinja (pyproject.toml)
6464
typing-extensions==4.15.0
6565
# via mypy

0 commit comments

Comments
 (0)