From 689f6740a67c19b70c1e488afa081fe7a5b02eb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 12:09:25 +0000 Subject: [PATCH] chore(deps): bump the pip group with 4 updates (#1805) Bumps the pip group with 4 updates: [mkdocs-material](https://github.com/squidfunk/mkdocs-material), [ruff](https://github.com/astral-sh/ruff), [semgrep](https://github.com/returntocorp/semgrep) and [fastapi](https://github.com/fastapi/fastapi). Updates `mkdocs-material` from 9.5.34 to 9.5.36 - [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.34...9.5.36) Updates `ruff` from 0.6.5 to 0.6.7 - [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.5...0.6.7) Updates `semgrep` from 1.87.0 to 1.89.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.87.0...v1.89.0) Updates `fastapi` from 0.114.2 to 0.115.0 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.114.2...0.115.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: semgrep dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7d19592247..d2b0a6d0ab 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.34", + "mkdocs-material==9.5.36", "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.5", + "ruff==0.6.7", "bandit==1.7.9", - "semgrep==1.87.0", + "semgrep==1.89.0", "codespell==2.3.0", ] @@ -130,7 +130,7 @@ test-core = [ testing = [ "faststream[test-core]", - "fastapi==0.114.2", + "fastapi==0.115.0", "pydantic-settings>=2.0.0,<3.0.0", "httpx==0.27.2", "PyYAML==6.0.2",