Skip to content

Commit

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


Updates `litestar` from 2.15.0 to 2.15.1
- [Release notes](https://github.com/litestar-org/litestar/releases)
- [Commits](litestar-org/litestar@v2.15.0...v2.15.1)

Updates `ruff` from 0.9.7 to 0.9.9
- [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.9.7...0.9.9)

---
updated-dependencies:
- dependency-name: litestar
  dependency-type: direct:production
  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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 28, 2025
1 parent d9be4b2 commit f2d405a
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
46 changes: 23 additions & 23 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 @@ -47,7 +47,7 @@ package-mode = false
[tool.poetry.dependencies]
python = "^3.12"
granian = "^1.7.6"
litestar = "^2.15.0"
litestar = "^2.15.1"
uvloop = "^0.21.0"
msgspec = "^0.19.0"
pydantic-settings = "^2.8.1"
Expand All @@ -69,4 +69,4 @@ fastnanoid = "^0.4.1"
pyright = "^1.1.395"
pytest = "^8.3.4"
pylint = "^3.3.4"
ruff = "^0.9.7"
ruff = "^0.9.9"

0 comments on commit f2d405a

Please sign in to comment.