Skip to content

Commit 48f08eb

Browse files
deps-dev(deps-dev): update pytest requirement from ~=8.4 to >=8.4,<10.0
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [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.4.0...9.0.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dc45b0c commit 48f08eb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ changelog = "https://ronanb96.github.io/bluetooth-sig-python/community/changelog
4242

4343
[project.optional-dependencies]
4444
dev = [
45-
"pytest~=8.4",
45+
"pytest>=8.4,<10.0",
4646
# pytest-asyncio 0.24+ has compatibility issues with pytest-markdown-docs
4747
# Keep <0.24 constraint until pytest-markdown-docs is updated
4848
"pytest-asyncio>=0.23.0,<0.24",
@@ -57,7 +57,7 @@ dev = [
5757
"ipdb~=0.13",
5858
"coverage~=7.0"]
5959
test = [
60-
"pytest~=8.4",
60+
"pytest>=8.4,<10.0",
6161
# pytest-asyncio 0.24+ has compatibility issues with pytest-markdown-docs
6262
# Keep <0.24 constraint until pytest-markdown-docs is updated
6363
"pytest-asyncio>=0.23.0,<0.24",

0 commit comments

Comments
 (0)