Skip to content

Commit

Permalink
Update pydantic requirement from ~2.9.2 to >=2.9.2,<2.11.0
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.9.2...v2.10.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 22, 2024
1 parent 98573b0 commit 3de690d
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 @@ -12,7 +12,7 @@ contentctl = 'contentctl.contentctl:main'

[tool.poetry.dependencies]
python = "^3.11,<3.13"
pydantic = "~2.9.2"
pydantic = ">=2.9.2,<2.11.0"
PyYAML = "^6.0.2"
requests = "~2.32.3"
pycvesearch = "^1.2"
Expand Down

0 comments on commit 3de690d

Please sign in to comment.