Bump pytest from 7.3.2 to 7.4.1 (#1026)

Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.3.2 to 7.4.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.2...7.4.1)

---
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-09-06 11:57:21 -04:00 коммит произвёл GitHub
Родитель 80b74f7c53
Коммит 6c69ab75c3
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 5 добавлений и 5 удалений

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

@ -1219,13 +1219,13 @@ testing = ["covdefaults (>=2.3)", "importlib-metadata (>=6.6)", "pytest (>=7.3.1
[[package]]
name = "pytest"
version = "7.3.2"
version = "7.4.1"
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.1-py3-none-any.whl", hash = "sha256:460c9a59b14e27c602eb5ece2e47bec99dc5fc5f6513cf924a7d03a578991b1f"},
{file = "pytest-7.4.1.tar.gz", hash = "sha256:2f2301e797521b23e4d2585a0a3d7b5e50fdddaaf7e7d6773ea26ddb17c213ab"},
]
[package.dependencies]
@ -2073,4 +2073,4 @@ cache-seeded-file = ["zstandard"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.7,<4"
content-hash = "ead1bad2bebfe4a0adcfa3dac31c0f45a867ee1e0e6b54569758b68c6f79b98a"
content-hash = "3f868b9a9ba4a4c48396cb886586e1c6bc5bed2a322c468cceb7d727cebb89bb"

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

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