diff --git a/poetry.lock b/poetry.lock index dbae25a..bfb9bbd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1197,13 +1197,13 @@ diagrams = ["jinja2", "railroad-diagrams"] [[package]] name = "pytest" -version = "7.4.3" +version = "8.0.0" description = "pytest: simple powerful testing with Python" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "pytest-7.4.3-py3-none-any.whl", hash = "sha256:0d009c083ea859a71b76adf7c1d502e4bc170b80a8ef002da5806527b9591fac"}, - {file = "pytest-7.4.3.tar.gz", hash = "sha256:d989d136982de4e3b29dabcc838ad581c64e8ed52c11fbe86ddebd9da0818cd5"}, + {file = "pytest-8.0.0-py3-none-any.whl", hash = "sha256:50fb9cbe836c3f20f0dfa99c565201fb75dc54c8d76373cd1bde06b06657bdb6"}, + {file = "pytest-8.0.0.tar.gz", hash = "sha256:249b1b0864530ba251b7438274c4d251c58d868edaaec8762893ad4a0d71c36c"}, ] [package.dependencies] @@ -1211,7 +1211,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] @@ -1607,4 +1607,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "30868dae4c825bebfcdb28ea58ea5a78417b1c0867c31a99ace86ab474704402" +content-hash = "439caa537d8b414d7ebc05811cc83def95c54206a947ff6a41e84495e9d73e6d" diff --git a/pyproject.toml b/pyproject.toml index e217858..34f13cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ torchvision = { version = "0.16.1+cpu", source = "torch-cpu" } black = "^23.11.0" ruff = "^0.1.6" pyclean = "^2.7.6" -pytest = "^7.4.3" +pytest = ">=7.4.3,<9.0.0" pytest-cov = "^4.1.0"