Skip to content

Commit b1816cd

Browse files
Update pytest requirement from >=8.0 to >=9.0.3
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.0.0...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8697c6a commit b1816cd

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
@@ -62,15 +62,15 @@ Security = "https://github.com/oceanusXXD/code2skill/blob/main/SECURITY.md"
6262

6363
[project.optional-dependencies]
6464
test = [
65-
"pytest>=8.0",
65+
"pytest>=9.0.3",
6666
]
6767
release = [
6868
"build>=1.5.0",
6969
"twine>=6.0",
7070
]
7171
dev = [
7272
"build>=1.5.0",
73-
"pytest>=8.0",
73+
"pytest>=9.0.3",
7474
"twine>=6.0",
7575
]
7676

0 commit comments

Comments
 (0)