Skip to content

Commit 6fda134

Browse files
Bump the minor group with 2 updates (#464)
Bumps the minor group with 2 updates: [mypy](https://github.com/python/mypy) and [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio). Updates `mypy` from 1.16.1 to 1.17.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.16.1...v1.17.0) Updates `pytest-asyncio` from 1.0.0 to 1.1.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v1.0.0...v1.1.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.17.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: pytest-asyncio dependency-version: 1.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7b8b7d7 commit 6fda134

File tree

2 files changed

+58
-39
lines changed

2 files changed

+58
-39
lines changed

poetry.lock

Lines changed: 56 additions & 37 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,13 +29,13 @@ black = "^25.1.0"
2929
isort = "^6.0.1"
3030
jinja2 = "^3.1.6"
3131
jsonpatch = "^1.33"
32-
mypy = "^1.16.1"
32+
mypy = "^1.17.0"
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"
38-
pytest-asyncio = "^1.0.0"
38+
pytest-asyncio = "^1.1.0"
3939
pytest-cov = "^6.2.1"
4040
ruff = "^0.12.4"
4141
Sphinx = "^7.1.2"

0 commit comments

Comments
 (0)