summaryrefslogtreecommitdiff
path: root/requirements_test_min.txt
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-04-11 16:17:41 +0200
committerGitHub <noreply@github.com>2022-04-11 16:17:41 +0200
commitb8282fb809ac468ce7bc2fea335ab1c01c6f0fd0 (patch)
tree2fac8802ea6a26e890fc87aab46b59f8079a704e /requirements_test_min.txt
parent60ce60a5949edf4b33bd34d0260574dcef0fd534 (diff)
downloadpylint-git-b8282fb809ac468ce7bc2fea335ab1c01c6f0fd0.tar.gz
Update pytest requirement from ~=7.0 to ~=7.1 (#5913)
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.0.0...7.1.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Daniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>
Diffstat (limited to 'requirements_test_min.txt')
-rw-r--r--requirements_test_min.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements_test_min.txt b/requirements_test_min.txt
index 10e6ce2e0..38cea37b8 100644
--- a/requirements_test_min.txt
+++ b/requirements_test_min.txt
@@ -2,6 +2,6 @@
# astroid dependency is also defined in setup.cfg
astroid==2.11.2 # Pinned to a specific version for tests
typing-extensions~=4.1
-pytest~=7.0
+pytest~=7.1
pytest-benchmark~=3.4
pytest-timeout~=2.1