From bf2b9ad4dd9ea0d589ecb0031f6a884aab9beb37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 02:56:36 +0000 Subject: [PATCH] Bump pytest from 7.1.3 to 7.3.0 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.3 to 7.3.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.1.3...7.3.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.test.txt | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/requirements.test.txt b/requirements.test.txt index d3eafe0..c84072f 100644 --- a/requirements.test.txt +++ b/requirements.test.txt @@ -4,8 +4,6 @@ # # pip-compile --output-file=requirements.test.txt requirements.test.in # -attrs==21.4.0 - # via pytest flake8==4.0.1 # via -r requirements.test.in freezegun==1.1.0 @@ -22,15 +20,13 @@ packaging==21.3 # via pytest pluggy==1.0.0 # via pytest -py==1.11.0 - # via pytest pycodestyle==2.8.0 # via flake8 pyflakes==2.4.0 # via flake8 pyparsing==3.0.7 # via packaging -pytest==7.1.3 +pytest==7.3.0 # via # -r requirements.test.in # pytest-freezegun @@ -46,10 +42,6 @@ python-dateutil==2.8.2 # via freezegun six==1.16.0 # via python-dateutil -tomli==2.0.0 - # via - # mypy - # pytest typed-ast==1.5.4 # via -r requirements.test.in types-pyyaml==6.0.11