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.110.0 to 0.110.1
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](fastapi/fastapi@0.110.0...0.110.1)

Updates `ruff` from 0.3.4 to 0.3.5
- [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.3.4...v0.3.5)

---
updated-dependencies:
- dependency-name: fastapi
  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
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 2, 2024
1 parent 0558d2a commit 5952d36
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 28 deletions.
53 changes: 27 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-cu12 = { version = "^12.4.2.65", optional = true }

[tool.poetry.group.server.dependencies]
supervisor = "^4.2.5"
fastapi = "^0.110.0"
fastapi = "^0.110.1"
pydantic-settings = "^2.2.1"
python-multipart = "^0.0.9"
gunicorn = "^21.2.0"
Expand All @@ -47,7 +47,7 @@ uvloop = "^0.19.0"
pyright = "^1.1.356"
pylint = "^3.1.0"
pytest = "^8.1.1"
ruff = "^0.3.4"
ruff = "^0.3.5"
httpx = "^0.27.0"

[tool.poetry.extras]
Expand Down

0 comments on commit 5952d36

Please sign in to comment.