Skip to content

Commit 3de690d

Browse files
Update pydantic requirement from ~2.9.2 to >=2.9.2,<2.11.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.10.1) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 98573b0 commit 3de690d

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
@@ -12,7 +12,7 @@ contentctl = 'contentctl.contentctl:main'
1212

1313
[tool.poetry.dependencies]
1414
python = "^3.11,<3.13"
15-
pydantic = "~2.9.2"
15+
pydantic = ">=2.9.2,<2.11.0"
1616
PyYAML = "^6.0.2"
1717
requests = "~2.32.3"
1818
pycvesearch = "^1.2"

0 commit comments

Comments
 (0)