From c2df499fef1edf6d7e171e26855c4fc88e1582c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 11:32:45 +0000 Subject: [PATCH] Bump pytest from 7.4.3 to 8.2.0 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.3 to 8.2.0. - [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/7.4.3...8.2.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 6c40abd..e93b6ef 100644 --- a/Pipfile +++ b/Pipfile @@ -4,7 +4,7 @@ verify_ssl = true name = "pypi" [packages] -pytest = "==7.4.3" +pytest = "==8.2.0" port-for = "==0.7.2" mirakuru = "==2.5.2" packaging = "==23.2"