Skip to content

Commit

Permalink
Update pydantic-settings requirement from 2.2.1 to 2.6.1 in /backend
Browse files Browse the repository at this point in the history
Updates the requirements on [pydantic-settings](https://github.com/pydantic/pydantic-settings) to permit the latest version.
- [Release notes](https://github.com/pydantic/pydantic-settings/releases)
- [Commits](pydantic/pydantic-settings@v2.2.1...v2.6.1)

---
updated-dependencies:
- dependency-name: pydantic-settings
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent 7ee7526 commit 8b48390
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ httpx = "0.27.2"
loguru = "0.7.2"
passlib = "1.7.4"
pathlib = "1.0.1"
pydantic-settings = "2.2.1"
pydantic-settings = "2.6.1"
python-decouple = "3.8"
python-dotenv = "1.0.1"
PyJWT= "2.8.0"
Expand Down Expand Up @@ -49,7 +49,7 @@ loguru = "0.7.2"
passlib = "1.7.4"
pathlib = "1.0.1"
psycopg2-binary = "2.9.9"
pydantic-settings = "2.2.1"
pydantic-settings = "2.6.1"
python-decouple = "3.8"
python-dotenv = "1.0.1"
PyJWT= "2.8.0"
Expand Down

0 comments on commit 8b48390

Please sign in to comment.