build(deps): bump pydantic from 1.10.4 to 1.10.7 (#1034)

Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.4 to 1.10.7.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/v1.10.7/HISTORY.md)
- [Commits](https://github.com/pydantic/pydantic/compare/v1.10.4...v1.10.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-04-02 16:26:13 +07:00
committed by GitHub
parent 2c363a6432
commit dabb8b0d73
2 changed files with 43 additions and 43 deletions

View File

@ -43,7 +43,7 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.7.0"
databases = ">=0.3.2,!=0.5.0,!=0.5.1,!=0.5.2,!=0.5.3,<0.6.3"
pydantic = ">=1.6.1,!=1.7,!=1.7.1,!=1.7.2,!=1.7.3,!=1.8,!=1.8.1,<1.10.5"
pydantic = ">=1.6.1,!=1.7,!=1.7.1,!=1.7.2,!=1.7.3,!=1.8,!=1.8.1,<1.10.8"
SQLAlchemy = ">=1.3.18,<1.4.42"
cryptography = { version = ">=35,<39", optional = true }
# Async database drivers