chore(pip-dev)(deps-dev): bump pytest from 8.0.2 to 8.1.1 #177

Merged
dependabot[bot] merged 1 commits from dependabot/pip/pytest-8.1.1 into main 2024-03-13 08:46:49 +01:00
2 changed files with 7 additions and 7 deletions
Showing only changes of commit c5b035fedc - Show all commits

12
poetry.lock generated
View File

@ -654,23 +654,23 @@ files = [
[[package]]
name = "pytest"
version = "8.0.2"
version = "8.1.1"
description = "pytest: simple powerful testing with Python"
optional = false
python-versions = ">=3.8"
files = [
{file = "pytest-8.0.2-py3-none-any.whl", hash = "sha256:edfaaef32ce5172d5466b5127b42e0d6d35ebbe4453f0e3505d96afd93f6b096"},
{file = "pytest-8.0.2.tar.gz", hash = "sha256:d4051d623a2e0b7e51960ba963193b09ce6daeb9759a451844a21e4ddedfc1bd"},
{file = "pytest-8.1.1-py3-none-any.whl", hash = "sha256:2a8386cfc11fa9d2c50ee7b2a57e7d898ef90470a7a34c4b949ff59662bb78b7"},
{file = "pytest-8.1.1.tar.gz", hash = "sha256:ac978141a75948948817d360297b7aae0fcb9d6ff6bc9ec6d514b85d5a65c044"},
]
[package.dependencies]
colorama = {version = "*", markers = "sys_platform == \"win32\""}
iniconfig = "*"
packaging = "*"
pluggy = ">=1.3.0,<2.0"
pluggy = ">=1.4,<2.0"
[package.extras]
testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"]
testing = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"]
[[package]]
name = "pyyaml"
@ -925,4 +925,4 @@ files = [
[metadata]
lock-version = "2.0"
python-versions = "^3.11.2"
content-hash = "995adc4813d412da1d1396c4bec5705bb83d52fd5638db21e13ca73ffaabd295"
content-hash = "560862c0c938a8f7b349751cf1e4aee29b77c4c950c5c986c77f2f536d27f598"

View File

@ -15,7 +15,7 @@ black = "^24.2.0"
coverage = "^7.4.3"
pylint = "^3.1.0"
pylint-exit = "^1.2.0"
pytest = "^8.0.2"
pytest = "^8.1.1"
pre-commit = "^3.6.2"
[build-system]