Skip to content

Commit

Permalink
Update pydantic requirement from ^1.10.11 to >=1.10.11,<3.0.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@v1.10.11...v2.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 13, 2023
1 parent 5e6315c commit 484017c
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 @@ -11,7 +11,7 @@ contentctl = 'contentctl.contentctl:main'

[tool.poetry.dependencies]
python = "^3.9"
pydantic = "^1.10.11"
pydantic = ">=1.10.11,<3.0.0"
PyYAML = "<6.0"
requests = "^2.28.1"
pycvesearch = "^1.2"
Expand Down

0 comments on commit 484017c

Please sign in to comment.