Skip to content

Commit 4aa3bc6

Browse files
dependabot[bot]amotl
authored andcommitted
Chore(deps-dev): Update pytest requirement from <8 to <9
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@1.0.0b3...8.0.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6f7ec23 commit 4aa3bc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
extras = {
3535
"test": [
36-
"pytest<8",
36+
"pytest<9",
3737
"lovely-pytest-docker<1",
3838
"grafanalib==0.7.0",
3939
]

0 commit comments

Comments
 (0)