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: [pydantic-settings](https://github.com/pydantic/pydantic-settings) and [ruff](https://github.com/astral-sh/ruff).


Updates `pydantic-settings` from 2.7.1 to 2.8.0
- [Release notes](https://github.com/pydantic/pydantic-settings/releases)
- [Commits](pydantic/pydantic-settings@v2.7.1...v2.8.0)

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

---
updated-dependencies:
- dependency-name: pydantic-settings
  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 Feb 21, 2025
1 parent 7e7ca2a commit 83dcbe7
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 @@ -44,15 +44,15 @@ nvidia-cublas-cu12 = { version = "^12.8.3.14", optional = true }
[tool.poetry.group.server.dependencies]
granian = "^1.7.6"
litestar = "^2.14.0"
pydantic-settings = "^2.7.1"
pydantic-settings = "^2.8.0"
uvloop = { version = "^0.21.0", markers = "sys_platform != 'win32'" }
picologging = "^0.9.3"

[tool.poetry.group.dev.dependencies]
pyright = "^1.1.394"
pylint = "^3.3.4"
pytest = "^8.3.4"
ruff = "^0.9.6"
ruff = "^0.9.7"
httpx = "^0.28.1"

[tool.poetry.extras]
Expand Down

0 comments on commit 83dcbe7

Please sign in to comment.