Skip to content

Commit

Permalink
Bump pydantic from 1.10.11 to 1.10.12
Browse files Browse the repository at this point in the history
Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.11 to 1.10.12.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v1.10.11...v1.10.12)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 14, 2023
1 parent 2e29540 commit f7d20a9
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 39 deletions.
76 changes: 38 additions & 38 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 @@ -16,7 +16,7 @@ fastapi = "^0.84.0"
starlette = "^0.19.1"
requests = "^2.31.0"
uvicorn = {extras = ["standard"], version = "^0.23.2"}
pydantic = {extras = ["email"], version = "^1.10.11"}
pydantic = {extras = ["email"], version = "^1.10.12"}
SQLAlchemy = ">1.3.23,<1.5"
alembic = "^1.11.2"
python-multipart = "^0.0.6"
Expand Down

0 comments on commit f7d20a9

Please sign in to comment.