From 769fbb23cdb939c0c731ade7c7b04c62b428286d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 10:54:46 +0000 Subject: [PATCH] Bump the patches group across 1 directory with 2 updates Bumps the patches group with 2 updates in the / directory: [pytest](https://github.com/pytest-dev/pytest) and [mockito](https://github.com/mockito/mockito). Updates `pytest` from 8.3.3 to 8.3.4 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.3.3...8.3.4) Updates `mockito` from 1.5.1 to 1.5.3 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/commits) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patches - dependency-name: mockito dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patches ... Signed-off-by: dependabot[bot] --- poetry.lock | 16 ++++++++-------- pyproject.toml | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/poetry.lock b/poetry.lock index 862d6b8f..048d1914 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "aniso8601" @@ -586,13 +586,13 @@ files = [ [[package]] name = "mockito" -version = "1.5.1" +version = "1.5.3" description = "Spying framework" optional = false python-versions = ">=3.7" files = [ - {file = "mockito-1.5.1-py3-none-any.whl", hash = "sha256:218c695baaf8e27980a263c9c1c4efb60ae8bbaf171be28558ec7ef3dae1ead3"}, - {file = "mockito-1.5.1.tar.gz", hash = "sha256:405624091715cc3954e2fa39cc50e508d59778d4d2fb56c8db7bfa5f593d3303"}, + {file = "mockito-1.5.3-py3-none-any.whl", hash = "sha256:094a5e7ebd140e6b5dcb0fc581f83616000f2b1311facc3b5e6167b906b52955"}, + {file = "mockito-1.5.3.tar.gz", hash = "sha256:b7192840e7d70ec24639cc5e18efee5d418c83ad86c0fd2bf7e71c3e42ae0aa7"}, ] [[package]] @@ -748,13 +748,13 @@ diagrams = ["jinja2", "railroad-diagrams"] [[package]] name = "pytest" -version = "8.3.3" +version = "8.3.4" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.3.3-py3-none-any.whl", hash = "sha256:a6853c7375b2663155079443d2e45de913a911a11d669df02a50814944db57b2"}, - {file = "pytest-8.3.3.tar.gz", hash = "sha256:70b98107bd648308a7952b06e6ca9a50bc660be218d53c257cc1fc94fda10181"}, + {file = "pytest-8.3.4-py3-none-any.whl", hash = "sha256:50e16d954148559c9a74109af1eaf0c945ba2d8f30f0a3d3335edde19788b6f6"}, + {file = "pytest-8.3.4.tar.gz", hash = "sha256:965370d062bce11e73868e0335abac31b4d3de0e82f4007408d242b4f8610761"}, ] [package.dependencies] @@ -1123,4 +1123,4 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "1c4d73efe19ba5f395d6fe40528d6f6dc486bb8a96958d5f23fd6d5bc6aef331" +content-hash = "b6d015f13a7a617af72ec6f87dd439b1fd7bc18f521716933bc650ef220cd0c8" diff --git a/pyproject.toml b/pyproject.toml index f7dd6f35..8fe6fb25 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,9 +24,9 @@ gunicorn = "^23.0.0" [tool.poetry.group.dev.dependencies] -pytest = "==8.3.3" +pytest = "==8.3.4" pytest-cov = "==5.0.0" -mockito = "==1.5.1" +mockito = "==1.5.3" black = "==24.10.0" flake8 = "==7.1.1" flake8-bugbear = "==24.10.31"