From 8db376cb1e0b59a8f2c163ca5aa20c890620c1e1 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 6 Sep 2026 00:46:15 +0000 Subject: [PATCH] chore(deps): update dependency flake8-bugbear to v25 --- libs/admin-api-lib/poetry.lock | 12 ++++++------ libs/admin-api-lib/pyproject.toml | 2 +- libs/extractor-api-lib/poetry.lock | 12 ++++++------ libs/extractor-api-lib/pyproject.toml | 2 +- libs/poetry.lock | 12 ++++++------ libs/pyproject.toml | 2 +- libs/rag-core-api/poetry.lock | 12 ++++++------ libs/rag-core-api/pyproject.toml | 2 +- libs/rag-core-lib/poetry.lock | 12 ++++++------ libs/rag-core-lib/pyproject.toml | 2 +- services/admin-backend/poetry.lock | 12 ++++++------ services/admin-backend/pyproject.toml | 2 +- services/document-extractor/poetry.lock | 12 ++++++------ services/document-extractor/pyproject.toml | 2 +- services/mcp-server/poetry.lock | 12 ++++++------ services/mcp-server/pyproject.toml | 2 +- services/rag-backend/poetry.lock | 12 ++++++------ services/rag-backend/pyproject.toml | 2 +- 18 files changed, 63 insertions(+), 63 deletions(-) diff --git a/libs/admin-api-lib/poetry.lock b/libs/admin-api-lib/poetry.lock index 812536dc..e8ea84b4 100644 --- a/libs/admin-api-lib/poetry.lock +++ b/libs/admin-api-lib/poetry.lock @@ -995,19 +995,19 @@ develop = ["build", "twine"] [[package]] name = "flake8-bugbear" -version = "24.12.12" +version = "25.11.29" 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" +python-versions = ">=3.10" groups = ["lint"] files = [ - {file = "flake8_bugbear-24.12.12-py3-none-any.whl", hash = "sha256:1b6967436f65ca22a42e5373aaa6f2d87966ade9aa38d4baf2a1be550767545e"}, - {file = "flake8_bugbear-24.12.12.tar.gz", hash = "sha256:46273cef0a6b6ff48ca2d69e472f41420a42a46e24b2a8972e4f0d6733d12a64"}, + {file = "flake8_bugbear-25.11.29-py3-none-any.whl", hash = "sha256:9bf15e2970e736d2340da4c0a70493db964061c9c38f708cfe1f7b2d87392298"}, + {file = "flake8_bugbear-25.11.29.tar.gz", hash = "sha256:b5d06710f3d26e595541ad303ad4d5cb52578bd4bccbb2c2c0b2c72e243dafc8"}, ] [package.dependencies] attrs = ">=22.2.0" -flake8 = ">=6.0.0" +flake8 = ">=7.2.0" [package.extras] dev = ["coverage", "hypothesis", "hypothesmith (>=0.2)", "pre-commit", "pytest", "tox"] @@ -4761,4 +4761,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" python-versions = "^3.13" -content-hash = "29e4b4e41b01cf5e5b2a3479cfc087c887062bca0298b693e76a47044fbe9e5a" +content-hash = "aa0b146d152913d3dc4c2490036e2b14f16c14e964e2c90c99ccb60508e29b56" diff --git a/libs/admin-api-lib/pyproject.toml b/libs/admin-api-lib/pyproject.toml index 0617402f..170164dc 100644 --- a/libs/admin-api-lib/pyproject.toml +++ b/libs/admin-api-lib/pyproject.toml @@ -92,7 +92,7 @@ flake8-quotes = "^3.4.0" flake8-return = "^1.2.0" flake8-annotations-complexity = "^0.1.0" flake8-bandit = "^4.1.1" -flake8-bugbear = "^24.12.12" +flake8-bugbear = "^25.0.0" flake8-builtins = "^2.5.0" flake8-comprehensions = "^3.15.0" flake8-eradicate = "^1.5.0" diff --git a/libs/extractor-api-lib/poetry.lock b/libs/extractor-api-lib/poetry.lock index 45df32f5..67166de5 100644 --- a/libs/extractor-api-lib/poetry.lock +++ b/libs/extractor-api-lib/poetry.lock @@ -1780,19 +1780,19 @@ develop = ["build", "twine"] [[package]] name = "flake8-bugbear" -version = "24.12.12" +version = "25.11.29" 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" +python-versions = ">=3.10" groups = ["lint"] files = [ - {file = "flake8_bugbear-24.12.12-py3-none-any.whl", hash = "sha256:1b6967436f65ca22a42e5373aaa6f2d87966ade9aa38d4baf2a1be550767545e"}, - {file = "flake8_bugbear-24.12.12.tar.gz", hash = "sha256:46273cef0a6b6ff48ca2d69e472f41420a42a46e24b2a8972e4f0d6733d12a64"}, + {file = "flake8_bugbear-25.11.29-py3-none-any.whl", hash = "sha256:9bf15e2970e736d2340da4c0a70493db964061c9c38f708cfe1f7b2d87392298"}, + {file = "flake8_bugbear-25.11.29.tar.gz", hash = "sha256:b5d06710f3d26e595541ad303ad4d5cb52578bd4bccbb2c2c0b2c72e243dafc8"}, ] [package.dependencies] attrs = ">=22.2.0" -flake8 = ">=6.0.0" +flake8 = ">=7.2.0" [package.extras] dev = ["coverage", "hypothesis", "hypothesmith (>=0.2)", "pre-commit", "pytest", "tox"] @@ -8501,4 +8501,4 @@ cffi = ["cffi (>=1.17,<2.0) ; platform_python_implementation != \"PyPy\" and pyt [metadata] lock-version = "2.1" python-versions = ">=3.13,<3.14" -content-hash = "014173a2091a76ebf407c79f55cc8e5f2353d112981783bb7e3735af33dc1653" +content-hash = "1527f235fb9a07378355e883d9b0482ef08b78ffda1ed6a849a94f2d66da0a99" diff --git a/libs/extractor-api-lib/pyproject.toml b/libs/extractor-api-lib/pyproject.toml index 608737e6..24543cd9 100644 --- a/libs/extractor-api-lib/pyproject.toml +++ b/libs/extractor-api-lib/pyproject.toml @@ -152,7 +152,7 @@ flake8-quotes = "^3.4.0" flake8-return = "^1.2.0" flake8-annotations-complexity = "^0.1.0" flake8-bandit = "^4.1.1" -flake8-bugbear = "^24.12.12" +flake8-bugbear = "^25.0.0" flake8-builtins = "^2.5.0" flake8-comprehensions = "^3.15.0" flake8-eradicate = "^1.5.0" diff --git a/libs/poetry.lock b/libs/poetry.lock index 79d28590..0e8fed3a 100644 --- a/libs/poetry.lock +++ b/libs/poetry.lock @@ -442,19 +442,19 @@ develop = ["build", "twine"] [[package]] name = "flake8-bugbear" -version = "24.12.12" +version = "25.11.29" 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" +python-versions = ">=3.10" groups = ["lint"] files = [ - {file = "flake8_bugbear-24.12.12-py3-none-any.whl", hash = "sha256:1b6967436f65ca22a42e5373aaa6f2d87966ade9aa38d4baf2a1be550767545e"}, - {file = "flake8_bugbear-24.12.12.tar.gz", hash = "sha256:46273cef0a6b6ff48ca2d69e472f41420a42a46e24b2a8972e4f0d6733d12a64"}, + {file = "flake8_bugbear-25.11.29-py3-none-any.whl", hash = "sha256:9bf15e2970e736d2340da4c0a70493db964061c9c38f708cfe1f7b2d87392298"}, + {file = "flake8_bugbear-25.11.29.tar.gz", hash = "sha256:b5d06710f3d26e595541ad303ad4d5cb52578bd4bccbb2c2c0b2c72e243dafc8"}, ] [package.dependencies] attrs = ">=22.2.0" -flake8 = ">=6.0.0" +flake8 = ">=7.2.0" [package.extras] dev = ["coverage", "hypothesis", "hypothesmith (>=0.2)", "pre-commit", "pytest", "tox"] @@ -1388,4 +1388,4 @@ typing-extensions = ">=4.12.0" [metadata] lock-version = "2.1" python-versions = "^3.13" -content-hash = "2d2bdf1c95f3a486909df42e3f40592b4f0e90bdcb83c59721077e704d68b782" +content-hash = "4ca98baf92697c2420a4255af8b39f680cea283108ecd82b069598f0f002b219" diff --git a/libs/pyproject.toml b/libs/pyproject.toml index c94877a6..3011d407 100644 --- a/libs/pyproject.toml +++ b/libs/pyproject.toml @@ -80,7 +80,7 @@ flake8-quotes = "^3.4.0" flake8-return = "^1.2.0" flake8-annotations-complexity = "^0.1.0" flake8-bandit = "^4.1.1" -flake8-bugbear = "^24.12.12" +flake8-bugbear = "^25.0.0" flake8-builtins = "^2.5.0" flake8-comprehensions = "^3.15.0" flake8-eradicate = "^1.5.0" diff --git a/libs/rag-core-api/poetry.lock b/libs/rag-core-api/poetry.lock index b7e29526..74e94613 100644 --- a/libs/rag-core-api/poetry.lock +++ b/libs/rag-core-api/poetry.lock @@ -1099,19 +1099,19 @@ develop = ["build", "twine"] [[package]] name = "flake8-bugbear" -version = "24.12.12" +version = "25.11.29" 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" +python-versions = ">=3.10" groups = ["lint"] files = [ - {file = "flake8_bugbear-24.12.12-py3-none-any.whl", hash = "sha256:1b6967436f65ca22a42e5373aaa6f2d87966ade9aa38d4baf2a1be550767545e"}, - {file = "flake8_bugbear-24.12.12.tar.gz", hash = "sha256:46273cef0a6b6ff48ca2d69e472f41420a42a46e24b2a8972e4f0d6733d12a64"}, + {file = "flake8_bugbear-25.11.29-py3-none-any.whl", hash = "sha256:9bf15e2970e736d2340da4c0a70493db964061c9c38f708cfe1f7b2d87392298"}, + {file = "flake8_bugbear-25.11.29.tar.gz", hash = "sha256:b5d06710f3d26e595541ad303ad4d5cb52578bd4bccbb2c2c0b2c72e243dafc8"}, ] [package.dependencies] attrs = ">=22.2.0" -flake8 = ">=6.0.0" +flake8 = ">=7.2.0" [package.extras] dev = ["coverage", "hypothesis", "hypothesmith (>=0.2)", "pre-commit", "pytest", "tox"] @@ -5842,4 +5842,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" python-versions = "^3.13" -content-hash = "600cf70bf87cf162c8da1573f9371b0c6749c4b68955906b8032537280caa82c" +content-hash = "01695a839cfdb5f7225e418e48e9ce66fcd58768563d865d7c42c50e2c71bbcc" diff --git a/libs/rag-core-api/pyproject.toml b/libs/rag-core-api/pyproject.toml index bdc75bf3..4884be76 100644 --- a/libs/rag-core-api/pyproject.toml +++ b/libs/rag-core-api/pyproject.toml @@ -61,7 +61,7 @@ flake8-quotes = "^3.4.0" flake8-return = "^1.2.0" flake8-annotations-complexity = "^0.1.0" flake8-bandit = "^4.1.1" -flake8-bugbear = "^24.12.12" +flake8-bugbear = "^25.0.0" flake8-builtins = "^2.5.0" flake8-comprehensions = "^3.15.0" flake8-eradicate = "^1.5.0" diff --git a/libs/rag-core-lib/poetry.lock b/libs/rag-core-lib/poetry.lock index 3182256e..d61f0b1c 100644 --- a/libs/rag-core-lib/poetry.lock +++ b/libs/rag-core-lib/poetry.lock @@ -900,19 +900,19 @@ develop = ["build", "twine"] [[package]] name = "flake8-bugbear" -version = "24.12.12" +version = "25.11.29" 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" +python-versions = ">=3.10" groups = ["lint"] files = [ - {file = "flake8_bugbear-24.12.12-py3-none-any.whl", hash = "sha256:1b6967436f65ca22a42e5373aaa6f2d87966ade9aa38d4baf2a1be550767545e"}, - {file = "flake8_bugbear-24.12.12.tar.gz", hash = "sha256:46273cef0a6b6ff48ca2d69e472f41420a42a46e24b2a8972e4f0d6733d12a64"}, + {file = "flake8_bugbear-25.11.29-py3-none-any.whl", hash = "sha256:9bf15e2970e736d2340da4c0a70493db964061c9c38f708cfe1f7b2d87392298"}, + {file = "flake8_bugbear-25.11.29.tar.gz", hash = "sha256:b5d06710f3d26e595541ad303ad4d5cb52578bd4bccbb2c2c0b2c72e243dafc8"}, ] [package.dependencies] attrs = ">=22.2.0" -flake8 = ">=6.0.0" +flake8 = ">=7.2.0" [package.extras] dev = ["coverage", "hypothesis", "hypothesmith (>=0.2)", "pre-commit", "pytest", "tox"] @@ -4527,4 +4527,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" python-versions = "^3.13" -content-hash = "92d9da08bc4401c87e84d1a008a5827979f6711c02da5baf16cd15cd985e4c37" +content-hash = "52b401dc5abaa8b1aef87ec1893a200cfa67b098a588a2c46491ddfaed2532be" diff --git a/libs/rag-core-lib/pyproject.toml b/libs/rag-core-lib/pyproject.toml index 124aacd1..96d7a926 100644 --- a/libs/rag-core-lib/pyproject.toml +++ b/libs/rag-core-lib/pyproject.toml @@ -50,7 +50,7 @@ flake8-quotes = "^3.4.0" flake8-return = "^1.2.0" flake8-annotations-complexity = "^0.1.0" flake8-bandit = "^4.1.1" -flake8-bugbear = "^24.12.12" +flake8-bugbear = "^25.0.0" flake8-builtins = "^2.5.0" flake8-comprehensions = "^3.15.0" flake8-eradicate = "^1.5.0" diff --git a/services/admin-backend/poetry.lock b/services/admin-backend/poetry.lock index cf01cb68..b41a6f93 100644 --- a/services/admin-backend/poetry.lock +++ b/services/admin-backend/poetry.lock @@ -1005,19 +1005,19 @@ develop = ["build", "twine"] [[package]] name = "flake8-bugbear" -version = "24.12.12" +version = "25.11.29" 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" +python-versions = ">=3.10" groups = ["lint"] files = [ - {file = "flake8_bugbear-24.12.12-py3-none-any.whl", hash = "sha256:1b6967436f65ca22a42e5373aaa6f2d87966ade9aa38d4baf2a1be550767545e"}, - {file = "flake8_bugbear-24.12.12.tar.gz", hash = "sha256:46273cef0a6b6ff48ca2d69e472f41420a42a46e24b2a8972e4f0d6733d12a64"}, + {file = "flake8_bugbear-25.11.29-py3-none-any.whl", hash = "sha256:9bf15e2970e736d2340da4c0a70493db964061c9c38f708cfe1f7b2d87392298"}, + {file = "flake8_bugbear-25.11.29.tar.gz", hash = "sha256:b5d06710f3d26e595541ad303ad4d5cb52578bd4bccbb2c2c0b2c72e243dafc8"}, ] [package.dependencies] attrs = ">=22.2.0" -flake8 = ">=6.0.0" +flake8 = ">=7.2.0" [package.extras] dev = ["coverage", "hypothesis", "hypothesmith (>=0.2)", "pre-commit", "pytest", "tox"] @@ -4742,4 +4742,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" python-versions = "^3.13" -content-hash = "da16a6cbb49627eb81ef1377aa538ef96823d4e886a1f1badf94702b97453c24" +content-hash = "66c1df4e818997c89acd290b670d3b034c8f5125be0d8768813e533d64d64048" diff --git a/services/admin-backend/pyproject.toml b/services/admin-backend/pyproject.toml index 5e4d8c56..56c2ad77 100644 --- a/services/admin-backend/pyproject.toml +++ b/services/admin-backend/pyproject.toml @@ -78,7 +78,7 @@ flake8-quotes = "^3.4.0" flake8-return = "^1.2.0" flake8-annotations-complexity = "^0.1.0" flake8-bandit = "^4.1.1" -flake8-bugbear = "^24.8.19" +flake8-bugbear = "^25.0.0" flake8-builtins = "^2.5.0" flake8-comprehensions = "^3.15.0" flake8-eradicate = "^1.5.0" diff --git a/services/document-extractor/poetry.lock b/services/document-extractor/poetry.lock index 355f15c1..79fbc44d 100644 --- a/services/document-extractor/poetry.lock +++ b/services/document-extractor/poetry.lock @@ -1832,19 +1832,19 @@ develop = ["build", "twine"] [[package]] name = "flake8-bugbear" -version = "24.12.12" +version = "25.11.29" 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" +python-versions = ">=3.10" groups = ["lint"] files = [ - {file = "flake8_bugbear-24.12.12-py3-none-any.whl", hash = "sha256:1b6967436f65ca22a42e5373aaa6f2d87966ade9aa38d4baf2a1be550767545e"}, - {file = "flake8_bugbear-24.12.12.tar.gz", hash = "sha256:46273cef0a6b6ff48ca2d69e472f41420a42a46e24b2a8972e4f0d6733d12a64"}, + {file = "flake8_bugbear-25.11.29-py3-none-any.whl", hash = "sha256:9bf15e2970e736d2340da4c0a70493db964061c9c38f708cfe1f7b2d87392298"}, + {file = "flake8_bugbear-25.11.29.tar.gz", hash = "sha256:b5d06710f3d26e595541ad303ad4d5cb52578bd4bccbb2c2c0b2c72e243dafc8"}, ] [package.dependencies] attrs = ">=22.2.0" -flake8 = ">=6.0.0" +flake8 = ">=7.2.0" [package.extras] dev = ["coverage", "hypothesis", "hypothesmith (>=0.2)", "pre-commit", "pytest", "tox"] @@ -8455,4 +8455,4 @@ cffi = ["cffi (>=1.17,<2.0) ; platform_python_implementation != \"PyPy\" and pyt [metadata] lock-version = "2.1" python-versions = ">=3.13,<3.14" -content-hash = "c20b642c55dafc0a1e9f55a417d7aca468b1724e2938b63be50e0d15465723ad" +content-hash = "8341927b07b864f12f267a8d657b0967377a6c0aa9fbf7217cff94f56d7687b6" diff --git a/services/document-extractor/pyproject.toml b/services/document-extractor/pyproject.toml index d96afd3b..e6880220 100644 --- a/services/document-extractor/pyproject.toml +++ b/services/document-extractor/pyproject.toml @@ -86,7 +86,7 @@ flake8-quotes = "^3.4.0" flake8-return = "^1.2.0" flake8-annotations-complexity = "^0.1.0" flake8-bandit = "^4.1.1" -flake8-bugbear = "^24.8.19" +flake8-bugbear = "^25.0.0" flake8-builtins = "^2.5.0" flake8-comprehensions = "^3.15.0" flake8-eradicate = "^1.5.0" diff --git a/services/mcp-server/poetry.lock b/services/mcp-server/poetry.lock index f8bf9851..931d6831 100644 --- a/services/mcp-server/poetry.lock +++ b/services/mcp-server/poetry.lock @@ -1211,19 +1211,19 @@ develop = ["build", "twine"] [[package]] name = "flake8-bugbear" -version = "24.12.12" +version = "25.11.29" 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" +python-versions = ">=3.10" groups = ["lint"] files = [ - {file = "flake8_bugbear-24.12.12-py3-none-any.whl", hash = "sha256:1b6967436f65ca22a42e5373aaa6f2d87966ade9aa38d4baf2a1be550767545e"}, - {file = "flake8_bugbear-24.12.12.tar.gz", hash = "sha256:46273cef0a6b6ff48ca2d69e472f41420a42a46e24b2a8972e4f0d6733d12a64"}, + {file = "flake8_bugbear-25.11.29-py3-none-any.whl", hash = "sha256:9bf15e2970e736d2340da4c0a70493db964061c9c38f708cfe1f7b2d87392298"}, + {file = "flake8_bugbear-25.11.29.tar.gz", hash = "sha256:b5d06710f3d26e595541ad303ad4d5cb52578bd4bccbb2c2c0b2c72e243dafc8"}, ] [package.dependencies] attrs = ">=22.2.0" -flake8 = ">=6.0.0" +flake8 = ">=7.2.0" [package.extras] dev = ["coverage", "hypothesis", "hypothesmith (>=0.2)", "pre-commit", "pytest", "tox"] @@ -3858,4 +3858,4 @@ cffi = ["cffi (>=1.17,<2.0) ; platform_python_implementation != \"PyPy\" and pyt [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "f6f207b08504e2dd34f51ff5ea9cd6c2b65869dd9fe517077297d5e72c3e9037" +content-hash = "0b6e08a7f0d370b4bc960a5b70c0528d4e3b71d6c89eec5c81f4f1d324cde11c" diff --git a/services/mcp-server/pyproject.toml b/services/mcp-server/pyproject.toml index 3b2833a7..81cc1106 100644 --- a/services/mcp-server/pyproject.toml +++ b/services/mcp-server/pyproject.toml @@ -37,7 +37,7 @@ flake8-quotes = "^3.4.0" flake8-return = "^1.2.0" flake8-annotations-complexity = "^0.1.0" flake8-bandit = "^4.1.1" -flake8-bugbear = "^24.8.19" +flake8-bugbear = "^25.0.0" flake8-builtins = "^2.5.0" flake8-comprehensions = "^3.15.0" flake8-eradicate = "^1.5.0" diff --git a/services/rag-backend/poetry.lock b/services/rag-backend/poetry.lock index d04c4640..da62ec48 100644 --- a/services/rag-backend/poetry.lock +++ b/services/rag-backend/poetry.lock @@ -995,19 +995,19 @@ develop = ["build", "twine"] [[package]] name = "flake8-bugbear" -version = "24.12.12" +version = "25.11.29" 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" +python-versions = ">=3.10" groups = ["lint"] files = [ - {file = "flake8_bugbear-24.12.12-py3-none-any.whl", hash = "sha256:1b6967436f65ca22a42e5373aaa6f2d87966ade9aa38d4baf2a1be550767545e"}, - {file = "flake8_bugbear-24.12.12.tar.gz", hash = "sha256:46273cef0a6b6ff48ca2d69e472f41420a42a46e24b2a8972e4f0d6733d12a64"}, + {file = "flake8_bugbear-25.11.29-py3-none-any.whl", hash = "sha256:9bf15e2970e736d2340da4c0a70493db964061c9c38f708cfe1f7b2d87392298"}, + {file = "flake8_bugbear-25.11.29.tar.gz", hash = "sha256:b5d06710f3d26e595541ad303ad4d5cb52578bd4bccbb2c2c0b2c72e243dafc8"}, ] [package.dependencies] attrs = ">=22.2.0" -flake8 = ">=6.0.0" +flake8 = ">=7.2.0" [package.extras] dev = ["coverage", "hypothesis", "hypothesmith (>=0.2)", "pre-commit", "pytest", "tox"] @@ -6033,4 +6033,4 @@ cffi = ["cffi (>=1.17,<2.0) ; platform_python_implementation != \"PyPy\" and pyt [metadata] lock-version = "2.1" python-versions = "^3.13" -content-hash = "4f743a71ad9d5cc2db130f87214b199fe6a04975f5fec14614d49ff7ef9253c9" +content-hash = "a338caa7e52b87bdc48ac4e29396a67330a64877a8240178a51bcf1b2bd3e58e" diff --git a/services/rag-backend/pyproject.toml b/services/rag-backend/pyproject.toml index bd1fdf28..e5d9a6cd 100644 --- a/services/rag-backend/pyproject.toml +++ b/services/rag-backend/pyproject.toml @@ -31,7 +31,7 @@ flake8-quotes = "^3.4.0" flake8-return = "^1.2.0" flake8-annotations-complexity = "^0.1.0" flake8-bandit = "^4.1.1" -flake8-bugbear = "^24.8.19" +flake8-bugbear = "^25.0.0" flake8-builtins = "^2.5.0" flake8-comprehensions = "^3.15.0" flake8-eradicate = "^1.5.0"