From 3782008f99cf4aec930b0f625247d87d9bccca84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 07:54:46 -0400 Subject: [PATCH] Bump pytest from 8.3.1 to 8.3.2 (#11344) Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.1 to 8.3.2. - [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.1...8.3.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ci-constraints-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-constraints-requirements.txt b/ci-constraints-requirements.txt index 7a1a9cc775f5..93842c3e5ce7 100644 --- a/ci-constraints-requirements.txt +++ b/ci-constraints-requirements.txt @@ -86,7 +86,7 @@ pygments==2.18.0 # sphinx pyproject-hooks==1.1.0 # via build -pytest==8.3.1; python_version >= "3.8" +pytest==8.3.2; python_version >= "3.8" # via # cryptography (pyproject.toml) # pytest-benchmark