diff --git a/poetry.lock b/poetry.lock index 12ed2fc..4c8c8db 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1141,13 +1141,13 @@ testing = ["covdefaults (>=2.3)", "pytest (>=7.4)", "pytest-cov (>=4.1)", "pytes [[package]] name = "pytest" -version = "7.4.4" +version = "8.0.2" 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.2-py3-none-any.whl", hash = "sha256:edfaaef32ce5172d5466b5127b42e0d6d35ebbe4453f0e3505d96afd93f6b096"}, + {file = "pytest-8.0.2.tar.gz", hash = "sha256:d4051d623a2e0b7e51960ba963193b09ce6daeb9759a451844a21e4ddedfc1bd"}, ] [package.dependencies] @@ -1155,7 +1155,7 @@ colorama = {version = "*", markers = "sys_platform == \"win32\""} exceptiongroup = {version = ">=1.0.0rc8", markers = "python_version < \"3.11\""} iniconfig = "*" packaging = "*" -pluggy = ">=0.12,<2.0" +pluggy = ">=1.3.0,<2.0" tomli = {version = ">=1.0.0", markers = "python_version < \"3.11\""} [package.extras] @@ -1773,4 +1773,4 @@ docs = ["Sphinx", "enum-tools", "furo"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "ac998a9b316f834dda97be2c79957512753e3e3b592cd9ad29c7328fd092178f" +content-hash = "6b6dd8ad1cf8446b4a0697fbbd203c2b3da62198ac0186eb7ad3ee7c6351f573" diff --git a/pyproject.toml b/pyproject.toml index 0da5cae..4cbbd5c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ cli = ["click", "appdirs"] docs = ["sphinx", "furo", "enum-tools"] [tool.poetry.dev-dependencies] -pytest = "^7.4.4" +pytest = "^8.0.2" black = "^24.1.1" mypy = "^1.8" flake8 = "^7.0.0"