Skip to content

Commit

Permalink
Bump pydantic-settings from 2.3.1 to 2.3.2 in /backend
Browse files Browse the repository at this point in the history
Bumps [pydantic-settings](https://github.com/pydantic/pydantic-settings) from 2.3.1 to 2.3.2.
- [Release notes](https://github.com/pydantic/pydantic-settings/releases)
- [Commits](pydantic/pydantic-settings@v2.3.1...v2.3.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 12, 2024
1 parent b61265f commit 3cba583
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions backend/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 backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ uvicorn = { version = "^0.30.1", extras = ["standard"] }
python-jose = { version = "^3.3.0", extras = ["cryptography"] }
passlib = "^1.7.4"
python-multipart = "^0.0.9"
pydantic-settings = "^2.3.1"
pydantic-settings = "^2.3.2"
APScheduler = "^3.10.4"
discord-webhook = "^1.3.1"
alembic = "^1.13.1"
Expand Down

0 comments on commit 3cba583

Please sign in to comment.