Skip to content

Commit

Permalink
⬆ Bump the python-packages group with 2 updates
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.8.2
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.5.3...v2.8.2)

Updates `ruff` from 0.5.0 to 0.5.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.5.0...0.5.1)

---
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 8, 2024
1 parent 8901bff commit 7b01365
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 @@ -37,7 +37,7 @@ classifiers = [

dependencies = [
"typing-extensions >=3.7.4,<4.13.0",
"pydantic>=2.5.3,<2.8.0",
"pydantic>=2.8.2,<2.9.0",
"Django >=3.2.0,<6.0.0",
]

Expand All @@ -51,7 +51,7 @@ Funding = 'https://github.com/sponsors/yezz123'
lint = [
"pre-commit==3.7.1",
"mypy==1.10.1",
"ruff==0.5.0",
"ruff==0.5.1",
]
test = [
"pytest==8.2.2",
Expand Down

0 comments on commit 7b01365

Please sign in to comment.