Skip to content

Commit

Permalink
Update pydantic requirement from ~=1.10.4 to ~=1.10.7
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/v1.10.7/HISTORY.md)
- [Commits](pydantic/pydantic@v1.10.4...v1.10.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and commonism committed Apr 5, 2023
1 parent 66cf55a commit 990438c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
fastapi~=0.95.0
httpx~=0.23.3
hypercorn~=0.14.3
pydantic~=1.10.4
pydantic~=1.10.7
pydantic[email]
pytest~=7.2.2
PyYAML~=6.0
Expand Down

0 comments on commit 990438c

Please sign in to comment.