Skip to content

Commit 4862af4

Browse files
authored
Merge pull request #2947 from fermga/dependabot/pip/pytest-gte-7-and-lt-10
deps(deps-dev): update pytest requirement from <9,>=7 to >=7,<10
2 parents d41abbf + f913ffc commit 4862af4

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)