Skip to content

Commit

Permalink
⬆ Bump pydantic-settings from 2.0.3 to 2.1.0 (#84)
Browse files Browse the repository at this point in the history
Bumps [pydantic-settings](https://github.com/pydantic/pydantic-settings) from 2.0.3 to 2.1.0.
- [Release notes](https://github.com/pydantic/pydantic-settings/releases)
- [Commits](pydantic/pydantic-settings@v2.0.3...v2.1.0)

---
updated-dependencies:
- dependency-name: pydantic-settings
  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 b6ae151 commit d0c88f3
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 @@ -5,7 +5,7 @@ mkdocs
mkdocs-git-revision-date-localized-plugin
mkdocs-material
pydantic==2.3.0
pydantic-settings==2.0.3
pydantic-settings==2.1.0
requests==2.31.0
google-api-core==2.11.1
google-api-python-client==2.108.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
package_data={'logo': ['SVGLogo.svg']},
install_requires=[
"pydantic==2.3.0",
"pydantic-settings==2.0.3",
"pydantic-settings==2.1.0",
"requests==2.31.0",
"google-api-core==2.11.1",
"google-api-python-client==2.108.0",
Expand Down

0 comments on commit d0c88f3

Please sign in to comment.