Skip to content

Commit 2052d92

Browse files
Update pydantic requirement from ~2.9.2 to >=2.9.2,<2.12.0
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.11.7) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.11.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 378abf0 commit 2052d92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ contentctl = 'contentctl.contentctl:main'
1414
[tool.poetry.dependencies]
1515

1616
python = "^3.11,<3.14"
17-
pydantic = "~2.9.2"
17+
pydantic = ">=2.9.2,<2.12.0"
1818
PyYAML = "^6.0.2"
1919
requests = "~2.32.3"
2020
pycvesearch = "^1.2"

0 commit comments

Comments
 (0)