Skip to content

Commit

Permalink
build(deps-dev): 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: [fastapi](https://github.com/tiangolo/fastapi) and [ruff](https://github.com/astral-sh/ruff).


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

Updates `ruff` from 0.1.11 to 0.1.12
- [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.11...v0.1.12)

---
updated-dependencies:
- dependency-name: fastapi
  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 Jan 12, 2024
1 parent b1f6fd2 commit fc2b97d
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
52 changes: 26 additions & 26 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 @@ nvidia-cublas-cu11 = { version = "^11.11.3.6", optional = true }

[tool.poetry.group.server.dependencies]
supervisor = "^4.2.5"
fastapi = "^0.108.0"
fastapi = "^0.109.0"
python-multipart = "^0.0.6"
hypercorn = "^0.16.0"
uvloop = "^0.19.0"
Expand All @@ -44,7 +44,7 @@ uvloop = "^0.19.0"
pyright = "^1.1.345"
pylint = "^3.0.3"
pytest = "^7.4.4"
ruff = "^0.1.11"
ruff = "^0.1.12"
httpx = "^0.26.0"

[tool.poetry.extras]
Expand Down

0 comments on commit fc2b97d

Please sign in to comment.