From 7587bec7e351e415ac33a2f3636bb15dc2bc7369 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2024 07:26:07 +0000 Subject: [PATCH] :arrow_up: Bump mockito from 1.5.2 to 1.5.3 in /waypoint Bumps [mockito](https://github.com/mockito/mockito) from 1.5.2 to 1.5.3. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/commits) --- updated-dependencies: - dependency-name: mockito dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- waypoint/poetry.lock | 10 +++++----- waypoint/pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/waypoint/poetry.lock b/waypoint/poetry.lock index ef5d9bd8f..907514910 100644 --- a/waypoint/poetry.lock +++ b/waypoint/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 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 = "aiohappyeyeballs" @@ -1018,13 +1018,13 @@ files = [ [[package]] name = "mockito" -version = "1.5.2" +version = "1.5.3" description = "Spying framework" optional = false python-versions = ">=3.7" files = [ - {file = "mockito-1.5.2-py3-none-any.whl", hash = "sha256:ba2aa2411ac873e5490bf3a7a689d7da2baf7c6cb547dda8ecf589e2d42206e3"}, - {file = "mockito-1.5.2.tar.gz", hash = "sha256:ed0541d293e9fa2a22162492e3d52224ffca0f363fcfa32a03edd0b6097c6308"}, + {file = "mockito-1.5.3-py3-none-any.whl", hash = "sha256:094a5e7ebd140e6b5dcb0fc581f83616000f2b1311facc3b5e6167b906b52955"}, + {file = "mockito-1.5.3.tar.gz", hash = "sha256:b7192840e7d70ec24639cc5e18efee5d418c83ad86c0fd2bf7e71c3e42ae0aa7"}, ] [[package]] @@ -2134,4 +2134,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "32f9f836ff6a806c5904ae18e9b24152d5e25f3bfc04f79467824ad6aa241e87" +content-hash = "d9bdd81df33ff7adb097014cd4bd8b87d7bc074f1174eb1cdbee8c42f051739e" diff --git a/waypoint/pyproject.toml b/waypoint/pyproject.toml index aef4f308b..8353092d5 100644 --- a/waypoint/pyproject.toml +++ b/waypoint/pyproject.toml @@ -27,7 +27,7 @@ anyio = "~4.6.0" assertpy = "==1.1" black = "~24.10.0" isort = "~5.13.2" -mockito = "~1.5.0" +mockito = "~1.5.3" pre-commit = "~4.0.1" pylint = "~3.3.0" pytest = "~8.3.2"