From 6d89a7261d79fcababfbcc177fd66506ba5638c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 06:34:26 +0000 Subject: [PATCH] Bump mock from 4.0.3 to 5.1.0 Bumps [mock](https://github.com/testing-cabal/mock) from 4.0.3 to 5.1.0. - [Changelog](https://github.com/testing-cabal/mock/blob/master/CHANGELOG.rst) - [Commits](https://github.com/testing-cabal/mock/compare/4.0.3...5.1.0) --- updated-dependencies: - dependency-name: mock dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0ad7331..b7114a6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "asgiref" @@ -633,19 +633,19 @@ traitlets = "*" [[package]] name = "mock" -version = "4.0.3" +version = "5.1.0" description = "Rolling backport of unittest.mock for all Pythons" optional = false python-versions = ">=3.6" files = [ - {file = "mock-4.0.3-py3-none-any.whl", hash = "sha256:122fcb64ee37cfad5b3f48d7a7d51875d7031aaf3d8be7c42e2bee25044eee62"}, - {file = "mock-4.0.3.tar.gz", hash = "sha256:7d3fbbde18228f4ff2f1f119a45cdffa458b4c0dee32eb4d2bb2f82554bac7bc"}, + {file = "mock-5.1.0-py3-none-any.whl", hash = "sha256:18c694e5ae8a208cdb3d2c20a993ca1a7b0efa258c247a1e565150f477f83744"}, + {file = "mock-5.1.0.tar.gz", hash = "sha256:5e96aad5ccda4718e0a229ed94b2024df75cc2d55575ba5762d31f5767b8767d"}, ] [package.extras] build = ["blurb", "twine", "wheel"] docs = ["sphinx"] -test = ["pytest (<5.4)", "pytest-cov"] +test = ["pytest", "pytest-cov"] [[package]] name = "oauthlib" @@ -1288,4 +1288,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "~3.12" -content-hash = "a5a67f8d731dd2ea5da4fcd7d8f5ba8d066403fde7fd8188bd53f90bfe5423ff" +content-hash = "7d52375213ccdb11630dafc1c2a8af726b6a7404b50a5724c48b2ec9ec9fede9" diff --git a/pyproject.toml b/pyproject.toml index 02a1859..ec9ffa3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ sentry-sdk = {version = "2.16.0", extras = ["django"]} ipython = "^8.28.0" coverage = "^5.3" coveralls = "^2.1.2" -mock = "^4.0.2" +mock = "^5.1.0" ipdb = "^0.13.4" [build-system]