diff --git a/poetry.lock b/poetry.lock index 461cccb..f0a636d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -424,13 +424,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] @@ -773,4 +773,4 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "2.0" python-versions = ">=3.7, <4" -content-hash = "4d79ed2952db8120852a9952414dee42f3061c8e11a369d277ab71c95be64619" +content-hash = "2c2585a8dc43d5d8d3bbf73c0e31cebcaf71dee2725a30e6b0bb7729bbe0a30d" diff --git a/pyproject.toml b/pyproject.toml index fcf82f6..b4a2e2a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ python = ">=3.7, <4" libhoney = "^2.3.0" wrapt = "^1.12.1" [tool.poetry.dev-dependencies] -mock = "^5.0.2" +mock = "^5.1.0" coverage = "^7.2.7" pylint = [{version = "^2.13", python = ">=3.7,<4"}] django = [{version = "^3.2", python = ">= 3.7,<4"}]