Skip to content

Commit

Permalink
chore(deps): bump pydantic from 1.10.8 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.8 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.8...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 Jul 31, 2023
1 parent 72a9c1f commit 5b977cb
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 40 deletions.
78 changes: 39 additions & 39 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 @@ -11,7 +11,7 @@ python = "^3.11"
greenstalk = "2.0.0"
sqlalchemy = { version = "2.0.15", extras = ["asyncio"] }
asyncpg = "0.27.0"
pydantic = "1.10.8"
pydantic = "1.10.12"
sqlalchemy-utils = "0.41.1"
fastapi = "0.95.2"
uvicorn = { version = "0.22.0", extras = ["standard"] }
Expand Down

0 comments on commit 5b977cb

Please sign in to comment.