From 7bde086655a2fcf91fe18b438b7aac4b931f1fe2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Apr 2023 13:13:54 +0200 Subject: Update pytest requirement from ~=7.2 to ~=7.3 (#8562) * Update pytest requirement from ~=7.2 to ~=7.3 Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [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.2.0...7.3.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... * Disable import-error as attrs is no longer a test dependency --------- Signed-off-by: dependabot[bot] Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com> --- requirements_test_min.txt | 2 +- tests/functional/r/regression/regression_4439.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements_test_min.txt b/requirements_test_min.txt index 08321b54f..6c22ebdcd 100644 --- a/requirements_test_min.txt +++ b/requirements_test_min.txt @@ -3,7 +3,7 @@ astroid==2.15.2 # Pinned to a specific version for tests typing-extensions~=4.5 py~=1.11.0 -pytest~=7.2 +pytest~=7.3 pytest-benchmark~=4.0 pytest-timeout~=2.1 towncrier~=22.12 diff --git a/tests/functional/r/regression/regression_4439.py b/tests/functional/r/regression/regression_4439.py index 22162a7e9..3dc60cf9c 100644 --- a/tests/functional/r/regression/regression_4439.py +++ b/tests/functional/r/regression/regression_4439.py @@ -7,7 +7,7 @@ from typing import Optional -from attr import attrib, attrs +from attr import attrib, attrs # pylint: disable=import-error @attrs() -- cgit v1.2.1