summaryrefslogtreecommitdiff
path: root/requirements_test_min.txt
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-04-23 13:13:54 +0200
committerGitHub <noreply@github.com>2023-04-23 13:13:54 +0200
commit7bde086655a2fcf91fe18b438b7aac4b931f1fe2 (patch)
tree029eb7cb9070247eddb4fc751730c86aafc9d601 /requirements_test_min.txt
parent4d46d94f4a5780e4423967e0ee37842e05f0b2bd (diff)
downloadpylint-git-7bde086655a2fcf91fe18b438b7aac4b931f1fe2.tar.gz
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] <support@github.com> Co-authored-by: Marc Mueller <30130371+cdce8p@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 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