summaryrefslogtreecommitdiff
path: root/requirements_test_min.txt
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-02-18 10:07:36 +0100
committerGitHub <noreply@github.com>2022-02-18 10:07:36 +0100
commitea8645e19b6e020854c0bfac584dbd48a2da04dd (patch)
tree3a797c05ea7af2c63a34de4b5e590288ee6d68a4 /requirements_test_min.txt
parentb81380275e9e5109ec36dca81008ab7c0847db2c (diff)
downloadpylint-git-ea8645e19b6e020854c0bfac584dbd48a2da04dd.tar.gz
Update pytest requirement from ~=6.2 to ~=7.0 (#5778)
* Update pytest requirement from ~=6.2 to ~=7.0 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/6.2.0...7.0.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@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 4b71e937a..c2c82c554 100644
--- a/requirements_test_min.txt
+++ b/requirements_test_min.txt
@@ -1,6 +1,6 @@
-e .
# astroid dependency is also defined in setup.cfg
astroid==2.9.3 # Pinned to a specific version for tests
-pytest~=6.2
+pytest~=7.0
pytest-benchmark~=3.4
gitpython>3