Bump pytest from 7.2.1 to 7.2.2 (#270)

Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.2.1 to 7.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/7.2.1...7.2.2)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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-03-06 16:47:03 -05:00
committed by GitHub
parent 8daed0328c
commit 8b0bb72e2b
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -547,14 +547,14 @@ testutils = ["gitpython (>3)"]
[[package]]
name = "pytest"
version = "7.2.1"
version = "7.2.2"
description = "pytest: simple powerful testing with Python"
category = "dev"
optional = false
python-versions = ">=3.7"
files = [
{file = "pytest-7.2.1-py3-none-any.whl", hash = "sha256:c7c6ca206e93355074ae32f7403e8ea12163b1163c976fee7d4d84027c162be5"},
{file = "pytest-7.2.1.tar.gz", hash = "sha256:d45e0952f3727241918b8fd0f376f5ff6b301cc0777c6f9a556935c92d8a7d42"},
{file = "pytest-7.2.2-py3-none-any.whl", hash = "sha256:130328f552dcfac0b1cec75c12e3f005619dc5f874f0a06e8ff7263f0ee6225e"},
{file = "pytest-7.2.2.tar.gz", hash = "sha256:c99ab0c73aceb050f68929bc93af19ab6db0558791c6a0715723abe9d0ade9d4"},
]
[package.dependencies]
@@ -859,4 +859,4 @@ files = [
[metadata]
lock-version = "2.0"
python-versions = "^3.11"
content-hash = "570a6bbde8ec184b71ec4e6f18efb5b128153387aa86ed114b48f237690698c4"
content-hash = "921eeefc72672c96a97ea971ab3040b742368aea2bbd7a699b8809694b42449a"

View File

@@ -14,7 +14,7 @@ loguru = "^0.6.0"
apprise = "^1.3.0"
[tool.poetry.group.dev.dependencies]
pytest = "^7.2.1"
pytest = "^7.2.2"
black = "^23.1.0"
pylint = "^2.16.4"
rope = "^1.7.0"