Skip to content

Commit

Permalink
build(deps): bump the dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 2 updates: [faster-whisper](https://github.com/guillaumekln/faster-whisper) and [ruff](https://github.com/astral-sh/ruff).


Updates `faster-whisper` from 1.0.0 to 1.0.1
- [Release notes](https://github.com/guillaumekln/faster-whisper/releases)
- [Commits](SYSTRAN/faster-whisper@v1.0.0...v1.0.1)

Updates `ruff` from 0.2.2 to 0.3.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@v0.2.2...v0.3.0)

---
updated-dependencies:
- dependency-name: faster-whisper
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 1, 2024
1 parent 5b922d9 commit 0808d91
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
44 changes: 22 additions & 22 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.12"
faster-whisper = "^1.0.0"
faster-whisper = "^1.0.1"
nvidia-cudnn-cu12 = { version = "^8.9.7.29", optional = true }
nvidia-cublas-cu12 = { version = "^12.3.4.1", optional = true }

Expand All @@ -47,7 +47,7 @@ uvloop = "^0.19.0"
pyright = "^1.1.352"
pylint = "^3.1.0"
pytest = "^8.0.2"
ruff = "^0.2.2"
ruff = "^0.3.0"
httpx = "^0.27.0"

[tool.poetry.extras]
Expand Down

0 comments on commit 0808d91

Please sign in to comment.