Skip to content

Commit

Permalink
Bump pydantic from 1.9.0 to 2.5.3
Browse files Browse the repository at this point in the history
Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.9.0 to 2.5.3.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/v2.5.3/HISTORY.md)
- [Commits](pydantic/pydantic@v1.9.0...v2.5.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 2, 2024
1 parent 3035231 commit 682816d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pathspec==0.11.2
pip-tools==6.14.0
platformdirs==4.0.0
pluggy==1.2.0
pydantic==1.9.0
pydantic==2.5.3
pyproject-hooks==1.0.0
pytest==7.4.3
pytest-cov==4.1.0
Expand Down
2 changes: 1 addition & 1 deletion requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ mkdocs==1.3.0
mkdocs-material==4.6.3
mkdocstrings==0.10.0
packaging==23.2
pydantic==1.9.0
pydantic==2.5.3
pygments==2.17.2
pymdown-extensions==10.2.1
python-dateutil==2.8.2
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
#
# make freeze
#
pydantic==1.9.0
pydantic==2.5.3
typing-extensions==4.7.1

0 comments on commit 682816d

Please sign in to comment.