diff --git a/poetry.lock b/poetry.lock index ff504bd..907fa8e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -796,13 +796,13 @@ testing = ["coverage (>=6.2)", "hypothesis (>=5.7.1)"] [[package]] name = "python-dotenv" -version = "0.20.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.5" +python-versions = ">=3.8" files = [ - {file = "python-dotenv-0.20.0.tar.gz", hash = "sha256:b7e3b04a59693c42c36f9ab1cc2acc46fa5df8c78e178fc33a8d4cd05c8d498f"}, - {file = "python_dotenv-0.20.0-py3-none-any.whl", hash = "sha256:d92a187be61fe482e4fd675b6d52200e7be63a12b724abbf931a40ce4fa92938"}, + {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] @@ -1141,4 +1141,4 @@ ble = ["bleak", "dbus-fast"] [metadata] lock-version = "2.0" python-versions = ">=3.9, <3.13" -content-hash = "faa0f70e96df473b6be136ecb9448ab7a06a9ebf0e97879ada40f81aca128557" +content-hash = "1edc19ea922d4b80439fd52fd3e2ac443ac6bf1ae0ad8f1d5aeb0b8186773523" diff --git a/pyproject.toml b/pyproject.toml index 7cad288..f67be5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dbus-fast = {version = "^2.11.0", optional = true, platform = "linux"} [tool.poetry.group.dev.dependencies] pytest = "^7.1.2" pytest-asyncio = ">=0.18.3,<0.24.0" -python-dotenv = "^0.20.0" +python-dotenv = ">=0.20,<1.1" aresponses = "^2.1.5" mypy = "^1.7.0"