Skip to content

Commit

Permalink
chore(deps): bump the pip group with 6 updates (#2059)
Browse files Browse the repository at this point in the history
Bumps the pip group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.50` | `9.6.1` |
| [ruff](https://github.com/astral-sh/ruff) | `0.9.3` | `0.9.4` |
| [semgrep](https://github.com/returntocorp/semgrep) | `1.104.0` | `1.106.0` |
| [codespell](https://github.com/codespell-project/codespell) | `2.4.0` | `2.4.1` |
| [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.25.2` | `0.25.3` |
| [fastapi](https://github.com/fastapi/fastapi) | `0.115.7` | `0.115.8` |


Updates `mkdocs-material` from 9.5.50 to 9.6.1
- [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.50...9.6.1)

Updates `ruff` from 0.9.3 to 0.9.4
- [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.9.3...0.9.4)

Updates `semgrep` from 1.104.0 to 1.106.0
- [Release notes](https://github.com/returntocorp/semgrep/releases)
- [Changelog](https://github.com/semgrep/semgrep/blob/develop/CHANGELOG.md)
- [Commits](semgrep/semgrep@v1.104.0...v1.106.0)

Updates `codespell` from 2.4.0 to 2.4.1
- [Release notes](https://github.com/codespell-project/codespell/releases)
- [Commits](codespell-project/codespell@v2.4.0...v2.4.1)

Updates `pytest-asyncio` from 0.25.2 to 0.25.3
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](pytest-dev/pytest-asyncio@v0.25.2...v0.25.3)

Updates `fastapi` from 0.115.7 to 0.115.8
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.115.7...0.115.8)

---
updated-dependencies:
- dependency-name: mkdocs-material
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: codespell
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: pytest-asyncio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: fastapi
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent 83ad6f8 commit 8c96127
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.50",
"mkdocs-material==9.6.1",
"mkdocs-static-i18n==1.3.0",
"mdx-include==1.4.2",
"mkdocstrings[python]==0.27.0; python_version >= '3.9'",
Expand Down Expand Up @@ -122,27 +122,27 @@ types = [

lint = [
"faststream[types]",
"ruff==0.9.3",
"ruff==0.9.4",
"bandit==1.8.2; python_version >= '3.9'",
"bandit==1.7.10; python_version < '3.9'",
"semgrep==1.104.0; python_version >= '3.9'",
"semgrep==1.106.0; python_version >= '3.9'",
"semgrep==1.99.0; python_version < '3.9'",
"codespell==2.4.0",
"codespell==2.4.1",
]

test-core = [
"coverage[toml]==7.6.10; python_version >= '3.9'",
"coverage[toml]==7.6.1; python_version < '3.9'",
"pytest==8.3.4",
"pytest-asyncio==0.25.2; python_version >= '3.9'",
"pytest-asyncio==0.25.3; python_version >= '3.9'",
"pytest-asyncio==0.24.0; python_version < '3.9'",
"dirty-equals==0.9.0",
"typing-extensions>=4.8.0,<4.12.1; python_version < '3.9'", # to fix dirty-equals
]

testing = [
"faststream[test-core]",
"fastapi==0.115.7",
"fastapi==0.115.8",
"pydantic-settings>=2.0.0,<3.0.0",
"httpx==0.28.1",
"PyYAML==6.0.2",
Expand Down

0 comments on commit 8c96127

Please sign in to comment.