From fc46ffbb029273c48761832fb9a620e36c08eda8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 16:01:44 +0000 Subject: [PATCH] Bump the patches group across 1 directory with 2 updates Bumps the patches group with 2 updates in the / directory: [mockito](https://github.com/mockito/mockito) and [flake8](https://github.com/pycqa/flake8). Updates `mockito` from 1.5.3 to 1.5.4 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/commits) Updates `flake8` from 7.1.1 to 7.1.2 - [Commits](https://github.com/pycqa/flake8/compare/7.1.1...7.1.2) --- updated-dependencies: - dependency-name: mockito dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patches - dependency-name: flake8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patches ... Signed-off-by: dependabot[bot] --- poetry.lock | 14 +++++++------- pyproject.toml | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7c8c198e..05a1cb76 100644 --- a/poetry.lock +++ b/poetry.lock @@ -278,13 +278,13 @@ toml = ["tomli"] [[package]] name = "flake8" -version = "7.1.1" +version = "7.1.2" description = "the modular source code checker: pep8 pyflakes and co" optional = false python-versions = ">=3.8.1" files = [ - {file = "flake8-7.1.1-py2.py3-none-any.whl", hash = "sha256:597477df7860daa5aa0fdd84bf5208a043ab96b8e96ab708770ae0364dd03213"}, - {file = "flake8-7.1.1.tar.gz", hash = "sha256:049d058491e228e03e67b390f311bbf88fce2dbaa8fa673e7aea87b7198b8d38"}, + {file = "flake8-7.1.2-py2.py3-none-any.whl", hash = "sha256:1cbc62e65536f65e6d754dfe6f1bada7f5cf392d6f5db3c2b85892466c3e7c1a"}, + {file = "flake8-7.1.2.tar.gz", hash = "sha256:c586ffd0b41540951ae41af572e6790dbd49fc12b3aa2541685d253d9bd504bd"}, ] [package.dependencies] @@ -586,13 +586,13 @@ files = [ [[package]] name = "mockito" -version = "1.5.3" +version = "1.5.4" description = "Spying framework" optional = false python-versions = ">=3.7" files = [ - {file = "mockito-1.5.3-py3-none-any.whl", hash = "sha256:094a5e7ebd140e6b5dcb0fc581f83616000f2b1311facc3b5e6167b906b52955"}, - {file = "mockito-1.5.3.tar.gz", hash = "sha256:b7192840e7d70ec24639cc5e18efee5d418c83ad86c0fd2bf7e71c3e42ae0aa7"}, + {file = "mockito-1.5.4-py3-none-any.whl", hash = "sha256:ba7fbea6ede6ebc180f376bc5d97a4b95c7ccf54a57f12d2af740c440d35d553"}, + {file = "mockito-1.5.4.tar.gz", hash = "sha256:f00ed587c32966df3293c294cadb31769460adfc4154f52b90672946aa4b32df"}, ] [[package]] @@ -1129,4 +1129,4 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "32ec77781c12ee339b49ba07ea44171efe524d27dd26a906b6d140d25ba92a2b" +content-hash = "61c9ec4dcb8803a532a04299dfea8b39566698bb777cf6ae9def8d46a6a6215d" diff --git a/pyproject.toml b/pyproject.toml index 8b25c678..b9b9b063 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,9 +26,9 @@ gunicorn = "^23.0.0" [tool.poetry.group.dev.dependencies] pytest = "==8.3.4" pytest-cov = "==5.0.0" -mockito = "==1.5.3" +mockito = "==1.5.4" black = "==24.10.0" -flake8 = "==7.1.1" +flake8 = "==7.1.2" flake8-bugbear = "==24.10.31" mypy = "==1.14.1" types-requests = "==2.32.0.20241016"