diff --git a/poetry.lock b/poetry.lock index eb656f7..62b6b22 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1232,13 +1232,13 @@ files = [ [[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] @@ -1246,7 +1246,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] @@ -1595,4 +1595,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "39038384bfb5e8d5c77065e5e9d5972d51876ee57da812097367efeb6b14cad4" +content-hash = "4bac4b117fc6166a84b5c8a9800e0ebc42f904c22a0605d8b84779fb2fedd2aa" diff --git a/pyproject.toml b/pyproject.toml index 7a61f7f..4351e9a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ falcon = "falcon_toolkit.falcon:cli" [tool.poetry.group.dev.dependencies] flake8 = "^6.0.0" pylint = ">=2.15.4,<4.0.0" -pytest = "^7.0.1" +pytest = ">=7.0.1,<9.0.0" pydocstyle = "^6.1.1" toml = "^0.10.2"