From 70330dc869a4f4514e511bf9137047ab21858f69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 18:10:54 +0000 Subject: [PATCH] Bump pytest from 4.6.5 to 7.2.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 4.6.5 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/4.6.5...7.2.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- dev-requirements-py2.txt | 2 +- dev-requirements-py3.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-requirements-py2.txt b/dev-requirements-py2.txt index 1f9b1de76f32..bd3866fe55a5 100644 --- a/dev-requirements-py2.txt +++ b/dev-requirements-py2.txt @@ -4,7 +4,7 @@ demisto-py>=3.0.2 PyYAML==5.3.1 pylint==1.9.5 pykwalify==1.7.0 -pytest==4.6.5 +pytest==7.2.1 pytest-mock==2.0.0 beautifulsoup4==4.8.1 pypdf2==1.26.0 diff --git a/dev-requirements-py3.txt b/dev-requirements-py3.txt index a0dcb2c313c3..de72c4fea965 100644 --- a/dev-requirements-py3.txt +++ b/dev-requirements-py3.txt @@ -2,7 +2,7 @@ flake8==4.0.1 bandit~=1.7.0 demisto-py>=3.1.4 demisto-sdk==1.6.6 -pytest==7.0.1 +pytest==7.2.1 pytest-mock==3.7.0 requests-mock==1.9.3 ruamel.yaml<0.18