From be06398c4356d8e58107ec90175adec5fc76a662 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 05:57:33 +0000 Subject: [PATCH 1/3] Bump pytest from 7.4.4 to 8.0.0 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.4 to 8.0.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.4...8.0.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index afce0e7c7..3baf8cf41 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -322,7 +322,7 @@ dev = [ "pyproject-fmt==1.7.0", "pyright==1.1.348", "pyroma==4.2", - "pytest==7.4.4", + "pytest==8.0.0", "pytest-cov==4.1", "pytest-retry==1.6.1", "pytest-xdist==3.5.0", From b2b4da9fb643f6c5247671f90ec11c04b2538e45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 13:43:38 +0000 Subject: [PATCH 2/3] Bump pytest from 7.4.4 to 8.0.0 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.4 to 8.0.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.4...8.0.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3f5c08727..725591184 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -329,7 +329,7 @@ dev = [ "pyproject-fmt==1.7.0", "pyright==1.1.349", "pyroma==4.2", - "pytest==7.4.4", + "pytest==8.0.0", "pytest-cov==4.1", "pytest-retry==1.6.1", "pytest-xdist==3.5.0", From 89b62e5e7e4c50b255a6fd64dc1880f2e2f38f59 Mon Sep 17 00:00:00 2001 From: Adam Dangoor Date: Sun, 4 Feb 2024 23:50:10 +0000 Subject: [PATCH 3/3] Bump pytest-retry for compatibility with pytest 8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3b763b659..a49e5a4e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -329,7 +329,7 @@ dev = [ "pyroma==4.2", "pytest==8.0.0", "pytest-cov==4.1", - "pytest-retry==1.6.1", + "pytest-retry==1.6.2", "pytest-xdist==3.5.0", "python-dotenv==1.0.1", "PyYAML==6.0.1",