Skip to content

Commit

Permalink
Update pydantic-settings requirement from ~=2.5.2 to ~=2.6.0 (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent 45fcfd3 commit c6f72fe
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.115.0",
"pydantic>=2.7.0,<3.0.0",
"pydantic-settings~=2.5.2",
"pydantic-settings~=2.6.0",
"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.115.2
pydantic>=2.7.0,<3.0.0
pydantic-settings~=2.5.2
pydantic-settings~=2.6.0
jinja2~=3.1.4
httpx~=0.27.2
beautifulsoup4~=4.12.3
Expand Down

0 comments on commit c6f72fe

Please sign in to comment.