Skip to content

Commit

Permalink
chore(deps): bump the pip group across 1 directory with 9 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [typer](https://github.com/fastapi/typer), [mkdocs-material](https://github.com/squidfunk/mkdocs-material), [ruff](https://github.com/astral-sh/ruff), [bandit](https://github.com/PyCQA/bandit), [semgrep](https://github.com/returntocorp/semgrep), [coverage[toml]](https://github.com/nedbat/coveragepy), [pytest](https://github.com/pytest-dev/pytest), [fastapi](https://github.com/fastapi/fastapi) and [httpx](https://github.com/encode/httpx) to permit the latest version.

Updates `typer` to 0.15.1
- [Release notes](https://github.com/fastapi/typer/releases)
- [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md)
- [Commits](fastapi/typer@0.9.0...0.15.1)

Updates `mkdocs-material` from 9.5.46 to 9.5.48
- [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.46...9.5.48)

Updates `ruff` from 0.8.0 to 0.8.2
- [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.8.0...0.8.2)

Updates `bandit` from 1.7.10 to 1.8.0
- [Release notes](https://github.com/PyCQA/bandit/releases)
- [Commits](PyCQA/bandit@1.7.10...1.8.0)

Updates `semgrep` from 1.97.0 to 1.99.0
- [Release notes](https://github.com/returntocorp/semgrep/releases)
- [Changelog](https://github.com/semgrep/semgrep/blob/develop/CHANGELOG.md)
- [Commits](semgrep/semgrep@v1.97.0...v1.99.0)

Updates `coverage[toml]` from 7.6.1 to 7.6.9
- [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.9)

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](pytest-dev/pytest@8.3.3...8.3.4)

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

Updates `httpx` from 0.27.2 to 0.28.1
- [Release notes](https://github.com/encode/httpx/releases)
- [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md)
- [Commits](encode/httpx@0.27.2...0.28.1)

---
updated-dependencies:
- dependency-name: typer
  dependency-type: direct:production
  dependency-group: pip
- 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: 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
- dependency-name: pytest
  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
- dependency-name: httpx
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent 4f39b45 commit 0d741b6
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ redis = ["redis>=5.0.0,<6.0.0"]
otel = ["opentelemetry-sdk>=1.24.0,<2.0.0"]

cli = [
"typer>=0.9,!=0.12,<=0.14",
"typer>=0.9,!=0.12,<=0.15.1",
"watchfiles>=0.15.0,<1.1.0"
]

Expand All @@ -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.48",
"mkdocs-static-i18n==1.2.3",
"mdx-include==1.4.2",
"mkdocstrings[python]==0.27.0",
Expand Down Expand Up @@ -121,26 +121,26 @@ types = [

lint = [
"faststream[types]",
"ruff==0.8.0",
"bandit==1.7.10",
"semgrep==1.97.0",
"ruff==0.8.2",
"bandit==1.8.0",
"semgrep==1.99.0",
"codespell==2.3.0",
]

test-core = [
"coverage[toml]==7.6.1; python_version == '3.8'",
"coverage[toml]==7.6.8; python_version >= '3.9'",
"pytest==8.3.3",
"coverage[toml]==7.6.9; python_version >= '3.9'",
"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
]

testing = [
"faststream[test-core]",
"fastapi==0.115.5",
"fastapi==0.115.6",
"pydantic-settings>=2.0.0,<3.0.0",
"httpx==0.27.2",
"httpx==0.28.1",
"PyYAML==6.0.2",
"email-validator==2.2.0",
]
Expand Down

0 comments on commit 0d741b6

Please sign in to comment.