diff --git a/poetry.lock b/poetry.lock index 1a2f2e8..9a0c3f3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1247,14 +1247,14 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "requests [[package]] name = "python-dotenv" -version = "1.1.0" +version = "1.1.1" description = "Read key-value pairs from a .env file and set them as environment variables" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "python_dotenv-1.1.0-py3-none-any.whl", hash = "sha256:d7c01d9e2293916c18baf562d95698754b0dbbb5e74d457c45d4f6561fb9d55d"}, - {file = "python_dotenv-1.1.0.tar.gz", hash = "sha256:41f90bc6f5f177fb41f53e87666db362025010eb28f60a01c9143bfa33a2b2d5"}, + {file = "python_dotenv-1.1.1-py3-none-any.whl", hash = "sha256:31f23644fe2602f88ff55e1f5c79ba497e01224ee7737937930c448e4d0e24dc"}, + {file = "python_dotenv-1.1.1.tar.gz", hash = "sha256:a8a6399716257f45be6a007360200409fce5cda2661e3dec71d23dc15f6189ab"}, ] [package.extras] @@ -1669,4 +1669,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.9.12,<4.0" -content-hash = "32676537068183a793729311c1e8c8ffee20aa3d91a38e91d442df6bcdca624e" +content-hash = "3057da7604c305b1648954b309bfa62fe3d78f5ebb0003a01b0564a121ad3488" diff --git a/pyproject.toml b/pyproject.toml index 3889dd1..cbbd6d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ python = ">=3.9.12,<4.0" tox = "^4.27.0" twine = "^6.1.0" httpx = "^0.28.1" -python-dotenv = "^1.1.0" +python-dotenv = "^1.1.1" uvicorn = "^0.35.0" colorama = "^0.4.6" fastapi = "^0.115.14"