Skip to content

Commit f913ffc

Browse files
deps(deps-dev): update pytest requirement from <9,>=7 to >=7,<10
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@7.0.0...9.0.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 288e003 commit f913ffc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ docs = [
7171
]
7272
# Testing - modular groups
7373
test-unit = [
74-
"pytest>=7,<9",
74+
"pytest>=7,<10",
7575
"pytest-cov>=4,<8",
7676
"pytest-timeout>=2,<3",
7777
]
@@ -92,7 +92,7 @@ test-quality = [
9292
"vulture>=2,<3",
9393
]
9494
test-all = [
95-
"pytest>=7,<9",
95+
"pytest>=7,<10",
9696
"pytest-cov>=4,<8",
9797
"pytest-timeout>=2,<3",
9898
"hypothesis>=6,<7",
@@ -106,7 +106,7 @@ test-all = [
106106
"matplotlib>=3.7,<4.0",
107107
]
108108
test = [ # Legacy alias
109-
"pytest>=7,<9",
109+
"pytest>=7,<10",
110110
"pytest-cov>=4,<8",
111111
"pytest-timeout>=2,<3",
112112
"hypothesis>=6,<7",
@@ -131,12 +131,12 @@ typecheck = [
131131
dev-minimal = [
132132
"mypy>=1.8,<2.0",
133133
"black>=23,<26",
134-
"pytest>=7,<9",
134+
"pytest>=7,<10",
135135
"pytest-cov>=4,<8",
136136
"pytest-timeout>=2,<3",
137137
]
138138
dev-full = [
139-
"pytest>=7,<9",
139+
"pytest>=7,<10",
140140
"pytest-cov>=4,<8",
141141
"pytest-timeout>=2,<3",
142142
"hypothesis>=6,<7",

0 commit comments

Comments
 (0)