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/SYSTRAN/faster-whisper) and [pylint](https://github.com/pylint-dev/pylint).


Updates `faster-whisper` from 1.0.2 to 1.0.3
- [Release notes](https://github.com/SYSTRAN/faster-whisper/releases)
- [Commits](SYSTRAN/faster-whisper@v1.0.2...v1.0.3)

Updates `pylint` from 3.2.4 to 3.2.5
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.2.4...v3.2.5)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent 45136f3 commit 8b61dbd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 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 @@ -35,7 +35,7 @@ readme = "README.md"

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

Expand All @@ -52,7 +52,7 @@ numpy = "<2.0.0"

[tool.poetry.group.dev.dependencies]
pyright = "^1.1.369"
pylint = "^3.2.4"
pylint = "^3.2.5"
pytest = "^8.2.2"
ruff = "^0.5.0"
httpx = "^0.27.0"
Expand Down

0 comments on commit 8b61dbd

Please sign in to comment.