Skip to content

Commit

Permalink
chore(deps): bump the poetry group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the poetry group with 2 updates in the / directory: [pydantic-settings](https://github.com/pydantic/pydantic-settings) and [ruff](https://github.com/astral-sh/ruff).


Updates `pydantic-settings` from 2.5.2 to 2.6.0
- [Release notes](https://github.com/pydantic/pydantic-settings/releases)
- [Commits](pydantic/pydantic-settings@v2.5.2...v2.6.0)

Updates `ruff` from 0.6.9 to 0.7.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.9...0.7.1)

---
updated-dependencies:
- dependency-name: pydantic-settings
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 25, 2024
1 parent ef86641 commit bcf8e37
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 24 deletions.
88 changes: 65 additions & 23 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pre-commit = "^4.0.1"
pydantic-settings = "^2"
python-dotenv = "^1.0.1"
requests = "^2.32.0"
ruff = "^0.6.9"
ruff = "^0.7.1"

[tool.ruff]
line-length = 120
Expand Down

0 comments on commit bcf8e37

Please sign in to comment.