Skip to content

Commit

Permalink
Update pydantic requirement from ~=2.8.0 to >=2.8,<2.10
Browse files Browse the repository at this point in the history
Updates the requirements on [pydantic](https://github.com/pydantic/pydantic) to permit the latest version.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.8.0...v2.9.0)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 6, 2024
1 parent b557d7b commit 27a8a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies = [
"isort>=5.12,<5.14",
"libcst>=1.1,<1.5",
"packaging>=23.2,<25.0",
"pydantic~=2.8.0",
"pydantic>=2.8,<2.10",
"pylint>=3.2,<3.3",
"python-json-logger~=2.0.0",
"PyYAML~=6.0.0",
Expand Down

0 comments on commit 27a8a71

Please sign in to comment.