From 0a57db3c959eed2c4236d5757e3e0a577e3bb80c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 21:04:44 +0000 Subject: [PATCH] Bump pytest from 7.0.1 to 7.2.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.0.1 to 7.2.1. - [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.0.1...7.2.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1b2ce6a..b99979a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ oauthlib==3.2.0 pyarrow==7.0.0 coverage==6.3.2 pylint==2.12.2 -pytest==7.0.1 +pytest==7.2.1 pyOpenSSL botocore~=1.24.16 moto~=3.0.7 diff --git a/setup.py b/setup.py index 44543b6..3565753 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ "pyarrow==7.0.0", "coverage==6.3.2", "pylint==2.12.2", - "pytest==7.0.1", + "pytest==7.2.1", "pyOpenSSL", "botocore~=1.24.16", "moto~=3.0.7",