Skip to content

Commit 197b987

Browse files
dependabot[bot]woshilapin
authored andcommitted
python: bump ruff from 0.15.17 to 0.15.18 in /python/osrd_schemas
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.15.17 to 0.15.18. - [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.15.17...0.15.18) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.18 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>Signed-off-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 479bc66 commit 197b987

8 files changed

Lines changed: 93 additions & 93 deletions

File tree

osrd_schemas_auto/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies = [
1414
]
1515

1616
[dependency-groups]
17-
dev = ["pyright~=1.1.410", "ruff~=0.15.18"]
17+
dev = ["pyright~=1.1.410", "ruff~=0.15.20"]
1818

1919
[build-system]
2020
requires = ["poetry-core>=2.4.1"]

osrd_schemas_auto/uv.lock

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

python/osrd_schemas/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ requires-python = ">= 3.11"
88
dependencies = ["geojson-pydantic ~= 2.1.1", "pydantic>=2.13.4"]
99

1010
[project.optional-dependencies]
11-
check = ["pyright ~= 1.1.410", "ruff ~= 0.15.17"]
11+
check = ["pyright ~= 1.1.410", "ruff~=0.15.20"]
1212

1313
[build-system]
1414
requires = ["poetry-core>=2.4.1"]

0 commit comments

Comments
 (0)