From dba992c27db7522aba86c55b4933c536a9f461be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 14:02:44 +0000 Subject: [PATCH] Bump pytest from 7.4.2 to 7.4.4 in /.github/workflows Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.2 to 7.4.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/7.4.2...7.4.4) --- 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..85fc89e 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.4 pytest-cov==4.1.0 pytest-django==4.5.2