Skip to content

Commit ecfbdb3

Browse files
Bump the patch group with 2 updates (#468)
Bumps the patch group with 2 updates: [mypy](https://github.com/python/mypy) and [ruff](https://github.com/astral-sh/ruff). Updates `mypy` from 1.17.0 to 1.17.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.17.0...v1.17.1) Updates `ruff` from 0.12.5 to 0.12.7 - [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.12.5...0.12.7) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.17.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: ruff dependency-version: 0.12.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 59328ef commit ecfbdb3

File tree

2 files changed

+61
-55
lines changed

2 files changed

+61
-55
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ black = "^25.1.0"
2929
isort = "^6.0.1"
3030
jinja2 = "^3.1.6"
3131
jsonpatch = "^1.33"
32-
mypy = "^1.17.0"
32+
mypy = "^1.17.1"
3333
openapi-parser = "^0.2.6"
3434
openapi-spec-validator = "^0.7.2"
3535
prance = "^23.6.21"
3636
pyenchant = "^3.2.2"
3737
pytest = "^8.4.1"
3838
pytest-asyncio = "^1.1.0"
3939
pytest-cov = "^6.2.1"
40-
ruff = "^0.12.5"
40+
ruff = "^0.12.7"
4141
Sphinx = "^7.1.2"
4242
sphinx-autoapi = "^3.6.0"
4343
sphinx-autodoc-typehints = "^2.3.0"

0 commit comments

Comments
 (0)