From ac2f0e696d11134667172c2b4ce5faf98e811a61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Sep 2022 18:32:26 +0000 Subject: [PATCH] Bump pytest from 4.6.5 to 7.1.3 Bumps [pytest](https://github.com/pytest-dev/pytest) from 4.6.5 to 7.1.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/4.6.5...7.1.3) --- 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..f8711ed20bd3 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.1.3 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..a8110c22b56b 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.1.3 pytest-mock==3.7.0 requests-mock==1.9.3 ruamel.yaml<0.18