Skip to content

Commit

Permalink
build(deps): bump the dependencies group with 6 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [nvidia-cudnn-cu11](https://developer.nvidia.com/cuda-zone) | `8.9.5.29` | `8.9.6.50` |
| [fastapi](https://github.com/tiangolo/fastapi) | `0.104.0` | `0.104.1` |
| [hypercorn](https://github.com/pgjones/hypercorn) | `0.14.4` | `0.15.0` |
| [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.333` | `1.1.334` |
| [ruff](https://github.com/astral-sh/ruff) | `0.1.2` | `0.1.4` |
| [httpx](https://github.com/encode/httpx) | `0.25.0` | `0.25.1` |


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 `pyright` from 1.1.333 to 1.1.334
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.333...v1.1.334)

Updates `ruff` from 0.1.2 to 0.1.4
- [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.4)

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

---
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: pyright
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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 5, 2023
1 parent 6236fb0 commit 4e22420
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 42 deletions.
73 changes: 37 additions & 36 deletions poetry.lock

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

12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,22 @@ 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"
pyright = "^1.1.334"
pylint = "^3.0.2"
pytest = "^7.4.3"
ruff = "^0.1.2"
httpx = "^0.25.0"
ruff = "^0.1.4"
httpx = "^0.25.1"

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

0 comments on commit 4e22420

Please sign in to comment.