Skip to content

Commit

Permalink
build(deps-dev): bump the minor group with 2 updates (#996)
Browse files Browse the repository at this point in the history
Bumps the minor group with 2 updates: [ruff](https://github.com/astral-sh/ruff) and [fastapi](https://github.com/fastapi/fastapi).


Updates `ruff` from 0.6.0 to 0.6.1
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.6.0...0.6.1)

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

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: fastapi
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 19, 2024
1 parent 7a44668 commit 1179f44
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
48 changes: 24 additions & 24 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 @@ -36,7 +36,7 @@ argilla = "^1.29.1"
# lint & format
mypy = "^1.11.1"
nbqa = "^1.8.7"
ruff = "^0.6.0"
ruff = "^0.6.1"
pre-commit = "^3.8.0"

# tests
Expand All @@ -61,7 +61,7 @@ sphinx = "^7.4.7"
matplotlib = "^3.9.2"

[tool.poetry.group.docs.dependencies]
fastapi = "^0.112.0"
fastapi = "^0.112.1"
uvicorn = "^0.30.6"
hypercorn = "^0.17.3"
jupyter = "^1.0.0"
Expand Down

0 comments on commit 1179f44

Please sign in to comment.