From 07ba731e7b0073ab65ac75ef60c71afe044e7a4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 12:46:43 +0000 Subject: [PATCH] chore(deps): bump the pip group with 6 updates Bumps the pip group with 6 updates: | Package | From | To | | --- | --- | --- | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.46` | `9.5.47` | | [ruff](https://github.com/astral-sh/ruff) | `0.8.0` | `0.8.1` | | [bandit](https://github.com/PyCQA/bandit) | `1.7.10` | `1.8.0` | | [coverage[toml]](https://github.com/nedbat/coveragepy) | `7.6.1` | `7.6.8` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.3` | `8.3.4` | | [httpx](https://github.com/encode/httpx) | `0.27.2` | `0.28.0` | Updates `mkdocs-material` from 9.5.46 to 9.5.47 - [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.46...9.5.47) Updates `ruff` from 0.8.0 to 0.8.1 - [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.8.0...0.8.1) Updates `bandit` from 1.7.10 to 1.8.0 - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.7.10...1.8.0) Updates `coverage[toml]` from 7.6.1 to 7.6.8 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.6.1...7.6.8) Updates `pytest` from 8.3.3 to 8.3.4 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.3.3...8.3.4) Updates `httpx` from 0.27.2 to 0.28.0 - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/httpx/compare/0.27.2...0.28.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-minor dependency-group: pip - dependency-name: coverage[toml] dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: httpx dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 460dd3694e..1e104ab429 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ prometheus = ["prometheus-client>=0.20.0,<0.30.0"] optionals = ["faststream[rabbit,kafka,confluent,nats,redis,otel,cli,prometheus]"] devdocs = [ - "mkdocs-material==9.5.46", + "mkdocs-material==9.5.47", "mkdocs-static-i18n==1.2.3", "mdx-include==1.4.2", "mkdocstrings[python]==0.27.0", @@ -121,16 +121,16 @@ types = [ lint = [ "faststream[types]", - "ruff==0.8.0", - "bandit==1.7.10", + "ruff==0.8.1", + "bandit==1.8.0", "semgrep==1.97.0", "codespell==2.3.0", ] test-core = [ - "coverage[toml]==7.6.1; python_version == '3.8'", + "coverage[toml]==7.6.8; python_version == '3.8'", "coverage[toml]==7.6.8; python_version >= '3.9'", - "pytest==8.3.3", + "pytest==8.3.4", "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 @@ -140,7 +140,7 @@ testing = [ "faststream[test-core]", "fastapi==0.115.5", "pydantic-settings>=2.0.0,<3.0.0", - "httpx==0.27.2", + "httpx==0.28.0", "PyYAML==6.0.2", "email-validator==2.2.0", ]