From 80fa84ca0f23ca56c888bfa8fecba0943cb1ba02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Apr 2022 05:24:01 +0000 Subject: [PATCH] Bump pytest from 7.1.1 to 7.1.2 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.1 to 7.1.2. - [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.1.1...7.1.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 67fe3f3..d19f44e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -10,6 +10,8 @@ attrs==21.4.0 # via pytest black==22.3.0 # via -r requirements-dev.in +build==0.7.0 + # via -r requirements-dev.in certifi==2021.10.8 # via # httpcore @@ -49,11 +51,15 @@ mypy-extensions==0.4.3 # black # mypy packaging==21.3 - # via pytest + # via + # build + # pytest pathspec==0.9.0 # via black pep517==0.12.0 - # via pip-tools + # via + # build + # pip-tools pip-tools==6.6.0 # via -r requirements-dev.in platformdirs==2.5.1 @@ -68,7 +74,7 @@ pyflakes==2.4.0 # via flake8 pyparsing==3.0.7 # via packaging -pytest==7.1.1 +pytest==7.1.2 # via -r requirements-dev.in requests==2.27.1 # via -r requirements-dev.in @@ -82,6 +88,7 @@ sniffio==1.2.0 tomli==2.0.1 # via # black + # build # mypy # pep517 # pytest @@ -92,8 +99,6 @@ urllib3==1.26.9 wheel==0.37.1 # via pip-tools -build==0.7.0 - # The following packages are considered to be unsafe in a requirements file: # pip # setuptools