diff --git a/python/poetry.lock b/python/poetry.lock index 03fabb8da225..2840c4e5c4a7 100644 --- a/python/poetry.lock +++ b/python/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.5.0 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. [[package]] name = "adlfs" @@ -2040,13 +2040,13 @@ testing = ["flake8 (<5)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-chec [[package]] name = "pytest-mock" -version = "3.10.0" +version = "3.11.1" description = "Thin-wrapper around the mock package for easier use with pytest" optional = false python-versions = ">=3.7" files = [ - {file = "pytest-mock-3.10.0.tar.gz", hash = "sha256:fbbdb085ef7c252a326fd8cdcac0aa3b1333d8811f131bdcc701002e1be7ed4f"}, - {file = "pytest_mock-3.10.0-py3-none-any.whl", hash = "sha256:f4c973eeae0282963eb293eb173ce91b091a79c1334455acfac9ddee8a1c784b"}, + {file = "pytest-mock-3.11.1.tar.gz", hash = "sha256:7f6b125602ac6d743e523ae0bfa71e1a697a2f5534064528c6ff84c2f7c2fc7f"}, + {file = "pytest_mock-3.11.1-py3-none-any.whl", hash = "sha256:21c279fff83d70763b05f8874cc9cfb3fcacd6d354247a976f9529d19f9acf39"}, ] [package.dependencies] @@ -2826,4 +2826,4 @@ zstandard = ["zstandard"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "2d82c34eff875704f396c002b5a32f0f240747d26a5aed018674356314f86ebd" +content-hash = "2b79e3e61cd57fd27dea2ed46d99fb2837cbfa6183b1e749857051228b2073b0" diff --git a/python/pyproject.toml b/python/pyproject.toml index 68fe8a57c2fa..9d1be32ac6a4 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -72,7 +72,7 @@ coverage = { version = "^7.2.3", extras = ["toml"] } requests-mock = "1.10.0" moto = "^4.1.7" typing-extensions = "4.5.0" -pytest-mock = "3.10.0" +pytest-mock = "3.11.1" [[tool.mypy.overrides]] module = "pytest_mock.*"