diff --git a/poetry.lock b/poetry.lock index 718e138..9fae546 100644 --- a/poetry.lock +++ b/poetry.lock @@ -745,13 +745,13 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "python-dotenv" -version = "1.0.1" +version = "1.1.0" description = "Read key-value pairs from a .env file and set them as environment variables" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "python-dotenv-1.0.1.tar.gz", hash = "sha256:e324ee90a023d808f1959c46bcbc04446a10ced277783dc6ee09987c37ec10ca"}, - {file = "python_dotenv-1.0.1-py3-none-any.whl", hash = "sha256:f7b63ef50f1b690dddf550d03497b66d609393b40b564ed0d674909a68ebf16a"}, + {file = "python_dotenv-1.1.0-py3-none-any.whl", hash = "sha256:d7c01d9e2293916c18baf562d95698754b0dbbb5e74d457c45d4f6561fb9d55d"}, + {file = "python_dotenv-1.1.0.tar.gz", hash = "sha256:41f90bc6f5f177fb41f53e87666db362025010eb28f60a01c9143bfa33a2b2d5"}, ] [package.extras] @@ -1336,4 +1336,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">=3.9" -content-hash = "008deb318222d76028377158a0e6564e1838ff50a904830f8ccf06f322259ee0" +content-hash = "4d43fc706e06de9890b7b2dd23acdc6a810466d1abf0a0015e77838d6097ce5a" diff --git a/pyproject.toml b/pyproject.toml index cf32e9d..b0e908e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ pilotwings = 'backend.pilotwings:launch' python = ">=3.9" docker = "^7.1.0" fastapi = {extras = ["standard"], version = "^0.115.12"} -python-dotenv = "^1.0.1" +python-dotenv = "^1.1.0" [tool.poetry.group.dev.dependencies] mypy = "^1.15.0"