Skip to content

Commit

Permalink
Bump pydantic-settings from 2.0.3 to 2.1.0 (#458)
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 14, 2023
1 parent d847cc9 commit 1119373
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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 @@ -32,7 +32,7 @@ pandas = "^1.5.1"
pandas-datareader = "^0.10.0"
psutil = "^5.9.5" #needed by w&b
pydantic = {extras = ["dotenv"], version = "^2.4.2"}
pydantic-settings = "^2.0.3"
pydantic-settings = "^2.1.0"
python = "^3.8"
pyyaml = "^6.0.1"
requests = "^2.31.0"
Expand Down

0 comments on commit 1119373

Please sign in to comment.