Skip to content

Commit

Permalink
chore(deps): bump the pip group with 5 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [watchfiles](https://github.com/samuelcolvin/watchfiles), [mkdocs-material](https://github.com/squidfunk/mkdocs-material), [ruff](https://github.com/astral-sh/ruff), [semgrep](https://github.com/returntocorp/semgrep) and [coverage[toml]](https://github.com/nedbat/coveragepy) to permit the latest version.

Updates `watchfiles` to 1.0.0
- [Release notes](https://github.com/samuelcolvin/watchfiles/releases)
- [Commits](samuelcolvin/watchfiles@v0.15.0...v1.0.0)

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

Updates `ruff` from 0.7.4 to 0.8.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.7.4...0.8.0)

Updates `semgrep` from 1.96.0 to 1.97.0
- [Release notes](https://github.com/returntocorp/semgrep/releases)
- [Changelog](https://github.com/semgrep/semgrep/blob/develop/CHANGELOG.md)
- [Commits](semgrep/semgrep@v1.96.0...v1.97.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](nedbat/coveragepy@7.6.1...7.6.8)

---
updated-dependencies:
- dependency-name: watchfiles
  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-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>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 9bc7a05 commit f6cd4ba
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 @@ -80,7 +80,7 @@ otel = ["opentelemetry-sdk>=1.24.0,<2.0.0"]

cli = [
"typer>=0.9,!=0.12,<1",
"watchfiles>=0.15.0,<0.25.0"
"watchfiles>=0.15.0,<1.1.0"
]

prometheus = ["prometheus-client>=0.20.0,<0.30.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.44",
"mkdocs-material==9.5.46",
"mkdocs-static-i18n==1.2.3",
"mdx-include==1.4.2",
"mkdocstrings[python]==0.27.0",
Expand Down Expand Up @@ -121,15 +121,15 @@ types = [

lint = [
"faststream[types]",
"ruff==0.7.4",
"ruff==0.8.0",
"bandit==1.7.10",
"semgrep==1.96.0",
"semgrep==1.97.0",
"codespell==2.3.0",
]

test-core = [
"coverage[toml]==7.6.1; python_version == '3.8'",
"coverage[toml]==7.6.7; python_version >= '3.9'",
"coverage[toml]==7.6.8; python_version >= '3.9'",
"pytest==8.3.3",
"pytest-asyncio==0.24.0",
"dirty-equals==0.8.0",
Expand Down

0 comments on commit f6cd4ba

Please sign in to comment.