From c28f5e7b22a47a4314de7bef8bd06360bad0cb27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 17:23:47 +0000 Subject: [PATCH 1/2] build(deps): bump pytest from 8.3.3 to 8.3.4 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.3 to 8.3.4. - [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.3.3...8.3.4) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- local-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local-requirements.txt b/local-requirements.txt index 3a1791441..bf310748a 100644 --- a/local-requirements.txt +++ b/local-requirements.txt @@ -9,7 +9,7 @@ Pillow==10.4.0 pixelmatch==0.3.0 pre-commit==3.5.0 pyOpenSSL==24.2.1 -pytest==8.3.3 +pytest==8.3.4 pytest-asyncio==0.24.0 pytest-cov==6.0.0 pytest-repeat==0.9.3 From 292adafd78bc109a1b89855f309209553fcec48d Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Tue, 10 Dec 2024 16:05:10 -0800 Subject: [PATCH 2/2] Reorder pytest in local-requirements.txt --- local-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local-requirements.txt b/local-requirements.txt index ffebff008..3e01db05e 100644 --- a/local-requirements.txt +++ b/local-requirements.txt @@ -8,8 +8,8 @@ objgraph==3.6.2 Pillow==10.4.0 pixelmatch==0.3.0 pre-commit==3.5.0 -pytest==8.3.4 pyOpenSSL==24.3.0 +pytest==8.3.4 pytest-asyncio==0.24.0 pytest-cov==6.0.0 pytest-repeat==0.9.3