From 2fbfe1762170d158f578c2de4cab49db9235b3b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 11:43:49 +0000 Subject: [PATCH] build(deps-dev): bump pytest from 8.3.3 to 8.3.4 in /packages 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:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- packages/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/requirements-dev.txt b/packages/requirements-dev.txt index d5bd73f..8e2fd5e 100644 --- a/packages/requirements-dev.txt +++ b/packages/requirements-dev.txt @@ -89,7 +89,7 @@ pyproject-api==1.8.0 ; python_version >= "3.9" and python_version < "4.0" pyproject-hooks==1.2.0 ; python_version >= "3.9" and python_version < "4.0" pytest-cov==5.0.0 ; python_version >= "3.9" and python_version < "4.0" pytest-django==4.9.0 ; python_version >= "3.9" and python_version < "4.0" -pytest==8.3.3 ; python_version >= "3.9" and python_version < "4.0" +pytest==8.3.4 ; python_version >= "3.9" and python_version < "4.0" python-gitlab==4.13.0 ; python_version >= "3.9" and python_version < "4.0" python-semantic-release==9.11.1 ; python_version >= "3.9" and python_version < "4.0" pywin32-ctypes==0.2.3 ; python_version >= "3.9" and python_version < "4.0" and sys_platform == "win32"