Skip to content

Commit ad3f5b9

Browse files
chore(deps)(deps-dev): bump the pytest group with 3 updates
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest), [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) and [respx](https://github.com/lundberg/respx) to permit the latest version. Updates `pytest` to 8.4.2 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@7.0.0...8.4.2) Updates `pytest-asyncio` to 1.2.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.21.0...v1.2.0) Updates `respx` to 0.23.1 - [Release notes](https://github.com/lundberg/respx/releases) - [Changelog](https://github.com/lundberg/respx/blob/master/CHANGELOG.md) - [Commits](lundberg/respx@0.21.0...0.23.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.2 dependency-type: direct:development dependency-group: pytest - dependency-name: pytest-asyncio dependency-version: 1.2.0 dependency-type: direct:development dependency-group: pytest - dependency-name: respx dependency-version: 0.23.1 dependency-type: direct:development dependency-group: pytest ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8cfbba2 commit ad3f5b9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ dependencies = [
3535

3636
[project.optional-dependencies]
3737
dev = [
38-
"pytest>=7.0",
39-
"pytest-asyncio>=0.21",
40-
"respx>=0.21",
38+
"pytest>=8.4.2",
39+
"pytest-asyncio>=1.2.0",
40+
"respx>=0.23.1",
4141
"ruff>=0.4.0",
4242
"mypy>=1.0",
4343
]

0 commit comments

Comments
 (0)