Skip to content

Commit

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

Updates `pydantic` to 2.7.3
- [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.3)

Updates `ruff` from 0.4.7 to 0.4.8
- [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.4.7...v0.4.8)

Updates `pytest` from 8.2.1 to 8.2.2
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.2.1...8.2.2)

---
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
- dependency-name: pytest
  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 Jun 10, 2024
1 parent 1b84486 commit 3c6538b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.112.0",
"pydantic >=2.0.0,<2.7.3",
"pydantic >=2.0.0,<2.7.4",
"pydantic-settings >=2.1.0",
]

Expand All @@ -60,10 +60,10 @@ Funding = 'https://github.com/sponsors/yezz123'
lint = [
"pre-commit==3.7.1",
"mypy==1.10.0",
"ruff==0.4.7",
"ruff==0.4.8",
]
test = [
"pytest==8.2.1",
"pytest==8.2.2",
"pytest-asyncio == 0.23.7",
"pytest-cov==5.0.0",
"python-decouple",
Expand Down

0 comments on commit 3c6538b

Please sign in to comment.