diff --git a/poetry.lock b/poetry.lock index a37b7c5..4d58423 100644 --- a/poetry.lock +++ b/poetry.lock @@ -641,13 +641,13 @@ testing = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygm [[package]] name = "pytest-cov" -version = "4.0.0" +version = "5.0.0" description = "Pytest plugin for measuring coverage." optional = false -python-versions = ">=3.6" +python-versions = ">=3.8" files = [ - {file = "pytest-cov-4.0.0.tar.gz", hash = "sha256:996b79efde6433cdbd0088872dbc5fb3ed7fe1578b68cdbba634f14bb8dd0470"}, - {file = "pytest_cov-4.0.0-py3-none-any.whl", hash = "sha256:2feb1b751d66a8bd934e5edfa2e961d11309dc37b73b0eabe73b5945fee20f6b"}, + {file = "pytest-cov-5.0.0.tar.gz", hash = "sha256:5837b58e9f6ebd335b0f8060eecce69b662415b16dc503883a02f45dfeb14857"}, + {file = "pytest_cov-5.0.0-py3-none-any.whl", hash = "sha256:4f0764a1219df53214206bf1feea4633c3b558a2925c8b59f144f682861ce652"}, ] [package.dependencies] @@ -655,7 +655,7 @@ coverage = {version = ">=5.2.1", extras = ["toml"]} pytest = ">=4.6" [package.extras] -testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtualenv"] +testing = ["fields", "hunter", "process-tests", "pytest-xdist", "virtualenv"] [[package]] name = "pytest-mockito" @@ -924,4 +924,4 @@ test = ["covdefaults (>=2.2.2)", "coverage (>=7.1)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "9313ae149b0d448c358806a85a94cad474e612ad4f0bbfba96e51ab4fe8eb30a" +content-hash = "ef393395210df5cb59bf55e8b1d18b9e37a3a8e1bcb6fa648a5bf7f064fc9af3" diff --git a/pyproject.toml b/pyproject.toml index d290867..28eb516 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ sqlalchemy-utils = ">=0.38.3,<0.42.0" black = "24.4.1" sqlmodel = "^0.0.8" psycopg2-binary = "^2.9.5" -pytest-cov = "^4.0.0" +pytest-cov = "^5.0.0" pytest = "8.1.1" httpx = "^0.27.0" mockito = "^1.4.0"