Skip to content

Commit 2ea00b9

Browse files
Build(deps-dev): Update pytest requirement from >=9.1.0 to >=9.1.1
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@9.1.0...9.1.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b3d1ee6 commit 2ea00b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dev = [
4444
"jinja2>=3.1.6",
4545
"maturin>=1.13.3",
4646
"mypy>=2.1.0",
47-
"pytest>=9.1.0",
47+
"pytest>=9.1.1",
4848
"pytest-benchmark>=5.2.3",
4949
"pytest-cov>=7.1.0",
5050
"pytest-xdist[psutil]>=3.8.0",

0 commit comments

Comments
 (0)