From 1038fc477999afe106f71d88801deb1ad60a8392 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Oct 2022 18:52:29 +0000 Subject: [PATCH] Bump pytest from 7.0.1 to 7.2.0 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.0.1 to 7.2.0. - [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.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-minor ... 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..f9797e15933f 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.0 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..e8a6cfdaef63 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.0 pytest-mock==3.7.0 requests-mock==1.9.3 ruamel.yaml<0.18