diff --git a/poetry.lock b/poetry.lock index a37b7c5..4afbd46 100644 --- a/poetry.lock +++ b/poetry.lock @@ -390,13 +390,13 @@ files = [ [[package]] name = "mockito" -version = "1.4.0" +version = "1.5.0" description = "Spying framework" optional = false -python-versions = ">=2.7" +python-versions = ">=3.7" files = [ - {file = "mockito-1.4.0-py3-none-any.whl", hash = "sha256:1719c6bec3523f9b465c86d247bb76027f53ab10f76b2a126dde409d0492fe3e"}, - {file = "mockito-1.4.0.tar.gz", hash = "sha256:409ab604c9ebe1bb7dc18ec6b0ed98a8ad5127b08273f5804b22f4d1b51e5222"}, + {file = "mockito-1.5.0-py3-none-any.whl", hash = "sha256:b4df89187bcd0b1bac44b7d6bcbd03ad652bae800a3effbd2e077276ca69a862"}, + {file = "mockito-1.5.0.tar.gz", hash = "sha256:036128da7daf2da89a0b637bd73321e992ff65ba8a39876ca233eec17eb77e8f"}, ] [[package]] @@ -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 = "da3e56bb241b876d2d1f331fc5d564f8b8552e4b1756a2702b538676404b3bfe" diff --git a/pyproject.toml b/pyproject.toml index d290867..371ca7d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ psycopg2-binary = "^2.9.5" pytest-cov = "^4.0.0" pytest = "8.1.1" httpx = "^0.27.0" -mockito = "^1.4.0" +mockito = "^1.5.0" pytest-mockito = "^0.0.4" pre-commit = "^3.7.0"