Skip to content

Commit

Permalink
⬆ Bump pydantic from 2.3.0 to 2.5.1 (#82)
Browse files Browse the repository at this point in the history
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.3.0 to 2.5.1.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.3.0...v2.5.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 21, 2023
1 parent dd96df0 commit e2cba13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pytest-cov
mkdocs
mkdocs-git-revision-date-localized-plugin
mkdocs-material
pydantic==2.3.0
pydantic==2.5.1
pydantic-settings==2.1.0
requests==2.31.0
google-api-core==2.14.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
packages=find_packages(),
package_data={'logo': ['SVGLogo.svg']},
install_requires=[
"pydantic==2.3.0",
"pydantic==2.5.1",
"pydantic-settings==2.1.0",
"requests==2.31.0",
"google-api-core==2.14.0",
Expand Down

0 comments on commit e2cba13

Please sign in to comment.