Skip to content

Commit 97effb8

Browse files
dependabot[bot]mdellweg
authored andcommitted
[PIP] Update pydantic requirement in /pulp-glue
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.9.2...v2.13.0) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent aebfa7d commit 97effb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pulp-glue/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ classifiers = [
2424
dependencies = [
2525
"multidict>=6.0.5,<6.8",
2626
"packaging>=22.0,<=26.0", # CalVer
27-
"pydantic>=2.9.2,<2.13",
27+
"pydantic>=2.9.2,<2.14",
2828
"requests>=2.24.0,<2.34",
2929
"tomli>=2.0.0,<2.1;python_version<'3.11'",
3030
]

0 commit comments

Comments
 (0)