Bump pytest from 7.3.2 to 7.4.0 (#345)

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:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-06-23 18:57:27 -04:00 committed by GitHub
parent b9fae89efb
commit 5c36e5102a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -440,13 +440,13 @@ plugins = ["importlib-metadata"]
[[package]]
name = "pytest"
version = "7.3.2"
version = "7.4.0"
description = "pytest: simple powerful testing with Python"
optional = false
python-versions = ">=3.7"
files = [
{file = "pytest-7.3.2-py3-none-any.whl", hash = "sha256:cdcbd012c9312258922f8cd3f1b62a6580fdced17db6014896053d47cddf9295"},
{file = "pytest-7.3.2.tar.gz", hash = "sha256:ee990a3cc55ba808b80795a79944756f315c67c12b56abd3ac993a7b8c17030b"},
{file = "pytest-7.4.0-py3-none-any.whl", hash = "sha256:78bf16451a2eb8c7a2ea98e32dc119fd2aa758f1d5d66dbf0a59d69a3969df32"},
{file = "pytest-7.4.0.tar.gz", hash = "sha256:b4bf8c45bd59934ed84001ad51e11b4ee40d40a1229d2c79f9c592b0a3f6bd8a"},
]
[package.dependencies]
@ -721,4 +721,4 @@ docs = ["furo", "sphinx"]
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
content-hash = "8e31706d929a5781c1de92f1173ac924fd375a7c310e7513ef0a05906970ca20"
content-hash = "b55c0d58ba4107c4101ecb093e026b034ab8d8841800a8537ecef9432097654e"

View File

@ -34,7 +34,7 @@ sphinx = { version = ">=4.3,<7.1", optional = true }
furo = { version = ">=2022,<2024", optional = true }
[tool.poetry.dev-dependencies]
pytest = "^7.3"
pytest = "^7.4"
pytest-cov = "^4.1"
[tool.poetry.extras]