Skip to content

Commit

Permalink
⬆ Bump the python-packages group with 2 updates (#12)
Browse files Browse the repository at this point in the history
Updates the requirements on [pydantic](https://github.com/pydantic/pydantic) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version.

Updates `pydantic` to 2.7.0
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.0...v2.7.0)

Updates `ruff` from 0.3.5 to 0.3.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@v0.3.5...v0.3.7)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-type: direct:production
  dependency-group: python-packages
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 15, 2024
1 parent e37cd9d commit 3f7e3b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ classifiers = [

dependencies = [
"fastapi >=0.100.0,<0.111.0",
"pydantic >=2.0.0,<2.6.5",
"pydantic >=2.0.0,<2.7.1",
"pydantic-settings >=2.1.0",
]

Expand All @@ -60,7 +60,7 @@ Funding = 'https://github.com/sponsors/yezz123'
lint = [
"pre-commit==3.7.0",
"mypy==1.9.0",
"ruff==0.3.5",
"ruff==0.3.7",
]
test = [
"pytest==8.1.1",
Expand Down

0 comments on commit 3f7e3b6

Please sign in to comment.