diff options
author | 2024-05-31 00:32:55 +0000 | |
---|---|---|
committer | 2024-05-31 00:32:55 +0000 | |
commit | 895912928aa83c58f8046758dd8e463a1a67fcb4 (patch) | |
tree | 0ec440a8bbd4012def3a0ed99f72c2152e44544e /pyproject.toml | |
parent | Bump requests from 2.31.0 to 2.32.2 (#226) (diff) |
Bump pytest from 8.1.1 to 8.2.1 (#228)
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.1.1 to 8.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/8.1.1...8.2.1)
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index e6168a39..95fd70b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ taskipy = "1.12.2" python-dotenv = "1.0.1" [tool.poetry.group.test.dependencies] -pytest = "8.1.1" +pytest = "8.2.1" pytest-cov = "5.0.0" pytest-xdist = "3.6.1" |