summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-06-26 10:57:30 +0000
committerBrian May <brian@linuxpenguins.xyz>2023-06-26 11:15:44 +0000
commit4e592265f67966a431571d7281cf27096b7b6646 (patch)
treefa98939c01dbf743eea33d504fe8c6e1acef0af6
parenta289580f24e7604b957b39e1df169894dd8d5400 (diff)
Bump pytest from 7.3.2 to 7.4.0
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.3.2 to 7.4.0. - [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.3.2...7.4.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--requirements-tests.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements-tests.txt b/requirements-tests.txt
index 4a9ae7f..e2344b4 100644
--- a/requirements-tests.txt
+++ b/requirements-tests.txt
@@ -1,5 +1,5 @@
-r requirements.txt
-pytest==7.3.2
+pytest==7.4.0
pytest-cov==4.1.0
flake8==5.0.4
pyflakes==2.5.0