summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-01-16 10:03:41 +0000
committerBrian May <brian@linuxpenguins.xyz>2023-01-17 08:49:37 +1100
commitfaf34e14e0904ffecbd3082d7fd41689ea7d1f6a (patch)
tree84f4eab5c2157bea86f989bd39df8aad074620b1
parent23207f27faa39920bf63e91d67d4d31d81fe0161 (diff)
Bump pytest from 7.2.0 to 7.2.1
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.2.0 to 7.2.1. - [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.2.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... 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 a269491..125d345 100644
--- a/requirements-tests.txt
+++ b/requirements-tests.txt
@@ -1,5 +1,5 @@
-r requirements.txt
-pytest==7.2.0
+pytest==7.2.1
pytest-cov==4.0.0
flake8==5.0.4
pyflakes==2.5.0