From 433853501c81dd17a233c81d4a67fe5f7c5363dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Feb 2022 21:57:14 +0000 Subject: [PATCH] Bump pytest from 6.2.5 to 7.0.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.5 to 7.0.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/6.2.5...7.0.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 18 ++++-------------- 2 files changed, 5 insertions(+), 15 deletions(-) diff --git a/requirements.in b/requirements.in index 96061b8..73e86c1 100644 --- a/requirements.in +++ b/requirements.in @@ -1,2 +1,2 @@ pylint==2.12.1 -pytest==6.2.5 +pytest==7.0.1 diff --git a/requirements.txt b/requirements.txt index 8783ce3..16200aa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,14 +6,8 @@ # astroid==2.9.0 # via pylint -atomicwrites==1.4.0 - # via pytest attrs==21.2.0 # via pytest -colorama==0.4.4 - # via - # pylint - # pytest iniconfig==1.1.1 # via pytest isort==5.10.1 @@ -34,16 +28,12 @@ pylint==2.12.1 # via -r requirements.in pyparsing==3.0.6 # via packaging -pytest==6.2.5 +pytest==7.0.1 # via -r requirements.in toml==0.10.2 - # via - # pylint - # pytest -typing-extensions==4.0.0 - # via - # astroid - # pylint + # via pylint +tomli==2.0.1 + # via pytest wrapt==1.13.3 # via astroid