Skip to content

Commit

Permalink
Merge pull request #29 from Atticuszz/dependabot/pip/python-dotenv-1.0.1
Browse files Browse the repository at this point in the history
⬆ Bump python-dotenv from 1.0.0 to 1.0.1
  • Loading branch information
AtticusZeller authored Jan 24, 2024
2 parents 44af2fb + 7bc5361 commit 16086c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions 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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ packages = [{include = "app", from = "src"}]
[tool.poetry.dependencies]
python = ">=3.9,<3.13"
fastapi = {extras = ["full"], version = "^0.109.0"}
python-dotenv = "^1.0.0"
python-dotenv = "^1.0.1"
uvicorn = "^0.27.0"
pydantic = {extras = ["email"], version = "^2.5.3"}
pydantic-settings = "^2.1.0"
Expand Down

0 comments on commit 16086c2

Please sign in to comment.