diff --git a/poetry.lock b/poetry.lock index d30dc87c60..93df913a84 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4853,14 +4853,14 @@ pytest = ">=3.2.5" [[package]] name = "pytest-mock" -version = "3.15.0" +version = "3.15.1" description = "Thin-wrapper around the mock package for easier use with pytest" optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "pytest_mock-3.15.0-py3-none-any.whl", hash = "sha256:ef2219485fb1bd256b00e7ad7466ce26729b30eadfc7cbcdb4fa9a92ca68db6f"}, - {file = "pytest_mock-3.15.0.tar.gz", hash = "sha256:ab896bd190316b9d5d87b277569dfcdf718b2d049a2ccff5f7aca279c002a1cf"}, + {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] @@ -6501,4 +6501,4 @@ zstandard = ["zstandard"] [metadata] lock-version = "2.1" python-versions = "^3.9.2, !=3.9.7" -content-hash = "29b1a50b771fea06de85e37fb42d65851ebee8d224301c8bdf0d96d93be91413" +content-hash = "032fdffa14389dbb4b622f6262d6a604860c94522881d8ffe117dfc4bc837d07" diff --git a/pyproject.toml b/pyproject.toml index 24cd03af46..dbe38777b2 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.15.0" +pytest-mock = "3.15.1" pyspark = { version = "3.5.6", extras = ["connect"] } cython = "3.1.4" deptry = ">=0.14,<0.24"