diff --git a/poetry.lock b/poetry.lock index e9a3212c12..6eb163daa6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4906,14 +4906,14 @@ pytest = ">=3.2.5" [[package]] name = "pytest-mock" -version = "3.14.1" +version = "3.15.0" description = "Thin-wrapper around the mock package for easier use with pytest" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "pytest_mock-3.14.1-py3-none-any.whl", hash = "sha256:178aefcd11307d874b4cd3100344e7e2d888d9791a6a1d9bfe90fbc1b74fd1d0"}, - {file = "pytest_mock-3.14.1.tar.gz", hash = "sha256:159e9edac4c451ce77a5cdb9fc5d1100708d2dd4ba3c3df572f14097351af80e"}, + {file = "pytest_mock-3.15.0-py3-none-any.whl", hash = "sha256:ef2219485fb1bd256b00e7ad7466ce26729b30eadfc7cbcdb4fa9a92ca68db6f"}, + {file = "pytest_mock-3.15.0.tar.gz", hash = "sha256:ab896bd190316b9d5d87b277569dfcdf718b2d049a2ccff5f7aca279c002a1cf"}, ] [package.dependencies] @@ -6554,4 +6554,4 @@ zstandard = ["zstandard"] [metadata] lock-version = "2.1" python-versions = "^3.9.2, !=3.9.7" -content-hash = "c0ff06e3b91a295cbd47a5a92cf40ee2060491cad947a20e5da6c50846b9994e" +content-hash = "07a83749d528f1fc9f2b0a840b8e313596c2a14e697d23d601491262e5744dd8" diff --git a/pyproject.toml b/pyproject.toml index 33c803afa1..181f19a4cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -100,7 +100,7 @@ coverage = { version = "^7.4.2", extras = ["toml"] } requests-mock = "1.12.1" moto = { version = "^5.0.2", extras = ["server"] } typing-extensions = "4.15.0" -pytest-mock = "3.14.1" +pytest-mock = "3.15.0" pyspark = "3.5.6" cython = "3.1.3" deptry = ">=0.14,<0.24"