Skip to content

Commit 487b2de

Browse files
chore(deps-dev): bump the dev-tooling group across 1 directory with 3 updates
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest), [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) and [mypy](https://github.com/python/mypy) to permit the latest version. Updates `pytest` to 9.0.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.0.0...9.0.3) Updates `pytest-asyncio` to 1.3.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.25.0...v1.3.0) Updates `mypy` to 2.1.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.15.0...v2.1.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.1.0 dependency-type: direct:development dependency-group: dev-tooling - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development dependency-group: dev-tooling - dependency-name: pytest-asyncio dependency-version: 1.3.0 dependency-type: direct:development dependency-group: dev-tooling ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2f5c64a commit 487b2de

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ dependencies = [
4141

4242
[project.optional-dependencies]
4343
dev = [
44-
"pytest>=8.0.0,<9.0.0",
45-
"pytest-asyncio>=0.25.0,<1.0.0",
44+
"pytest>=8.0.0,<10.0.0",
45+
"pytest-asyncio>=0.25.0,<2.0.0",
4646
"ruff>=0.11.0,<1.0.0",
47-
"mypy>=1.15.0,<2.0.0",
47+
"mypy>=1.15.0,<3.0.0",
4848
"hatch",
4949
]
5050

@@ -70,10 +70,10 @@ include = [
7070

7171
[tool.hatch.envs.default]
7272
dependencies = [
73-
"pytest>=8.0.0,<9.0.0",
74-
"pytest-asyncio>=0.25.0,<1.0.0",
73+
"pytest>=8.0.0,<10.0.0",
74+
"pytest-asyncio>=0.25.0,<2.0.0",
7575
"ruff>=0.11.0,<1.0.0",
76-
"mypy>=1.15.0,<2.0.0",
76+
"mypy>=1.15.0,<3.0.0",
7777
]
7878

7979
[tool.hatch.envs.default.scripts]

0 commit comments

Comments
 (0)