Skip to content

Commit 9a0356e

Browse files
chore(deps): bump the pip group with 6 updates (#1868)
Bumps the pip group with 6 updates: | Package | From | To | | --- | --- | --- | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.40` | `9.5.42` | | [mkdocs-macros-plugin](https://github.com/fralau/mkdocs_macros_plugin) | `1.3.5` | `1.3.6` | | [mypy](https://github.com/python/mypy) | `1.12.0` | `1.12.1` | | [ruff](https://github.com/astral-sh/ruff) | `0.6.9` | `0.7.0` | | [semgrep](https://github.com/returntocorp/semgrep) | `1.91.0` | `1.92.0` | | [coverage[toml]](https://github.com/nedbat/coveragepy) | `7.6.1` | `7.6.4` | Updates `mkdocs-material` from 9.5.40 to 9.5.42 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](squidfunk/mkdocs-material@9.5.40...9.5.42) Updates `mkdocs-macros-plugin` from 1.3.5 to 1.3.6 - [Release notes](https://github.com/fralau/mkdocs_macros_plugin/releases) - [Changelog](https://github.com/fralau/mkdocs-macros-plugin/blob/master/CHANGELOG.md) - [Commits](fralau/mkdocs-macros-plugin@v1.3.5...v1.3.6) Updates `mypy` from 1.12.0 to 1.12.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.12.0...v1.12.1) Updates `ruff` from 0.6.9 to 0.7.0 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.6.9...0.7.0) Updates `semgrep` from 1.91.0 to 1.92.0 - [Release notes](https://github.com/returntocorp/semgrep/releases) - [Changelog](https://github.com/semgrep/semgrep/blob/develop/CHANGELOG.md) - [Commits](semgrep/semgrep@v1.91.0...v1.92.0) Updates `coverage[toml]` from 7.6.1 to 7.6.4 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](nedbat/coveragepy@7.6.1...7.6.4) --- updated-dependencies: - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: mkdocs-macros-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: mypy 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-minor dependency-group: pip - dependency-name: semgrep 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 ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e165f03 commit 9a0356e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -89,15 +89,15 @@ prometheus = ["prometheus-client>=0.20.0,<0.30.0"]
8989
optionals = ["faststream[rabbit,kafka,confluent,nats,redis,otel,cli,prometheus]"]
9090

9191
devdocs = [
92-
"mkdocs-material==9.5.40",
92+
"mkdocs-material==9.5.42",
9393
"mkdocs-static-i18n==1.2.3",
9494
"mdx-include==1.4.2",
9595
"mkdocstrings[python]==0.26.2",
9696
"mkdocs-literate-nav==0.6.1",
9797
"mkdocs-git-revision-date-localized-plugin==1.2.9",
9898
"mike==2.1.3", # versioning
9999
"mkdocs-minify-plugin==0.8.0",
100-
"mkdocs-macros-plugin==1.3.5", # includes with variables
100+
"mkdocs-macros-plugin==1.3.6", # includes with variables
101101
"mkdocs-glightbox==0.4.0", # img zoom
102102
"pillow", # required for mkdocs-glightbo
103103
"cairosvg", # required for mkdocs-glightbo
@@ -106,7 +106,7 @@ devdocs = [
106106

107107
types = [
108108
"faststream[optionals]",
109-
"mypy==1.12.0",
109+
"mypy==1.12.1",
110110
# mypy extensions
111111
"types-Deprecated",
112112
"types-PyYAML",
@@ -121,15 +121,15 @@ types = [
121121

122122
lint = [
123123
"faststream[types]",
124-
"ruff==0.6.9",
124+
"ruff==0.7.0",
125125
"bandit==1.7.10",
126-
"semgrep==1.91.0",
126+
"semgrep==1.92.0",
127127
"codespell==2.3.0",
128128
]
129129

130130
test-core = [
131131
"coverage[toml]==7.6.1; python_version == '3.8'",
132-
"coverage[toml]==7.6.3; python_version >= '3.9'",
132+
"coverage[toml]==7.6.4; python_version >= '3.9'",
133133
"pytest==8.3.3",
134134
"pytest-asyncio==0.24.0",
135135
"dirty-equals==0.8.0",

0 commit comments

Comments
 (0)