Skip to content

Commit

Permalink
fix(deps): update non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 8, 2024
1 parent 07cfbb4 commit d6d8105
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 22 deletions.
40 changes: 22 additions & 18 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "3.11.7"
fastapi = "0.109.1"
uvicorn = { extras = ["standard"], version = "0.26.0" }
pydantic-settings = "2.1.0"
fastapi = "0.110.0"
uvicorn = { extras = ["standard"], version = "0.27.1" }
pydantic-settings = "2.2.1"
opencv-python = "^4.8.1.78"
vidgear = "0.3.2"
yt-dlp = "2023.12.30"
orjson = "3.9.15"
python-dotenv = "1.0.0"
python-dotenv = "1.0.1"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit d6d8105

Please sign in to comment.