FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 2dba40ca authored by UIS DevOps Renovate Bot's avatar UIS DevOps Renovate Bot
Browse files

chore(deps): update dependency pytest to v8

parent 0d66dc70
No related tags found
1 merge request!57chore(deps): update dependency pytest to v8
Pipeline #724670 failed
......@@ -350,13 +350,13 @@ files = [
[[package]]
name = "pluggy"
version = "1.4.0"
version = "1.5.0"
description = "plugin and hook calling mechanisms for python"
optional = false
python-versions = ">=3.8"
files = [
{file = "pluggy-1.4.0-py3-none-any.whl", hash = "sha256:7db9f7b503d67d1c5b95f59773ebb58a8c1c288129a88665838012cfb07b8981"},
{file = "pluggy-1.4.0.tar.gz", hash = "sha256:8c85c2876142a764e5b7548e7d9a0e0ddb46f5185161049a79b7e974454223be"},
{file = "pluggy-1.5.0-py3-none-any.whl", hash = "sha256:44e1ad92c8ca002de6377e165f3e0f1be63266ab4d554740532335b9d75ea669"},
{file = "pluggy-1.5.0.tar.gz", hash = "sha256:2cffa88e94fdc978c4c574f15f9e59b7f4201d439195c3715ca9e2486f1d0cf1"},
]
[package.extras]
......@@ -475,13 +475,13 @@ typing-extensions = ">=4.6.0,<4.7.0 || >4.7.0"
[[package]]
name = "pytest"
version = "7.4.4"
version = "8.3.5"
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.3.5-py3-none-any.whl", hash = "sha256:c69214aa47deac29fad6c2a4f590b9c4a9fdb16a403176fe154b79c0b4d4d820"},
{file = "pytest-8.3.5.tar.gz", hash = "sha256:f4efe70cc14e511565ac476b57c279e12a855b11f48f212af1080ef2263d3845"},
]
[package.dependencies]
......@@ -489,11 +489,11 @@ colorama = {version = "*", markers = "sys_platform == \"win32\""}
exceptiongroup = {version = ">=1.0.0rc8", markers = "python_version < \"3.11\""}
iniconfig = "*"
packaging = "*"
pluggy = ">=0.12,<2.0"
tomli = {version = ">=1.0.0", markers = "python_version < \"3.11\""}
pluggy = ">=1.5,<2"
tomli = {version = ">=1", markers = "python_version < \"3.11\""}
[package.extras]
testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"]
dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"]
[[package]]
name = "pytest-cov"
......@@ -705,4 +705,4 @@ tests = ["flake8", "pytest", "pytest-cov", "requests"]
[metadata]
lock-version = "2.0"
python-versions = "^3.9"
content-hash = "0921e2159ccf7c61bb0f56b3b41dcf7cf1b1474bf872fb0c63323c18f31c0c24"
content-hash = "6a15db77e6a2425eae8fbd97c4a6cd1cc77d91d1213b8f6bbd04eacc0c564a69"
......@@ -54,7 +54,7 @@ urllib3 = ">=1.26,<3"
[tool.poetry.group.dev.dependencies]
coverage = "^7.3.0"
freezegun = "^1.2.2"
pytest = "^7.4.0"
pytest = "^8.0.0"
pytest-cov = "^4.1.0"
requests-mock = "^1.11.0"
urllib3-mock = "^0.3.3"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment