Skip to content

Commit

Permalink
Update pydantic-settings requirement from ~=2.4.0 to ~=2.5.2 (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 16, 2024
1 parent 67f0d7f commit c13e6ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ requires-python = ">=3.11"
dependencies = [
"fastapi~=0.114.0",
"pydantic>=2.7.0,<3.0.0",
"pydantic-settings~=2.4.0",
"pydantic-settings~=2.5.2",
"jinja2~=3.1.4",
"httpx~=0.27.0",
"beautifulsoup4~=4.12.3",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
fastapi~=0.114.2
pydantic>=2.7.0,<3.0.0
pydantic-settings~=2.4.0
pydantic-settings~=2.5.2
jinja2~=3.1.4
httpx~=0.27.2
beautifulsoup4~=4.12.3
Expand Down

0 comments on commit c13e6ff

Please sign in to comment.