From 2da748fd4a58e26c4e09d65d0b8e30a1e2ac21d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 04:20:32 +0000 Subject: [PATCH] build(deps-dev): bump pytest from 8.1.0 to 8.1.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.1.0 to 8.1.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.1.0...8.1.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 076daca..089e919 100644 --- a/Pipfile +++ b/Pipfile @@ -15,7 +15,7 @@ inflect = "==7.0.0" [dev-packages] towncrier = "==23.11.0" -pytest = "==8.1.0" +pytest = "==8.1.1" pytest-cov = "==4.1.0" coverage = "==7.4.3" mock = "==5.1.0"