From 5e037fc7e517abc22a92244af04a04845f897858 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 11:17:34 +0000 Subject: [PATCH] chore(deps): bump the pip group with 4 updates Bumps the pip group with 4 updates: [mkdocs-material](https://github.com/squidfunk/mkdocs-material), [ruff](https://github.com/astral-sh/ruff), [bandit](https://github.com/PyCQA/bandit) and [semgrep](https://github.com/returntocorp/semgrep). Updates `mkdocs-material` from 9.5.36 to 9.5.39 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.5.36...9.5.39) Updates `ruff` from 0.6.7 to 0.6.8 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.6.7...0.6.8) Updates `bandit` from 1.7.9 to 1.7.10 - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.7.9...1.7.10) Updates `semgrep` from 1.89.0 to 1.90.0 - [Release notes](https://github.com/returntocorp/semgrep/releases) - [Changelog](https://github.com/semgrep/semgrep/blob/develop/CHANGELOG.md) - [Commits](https://github.com/returntocorp/semgrep/compare/v1.89.0...v1.90.0) --- updated-dependencies: - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: bandit dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: semgrep dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d2b0a6d0ab..b5469e8b68 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,7 +83,7 @@ cli = [ optionals = ["faststream[rabbit,kafka,confluent,nats,redis,otel,cli]"] devdocs = [ - "mkdocs-material==9.5.36", + "mkdocs-material==9.5.39", "mkdocs-static-i18n==1.2.3", "mdx-include==1.4.2", "mkdocstrings[python]==0.26.1", @@ -114,9 +114,9 @@ types = [ lint = [ "faststream[types]", - "ruff==0.6.7", - "bandit==1.7.9", - "semgrep==1.89.0", + "ruff==0.6.8", + "bandit==1.7.10", + "semgrep==1.90.0", "codespell==2.3.0", ]