From 1448bee562cd1fb6a39669fd20b5186445c6dc63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 13:13:28 +0000 Subject: [PATCH] Bump pytest from 7.4.2 to 7.4.3 in /.github/workflows Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.2 to 7.4.3. - [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.2...7.4.3) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/constraints.txt b/.github/workflows/constraints.txt index 313cf38..899a61d 100644 --- a/.github/workflows/constraints.txt +++ b/.github/workflows/constraints.txt @@ -4,6 +4,6 @@ nox==2023.4.22 nox-poetry==1.0.3 playwright==1.39.0 poetry==1.6.1 -pytest==7.4.2 +pytest==7.4.3 pytest-cov==4.1.0 pytest-django==4.5.2