diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-06-05 10:24:16 +0000 |
---|---|---|
committer | Brian May <linuxpenguinbrian@gmail.com> | 2024-06-06 10:42:41 +1000 |
commit | a0f466a07cf85819819d6a383b917eb57aff26f3 (patch) | |
tree | 1fb58d76c37318aaa7132a21e8ece221f02f3022 | |
parent | d660d8159b8e8b9a21790c24d061b39c8126596c (diff) |
Bump pytest from 8.2.1 to 8.2.2
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.1 to 8.2.2.
- [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/8.2.1...8.2.2)
---
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.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements-tests.txt b/requirements-tests.txt index 38b2766..fdca933 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -1,5 +1,5 @@ -r requirements.txt -pytest==8.2.1 +pytest==8.2.2 pytest-cov==5.0.0 flake8==7.0.0 bump2version==1.0.1 |