Skip to content

Commit e5457ce

Browse files
Bump pytest from 8.4.1 to 9.0.1
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.1 to 9.0.1. - [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.1...9.0.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bf40504 commit e5457ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "MIT"
77
license-files = ["LICENSE"]
88
requires-python = ">=3.13"
99
dependencies = [
10-
"pytest==8.4.1",
10+
"pytest==9.0.1",
1111
]
1212

1313
[tool.pytest.ini_options]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pytest == 8.4.1
1+
pytest == 9.0.1

0 commit comments

Comments
 (0)