diff --git a/poetry.lock b/poetry.lock index d180dbe..2590475 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1242,13 +1242,13 @@ files = [ [[package]] name = "mock" -version = "5.0.2" +version = "5.1.0" description = "Rolling backport of unittest.mock for all Pythons" optional = false python-versions = ">=3.6" files = [ - {file = "mock-5.0.2-py3-none-any.whl", hash = "sha256:0e0bc5ba78b8db3667ad636d964eb963dc97a59f04c6f6214c5f0e4a8f726c56"}, - {file = "mock-5.0.2.tar.gz", hash = "sha256:06f18d7d65b44428202b145a9a36e99c2ee00d1eb992df0caf881d4664377891"}, + {file = "mock-5.1.0-py3-none-any.whl", hash = "sha256:18c694e5ae8a208cdb3d2c20a993ca1a7b0efa258c247a1e565150f477f83744"}, + {file = "mock-5.1.0.tar.gz", hash = "sha256:5e96aad5ccda4718e0a229ed94b2024df75cc2d55575ba5762d31f5767b8767d"}, ] [package.extras] @@ -2905,4 +2905,4 @@ color-log = ["colorama", "colorlog"] [metadata] lock-version = "2.0" python-versions = "^3.8.1" -content-hash = "93936cfc7e1dcbd7c099a1a5eed9fec8d6c2f268b652dd97f2f31256fa6dee5d" +content-hash = "a68a6e683ff47beff43fc3c2e01a0140b8bf8a46dd3e4e4f6037613d1627f8b4" diff --git a/pyproject.toml b/pyproject.toml index dddfeb1..d27e6e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ pytest = "^7.4.2" pytest-cov = "^4.0.0" flake8 = "^6.1.0" mypy = "^1.6" -mock = "^5.0.1" +mock = "^5.1.0" tox = "^4.11.3" coverage = "^7.3" yamllint = "^1.32.0"