From e3a362f401c726010a75c5a43118554e731087d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Dec 2023 03:39:57 +0000 Subject: [PATCH] Bump types-mock from 5.1.0.2 to 5.1.0.3 Bumps [types-mock](https://github.com/python/typeshed) from 5.1.0.2 to 5.1.0.3. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-mock dependency-type: direct:development update-type: version-update:semver-patch ... 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 e2698335da..85c84bb56e 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.7.1 and should not be changed by hand. [[package]] name = "adyen" @@ -4484,13 +4484,13 @@ files = [ [[package]] name = "types-mock" -version = "5.1.0.2" +version = "5.1.0.3" description = "Typing stubs for mock" optional = false -python-versions = "*" +python-versions = ">=3.7" files = [ - {file = "types-mock-5.1.0.2.tar.gz", hash = "sha256:de48d3766e4e3034efd8b26da9e09e4908f31e53137a5fe2efbf1fbabee16996"}, - {file = "types_mock-5.1.0.2-py3-none-any.whl", hash = "sha256:924ab5d5a0dbe9fd8100e073b7ed922748e7b0ad0987dc725f1a5835ce70d178"}, + {file = "types-mock-5.1.0.3.tar.gz", hash = "sha256:eeeac25480287bb721fb17fcda2e9768d70a476dcc14a2c1d0389535c54f8184"}, + {file = "types_mock-5.1.0.3-py3-none-any.whl", hash = "sha256:e5821fdfd57bd545b101dc42373b0112027a1e53e82afbd801c122840b3a2780"}, ] [[package]] @@ -5250,4 +5250,4 @@ test = ["pytest"] [metadata] lock-version = "2.0" python-versions = "~3.9" -content-hash = "1d8960f5a32b4ce645d7c1f58feb6f1d1893c1ca7d5164966c289661aa750665" +content-hash = "9a240c6a7e13b873fe8451f2d60b086f5b6036eb1c2174e224abb96ef3200e30" diff --git a/pyproject.toml b/pyproject.toml index 99203adb05..56112f4f4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -135,7 +135,7 @@ documentation = "https://docs.saleor.io/" semgrep = ">=1.34.0" types-certifi = "^2021.10.8" types-freezegun = "^1.1.7" - types-mock = "^5.0.0.5" + types-mock = "^5.1.0.3" types-pkg-resources = "^0.1.3" types-python-dateutil = "^2.8.19" types-pytz = "^2023.3.0"