summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-04-19 11:00:06 +0200
committerGitHub <noreply@github.com>2021-04-19 11:00:06 +0200
commite826cec346db036ba24730d3c983d3c0b2668d60 (patch)
treeddc6af2fa2482aa2573cc111b96d6af2eddeb85f
parentac8fda4ea666e7e9f68c4f7e68d1af0edad54119 (diff)
downloadpylint-git-e826cec346db036ba24730d3c983d3c0b2668d60.tar.gz
Update pytest-benchmark requirement from ~=3.2 to ~=3.4 (#4378)
Updates the requirements on [pytest-benchmark](https://github.com/ionelmc/pytest-benchmark) to permit the latest version. - [Release notes](https://github.com/ionelmc/pytest-benchmark/releases) - [Changelog](https://github.com/ionelmc/pytest-benchmark/blob/master/CHANGELOG.rst) - [Commits](https://github.com/ionelmc/pytest-benchmark/compare/v3.2.0...v3.4.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-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 389078c1e..0d169c0c4 100644
--- a/requirements_test_min.txt
+++ b/requirements_test_min.txt
@@ -1,4 +1,4 @@
-e .
astroid==2.5.3 # Pinned to a specific version for tests
pytest~=6.2
-pytest-benchmark~=3.2
+pytest-benchmark~=3.4