From ff448a8c0346f196c48563c967d55b809150f742 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 16:01:39 +0000 Subject: [PATCH] chore(deps): bump the github-actions group with 6 updates (#1722) Bumps the github-actions group with 6 updates: | Package | From | To | | --- | --- | --- | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.32` | `9.5.33` | | [mkdocs-git-revision-date-localized-plugin](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin) | `1.2.6` | `1.2.7` | | [ruff](https://github.com/astral-sh/ruff) | `0.6.1` | `0.6.2` | | [semgrep](https://github.com/returntocorp/semgrep) | `1.84.1` | `1.85.0` | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.23.8` | `0.24.0` | | [fastapi](https://github.com/fastapi/fastapi) | `0.112.0` | `0.112.1` | Updates `mkdocs-material` from 9.5.32 to 9.5.33 - [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.32...9.5.33) Updates `mkdocs-git-revision-date-localized-plugin` from 1.2.6 to 1.2.7 - [Release notes](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/releases) - [Commits](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/compare/v1.2.6...v1.2.7) Updates `ruff` from 0.6.1 to 0.6.2 - [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.1...0.6.2) Updates `semgrep` from 1.84.1 to 1.85.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.84.1...v1.85.0) Updates `pytest-asyncio` from 0.23.8 to 0.24.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.23.8...v0.24.0) Updates `fastapi` from 0.112.0 to 0.112.1 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.112.0...0.112.1) --- updated-dependencies: - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: mkdocs-git-revision-date-localized-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: semgrep dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: pytest-asyncio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e8c3ae9392..e23ce9e47d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,12 +79,12 @@ otel = ["opentelemetry-sdk>=1.24.0,<2.0.0"] optionals = ["faststream[rabbit,kafka,confluent,nats,redis,otel]"] devdocs = [ - "mkdocs-material==9.5.32", + "mkdocs-material==9.5.33", "mkdocs-static-i18n==1.2.3", "mdx-include==1.4.2", "mkdocstrings[python]==0.25.2", "mkdocs-literate-nav==0.6.1", - "mkdocs-git-revision-date-localized-plugin==1.2.6", + "mkdocs-git-revision-date-localized-plugin==1.2.7", "mike==2.1.3", # versioning "mkdocs-minify-plugin==0.8.0", "mkdocs-macros-plugin==1.0.5", # includes with variables @@ -111,23 +111,23 @@ types = [ lint = [ "faststream[types]", - "ruff==0.6.1", + "ruff==0.6.2", "bandit==1.7.9", - "semgrep==1.84.1", + "semgrep==1.85.0", "codespell==2.3.0", ] test-core = [ "coverage[toml]==7.6.1", "pytest==8.3.2", - "pytest-asyncio==0.23.8", + "pytest-asyncio==0.24.0", "dirty-equals==0.8.0", "typing-extensions>=4.8.0,<4.12.1; python_version < '3.9'", # to fix dirty-equals ] testing = [ "faststream[test-core]", - "fastapi==0.112.0", + "fastapi==0.112.1", "pydantic-settings>=2.0.0,<3.0.0", "httpx==0.27.0", "PyYAML==6.0.2",