diff --git a/poetry.lock b/poetry.lock index 2c28c9e..7529f54 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1375,13 +1375,13 @@ six = ">=1.5" [[package]] name = "python-dotenv" -version = "1.0.0" +version = "1.0.1" description = "Read key-value pairs from a .env file and set them as environment variables" optional = false python-versions = ">=3.8" files = [ - {file = "python-dotenv-1.0.0.tar.gz", hash = "sha256:a8df96034aae6d2d50a4ebe8216326c61c3eb64836776504fcca410e5937a3ba"}, - {file = "python_dotenv-1.0.0-py3-none-any.whl", hash = "sha256:f5971a9226b701070a4bf2c38c89e5a3f0d64de8debda981d1db98583009122a"}, + {file = "python-dotenv-1.0.1.tar.gz", hash = "sha256:e324ee90a023d808f1959c46bcbc04446a10ced277783dc6ee09987c37ec10ca"}, + {file = "python_dotenv-1.0.1-py3-none-any.whl", hash = "sha256:f7b63ef50f1b690dddf550d03497b66d609393b40b564ed0d674909a68ebf16a"}, ] [package.extras] @@ -2051,4 +2051,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "64a3b98af0b2ff045f217235b842b5bed505f950816bce701f069f555e8f94f6" +content-hash = "c9478c22fc455e6aebbe7eecee23fb08aec1874ff99ad0baccce1218197de5fc" diff --git a/pyproject.toml b/pyproject.toml index 699693b..54255a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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.26.0" pydantic = {extras = ["email"], version = "^2.5.3"} pydantic-settings = "^2.1.0"