diff --git a/poetry.lock b/poetry.lock index 6a1f288f24..978c4bae42 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4874,14 +4874,14 @@ pytest = ">=3.2.5" [[package]] name = "pytest-mock" -version = "3.14.1" +version = "3.15.1" 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.1-py3-none-any.whl", hash = "sha256:0a25e2eb88fe5168d535041d09a4529a188176ae608a6d249ee65abc0949630d"}, + {file = "pytest_mock-3.15.1.tar.gz", hash = "sha256:1849a238f6f396da19762269de72cb1814ab44416fa73a8686deac10b0d87a0f"}, ] [package.dependencies] @@ -6617,4 +6617,4 @@ zstandard = ["zstandard"] [metadata] lock-version = "2.1" python-versions = "^3.9.2, !=3.9.7" -content-hash = "8fc70526280cdc36eacd833af47c1f1675ffa5dd36f1510a8f2a6c3d9100817f" +content-hash = "40036c699f141b991ad4dbeaf5222cc9d12aa90ef864e92d34d3ebb9517ab4ba" diff --git a/pyproject.toml b/pyproject.toml index 8dfb5c5c39..47f28a1552 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -99,7 +99,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.1" pyspark = "3.5.6" cython = "3.1.3" deptry = ">=0.14,<0.24"