Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: pydantic
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 8, 2022
1 parent b4d043b commit 882afa0
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 40 deletions.
79 changes: 40 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 @@ -40,7 +40,7 @@ pytest-cov = "^4.0.0"
pytest-mock = "^3.6.1"
types-dataclasses = "^0.6.6"
# Not actually used, but a rare library whose __init__ is an extension.
pydantic = "1.9.2"
pydantic = "1.10.2"

[tool.poetry.scripts]
slotscheck = "slotscheck.cli:root"
Expand Down

0 comments on commit 882afa0

Please sign in to comment.