Skip to content

Commit

Permalink
build(deps): bump the dependencies group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 4 updates: [nvidia-cudnn-cu11](https://developer.nvidia.com/cuda-zone), [fastapi](https://github.com/tiangolo/fastapi), [hypercorn](https://github.com/pgjones/hypercorn) and [ruff](https://github.com/astral-sh/ruff).


Updates `nvidia-cudnn-cu11` from 8.9.5.29 to 8.9.6.50

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

Updates `hypercorn` from 0.14.4 to 0.15.0
- [Changelog](https://github.com/pgjones/hypercorn/blob/main/CHANGELOG.rst)
- [Commits](pgjones/hypercorn@0.14.4...0.15.0)

Updates `ruff` from 0.1.2 to 0.1.3
- [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.1.2...v0.1.3)

---
updated-dependencies:
- dependency-name: nvidia-cudnn-cu11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: fastapi
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: hypercorn
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: ruff
  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 Nov 2, 2023
1 parent 7d0acf1 commit 6a14aa9
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
56 changes: 28 additions & 28 deletions poetry.lock

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

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,21 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
faster-whisper = "^0.9.0"
nvidia-cudnn-cu11 = { version = "^8.9.5.29", optional = true }
nvidia-cudnn-cu11 = { version = "^8.9.6.50", optional = true }
nvidia-cublas-cu11 = { version = "^11.11.3.6", optional = true }

[tool.poetry.group.server.dependencies]
supervisor = "^4.2.5"
fastapi = "^0.104.0"
fastapi = "^0.104.1"
python-multipart = "^0.0.6"
hypercorn = "^0.14.4"
hypercorn = "^0.15.0"
uvloop = "^0.19.0"

[tool.poetry.group.dev.dependencies]
pyright = "^1.1.333"
pylint = "^3.0.2"
pytest = "^7.4.3"
ruff = "^0.1.2"
ruff = "^0.1.3"
httpx = "^0.25.0"

[tool.poetry.extras]
Expand Down

0 comments on commit 6a14aa9

Please sign in to comment.