Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 29, 2024
1 parent 999f03b commit 65e72df
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.5.1
pydantic==2.6.0
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.5.1",
"pydantic==2.6.0",
"pydantic-settings==2.1.0",
"requests==2.31.0",
"google-api-core==2.14.0",
Expand Down

0 comments on commit 65e72df

Please sign in to comment.