diff --git a/poetry.lock b/poetry.lock index d2b67ff..0b03f42 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1863,13 +1863,13 @@ diagrams = ["jinja2", "railroad-diagrams"] [[package]] name = "pytest" -version = "7.4.4" +version = "8.1.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.1.0-py3-none-any.whl", hash = "sha256:ee32db7af8de4629a455806befa90559f307424c07b8413ccfc30bf5b221dd7e"}, + {file = "pytest-8.1.0.tar.gz", hash = "sha256:f8fa04ab8f98d185113ae60ea6d79c22f8143b14bc1caeced44a0ab844928323"}, ] [package.dependencies] @@ -1877,11 +1877,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.4,<2.0" +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"] +testing = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] [[package]] name = "pytest-cov" @@ -2846,4 +2846,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "<3.12,>=3.9" -content-hash = "b306722851af514948649e29c73b92c0d92359ef0383b4f6d6a0756372d0e0b8" +content-hash = "16316abb629c12cdf5ef80dd0b34522b71388bc260ece71951d0f688a6acc942" diff --git a/pyproject.toml b/pyproject.toml index 8837bc6..f349dc1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ bump2version = "^1.0.1" watchdog = {version = "^3.0.0", extras = ["watchmedo"]} [tool.poetry.group.test.dependencies] -pytest = "^7.4.3" +pytest = ">=7.4.3,<9.0.0" xdoctest = "^1.1.2" coverage = {version = "^7.3.2", extras = ["toml"]} pytest-cov = "^4.1.0"