From 887b6b483268a736c3a5eede37a5f12675e55195 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 03:09:39 +0000 Subject: [PATCH] Bump pytest from 8.2.2 to 8.3.2 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.2 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.2.2...8.3.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.in | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.in b/requirements-dev.in index e1be79a..1dcaa7b 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -4,7 +4,7 @@ # Pytest #----------------------------------- -pytest==8.2.2 +pytest==8.3.2 pytest-mock==3.14.0 pytest-html>=3.2.0 pytest-env==1.1.3 diff --git a/requirements-dev.txt b/requirements-dev.txt index 9a81990..3ad32e5 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -215,7 +215,7 @@ pyjwt[crypto]==2.8.0 # pyjwt pyscss==1.4.0 # via -r requirements.in -pytest==8.2.2 +pytest==8.3.2 # via # -r requirements-dev.in # pytest-env