Update dependency pytest to v8

This commit is contained in:
renovate[bot]
2024-01-27 22:33:55 +00:00
parent 49819e6717
commit 6064069332
2 changed files with 7 additions and 7 deletions

12
poetry.lock generated
View File

@ -705,20 +705,20 @@ typing-extensions = ">=4.6.0,<4.7.0 || >4.7.0"
[[package]]
name = "pytest"
version = "7.4.4"
version = "8.0.0"
description = "pytest: simple powerful testing with Python"
optional = false
python-versions = ">=3.7"
python-versions = ">=3.8"
files = [
{file = "pytest-7.4.4-py3-none-any.whl", hash = "sha256:b090cdf5ed60bf4c45261be03239c2c1c22df034fbffe691abe93cd80cea01d8"},
{file = "pytest-7.4.4.tar.gz", hash = "sha256:2cf0005922c6ace4a3e2ec8b4080eb0d9753fdc93107415332f50ce9e7994280"},
{file = "pytest-8.0.0-py3-none-any.whl", hash = "sha256:50fb9cbe836c3f20f0dfa99c565201fb75dc54c8d76373cd1bde06b06657bdb6"},
{file = "pytest-8.0.0.tar.gz", hash = "sha256:249b1b0864530ba251b7438274c4d251c58d868edaaec8762893ad4a0d71c36c"},
]
[package.dependencies]
colorama = {version = "*", markers = "sys_platform == \"win32\""}
iniconfig = "*"
packaging = "*"
pluggy = ">=0.12,<2.0"
pluggy = ">=1.3.0,<2.0"
[package.extras]
testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"]
@ -1164,4 +1164,4 @@ files = [
[metadata]
lock-version = "2.0"
python-versions = "^3.12"
content-hash = "11abbe955f275bb9c4a6dfd1bb022a9179d51ef16d3df053e5b480ecec82c6bc"
content-hash = "98f062da47289e8178bf9b5cb278e7d3576bb221b2b204d39b0738ec8f9d6a90"

View File

@ -17,7 +17,7 @@ uvicorn = { extras = ["standard"], version = "^0.27.0" }
[tool.poetry.group.dev.dependencies]
httpx = "^0.26.0"
pytest = "^7.4.3"
pytest = "^8.0.0"
pre-commit = "^3.5.0"
[build-system]