From 0631eaf7155d58f9d25401990a6b6747dda0bcd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 08:36:41 +0000 Subject: [PATCH] Bump flake8-bugbear from 24.10.31 to 24.12.12 in the flake8 group Bumps the flake8 group with 1 update: [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear). Updates `flake8-bugbear` from 24.10.31 to 24.12.12 - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/24.10.31...24.12.12) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-type: direct:development update-type: version-update:semver-minor dependency-group: flake8 ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index ada5275..070f6f3 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 = "ansicon" @@ -397,13 +397,13 @@ pyflakes = ">=3.2.0,<3.3.0" [[package]] name = "flake8-bugbear" -version = "24.10.31" +version = "24.12.12" description = "A plugin for flake8 finding likely bugs and design problems in your program. Contains warnings that don't belong in pyflakes and pycodestyle." optional = false python-versions = ">=3.8.1" files = [ - {file = "flake8_bugbear-24.10.31-py3-none-any.whl", hash = "sha256:cccf786ccf9b2e1052b1ecfa80fb8f80832d0880425bcbd4cd45d3c8128c2683"}, - {file = "flake8_bugbear-24.10.31.tar.gz", hash = "sha256:435b531c72b27f8eff8d990419697956b9fd25c6463c5ba98b3991591de439db"}, + {file = "flake8_bugbear-24.12.12-py3-none-any.whl", hash = "sha256:1b6967436f65ca22a42e5373aaa6f2d87966ade9aa38d4baf2a1be550767545e"}, + {file = "flake8_bugbear-24.12.12.tar.gz", hash = "sha256:46273cef0a6b6ff48ca2d69e472f41420a42a46e24b2a8972e4f0d6733d12a64"}, ] [package.dependencies] @@ -1410,4 +1410,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "2cfa81b0cd80d991ad555fed44316119c348ae79b7581aa72727704c42fdb751" +content-hash = "d6798239cbb6d462a1e344c4967bbba5fd48d2b3b92e4dd181409925f5431804" diff --git a/pyproject.toml b/pyproject.toml index e071a92..57bb8cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ bpython = "^0.24" django-debug-toolbar = "^4.4.6" django-stubs = "^4.2.4" flake8 = "^7.1.1" -flake8-bugbear = "^24.10.31" +flake8-bugbear = "^24.12.12" ipdb = "^0.13.13" ipython = "^8.30.0" isort = "^5.13.2"