Bump pytest from 7.3.0 to 7.3.1 (#951)

Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.3.0 to 7.3.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.3.0...7.3.1)

---
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-05-05 23:30:12 +02:00 коммит произвёл GitHub
Родитель fa2ce6898a
Коммит 788569eefe
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 6 добавлений и 6 удалений

10
poetry.lock сгенерированный
Просмотреть файл

@ -1,4 +1,4 @@
# This file is automatically @generated by Poetry 1.4.2 and should not be changed by hand.
# This file is automatically @generated by Poetry and should not be changed by hand.
[[package]]
name = "aiohttp"
@ -1202,14 +1202,14 @@ plugins = ["importlib-metadata"]
[[package]]
name = "pytest"
version = "7.3.0"
version = "7.3.1"
description = "pytest: simple powerful testing with Python"
category = "dev"
optional = false
python-versions = ">=3.7"
files = [
{file = "pytest-7.3.0-py3-none-any.whl", hash = "sha256:933051fa1bfbd38a21e73c3960cebdad4cf59483ddba7696c48509727e17f201"},
{file = "pytest-7.3.0.tar.gz", hash = "sha256:58ecc27ebf0ea643ebfdf7fb1249335da761a00c9f955bcd922349bcb68ee57d"},
{file = "pytest-7.3.1-py3-none-any.whl", hash = "sha256:3799fa815351fea3a5e96ac7e503a96fa51cc9942c3753cda7651b93c1cfa362"},
{file = "pytest-7.3.1.tar.gz", hash = "sha256:434afafd78b1d78ed0addf160ad2b77a30d35d4bdf8af234fe621919d9ed15e3"},
]
[package.dependencies]
@ -2078,4 +2078,4 @@ cache-seeded-file = ["zstandard"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.7,<4"
content-hash = "7966c52a00d2fd0a8fe384b4c8e0f1ffd11a98457cbff47ca2d2f51cb1efc11a"
content-hash = "27af995a73ea6e6153d83fb36a881bf4e8558ad985779687b666a8341ab45681"

Просмотреть файл

@ -37,7 +37,7 @@ json-e = "^4.4.3"
[tool.poetry.dev-dependencies]
pre-commit = "^2.20"
pytest = "^7.1"
pytest = "^7.3"
tox = "^3.26"
responses = "^0.20"
sphinx = "^5.3.0"