From 9a88381ae58be3ab9d912cca1bb3a6d1b69efb08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 21:09:52 +0530 Subject: [PATCH] Bump pytest from 8.0.0 to 8.0.1 in /crates/wgpy_pyo3 (#15) Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.0.0 to 8.0.1. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.0.0...8.0.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- crates/wgpy_pyo3/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/wgpy_pyo3/requirements-dev.txt b/crates/wgpy_pyo3/requirements-dev.txt index d6a8a19..a651f1c 100644 --- a/crates/wgpy_pyo3/requirements-dev.txt +++ b/crates/wgpy_pyo3/requirements-dev.txt @@ -1,6 +1,6 @@ numpy==1.26.4 maturin==1.4.0 -pytest==8.0.0 +pytest==8.0.1 pytest-cov==4.1.0 pytest-xdist==3.5.0 numpydoc==1.6.0