From efa0c01c5421fb68b6e15fcd324cf2d5ce8bacb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 09:34:28 -0700 Subject: [PATCH] Bump pytest from 7.4.1 to 7.4.2 (#3764) Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.1 to 7.4.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/7.4.1...7.4.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-base.txt | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-base.txt b/requirements-base.txt index 4497361a8df0..cac3ffa799c8 100644 --- a/requirements-base.txt +++ b/requirements-base.txt @@ -308,7 +308,7 @@ pyrate-limiter==2.10.0 # via schemathesis pyrsistent==0.19.3 # via jsonschema -pytest==7.4.1 +pytest==7.4.2 # via # pytest-subtests # schemathesis diff --git a/requirements-dev.txt b/requirements-dev.txt index cd2cce4bed27..f6ebff468443 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -84,7 +84,7 @@ pygments==2.16.1 # via # devtools # ipython -pytest==7.4.1 +pytest==7.4.2 # via -r requirements-dev.in python-dateutil==2.8.2 # via faker