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 [httpx](https://github.com/encode/httpx).


Updates `faster-whisper` from 0.9.0 to 0.10.0
- [Release notes](https://github.com/guillaumekln/faster-whisper/releases)
- [Commits](SYSTRAN/faster-whisper@v0.9.0...0.10.0)

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

---
updated-dependencies:
- dependency-name: faster-whisper
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: httpx
  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 and github-actions[bot] committed Nov 27, 2023
1 parent 819f2c5 commit a98934c
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 44 deletions.
84 changes: 42 additions & 42 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.11"
faster-whisper = "^0.9.0"
faster-whisper = "^0.10.0"
nvidia-cudnn-cu11 = { version = "^8.9.6.50", optional = true }
nvidia-cublas-cu11 = { version = "^11.11.3.6", optional = true }

Expand All @@ -45,7 +45,7 @@ pyright = "^1.1.337"
pylint = "^3.0.2"
pytest = "^7.4.3"
ruff = "^0.1.6"
httpx = "^0.25.1"
httpx = "^0.25.2"

[tool.poetry.extras]
cuda = ["nvidia-cudnn-cu11", "nvidia-cublas-cu11"]
Expand Down

0 comments on commit a98934c

Please sign in to comment.