Skip to content

Commit

Permalink
chore(deps): bump the pip group with 5 updates (#1776)
Browse files Browse the repository at this point in the history
Updates the requirements on [fast-depends](https://github.com/Lancetnik/FastDepends), [mkdocs-git-revision-date-localized-plugin](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin), [ruff](https://github.com/astral-sh/ruff), [semgrep](https://github.com/returntocorp/semgrep) and [fastapi](https://github.com/fastapi/fastapi) to permit the latest version.

Updates `fast-depends` to 3.0.0a0
- [Release notes](https://github.com/Lancetnik/FastDepends/releases)
- [Commits](https://github.com/Lancetnik/FastDepends/commits)

Updates `mkdocs-git-revision-date-localized-plugin` from 1.2.7 to 1.2.8
- [Release notes](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/releases)
- [Commits](timvink/mkdocs-git-revision-date-localized-plugin@v1.2.7...v1.2.8)

Updates `ruff` from 0.6.3 to 0.6.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.6.3...0.6.4)

Updates `semgrep` from 1.85.0 to 1.86.0
- [Release notes](https://github.com/returntocorp/semgrep/releases)
- [Changelog](https://github.com/semgrep/semgrep/blob/develop/CHANGELOG.md)
- [Commits](semgrep/semgrep@v1.85.0...v1.86.0)

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

---
updated-dependencies:
- dependency-name: fast-depends
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: mkdocs-git-revision-date-localized-plugin
  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: semgrep
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: fastapi
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 9, 2024
1 parent e2e3023 commit b3b3041
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ dynamic = ["version"]

dependencies = [
"anyio>=3.7.1,<5",
"fast-depends>=2.4.0b0,<2.5.0",
"fast-depends>=2.4.0b0,<3.1.0",
"typer>=0.9,!=0.12,<1",
"typing-extensions>=4.8.0",
]
Expand Down Expand Up @@ -84,7 +84,7 @@ devdocs = [
"mdx-include==1.4.2",
"mkdocstrings[python]==0.26.1",
"mkdocs-literate-nav==0.6.1",
"mkdocs-git-revision-date-localized-plugin==1.2.7",
"mkdocs-git-revision-date-localized-plugin==1.2.8",
"mike==2.1.3", # versioning
"mkdocs-minify-plugin==0.8.0",
"mkdocs-macros-plugin==1.0.5", # includes with variables
Expand All @@ -110,9 +110,9 @@ types = [

lint = [
"faststream[types]",
"ruff==0.6.3",
"ruff==0.6.4",
"bandit==1.7.9",
"semgrep==1.85.0",
"semgrep==1.86.0",
"codespell==2.3.0",
]

Expand All @@ -126,7 +126,7 @@ test-core = [

testing = [
"faststream[test-core]",
"fastapi==0.113.0",
"fastapi==0.114.0",
"pydantic-settings>=2.0.0,<3.0.0",
"httpx==0.27.2",
"PyYAML==6.0.2",
Expand Down

0 comments on commit b3b3041

Please sign in to comment.