From 7105c20dabc888b27750552c6c00eb11007b25bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 11:19:22 +0000 Subject: [PATCH] Bump pytest from 8.3.2 to 8.3.3 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.2 to 8.3.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/8.3.2...8.3.3) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch ... 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 ead46b5..41b2e1e 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -4,7 +4,7 @@ # Pytest #----------------------------------- -pytest==8.3.2 +pytest==8.3.3 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 41013e0..33f7683 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -221,7 +221,7 @@ pyjwt[crypto]==2.8.0 # pyjwt pyscss==1.4.0 # via -r requirements.in -pytest==8.3.2 +pytest==8.3.3 # via # -r requirements-dev.in # pytest-env