Skip to content

Commit 5370cbb

Browse files
Update pydantic requirement from >=2.11.4 to >=2.13.3 (#227)
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.11.4...v2.13.3) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 79500cb commit 5370cbb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies = [
2323
"click>=8.1.8",
2424
"jinja2>=3.1.6,<4.0.0",
2525
"lxml>=6.1.0",
26-
"pydantic>=2.11.4",
26+
"pydantic>=2.13.3",
2727
"rich>=14.0.0",
2828
"tomlkit>=0.13.2",
2929
]

0 commit comments

Comments
 (0)