Skip to content

Commit

Permalink
Bump pydantic from 1.8.1 to 1.8.2 (#33)
Browse files Browse the repository at this point in the history
Bumps [pydantic](https://github.com/samuelcolvin/pydantic) from 1.8.1 to 1.8.2.
- [Release notes](https://github.com/samuelcolvin/pydantic/releases)
- [Changelog](https://github.com/samuelcolvin/pydantic/blob/master/HISTORY.md)
- [Commits](pydantic/pydantic@v1.8.1...v1.8.2)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 26, 2021
1 parent 7429773 commit bb36059
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 25 deletions.
66 changes: 42 additions & 24 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ authors = ["Jesue Junior <[email protected]>"]

[tool.poetry.dependencies]
python = ">=3.7,<3.10"
pydantic = {extras = ["dotenv","email"], version = "==1.8.1"}
pydantic = {extras = ["dotenv","email"], version = "==1.8.2"}
fastapi = "==0.63.0"
orjson = "==3.5.2"
uvicorn = "==0.13.4"
Expand Down

0 comments on commit bb36059

Please sign in to comment.