diff --git a/poetry.lock b/poetry.lock index 6cd71cd..59c9289 100644 --- a/poetry.lock +++ b/poetry.lock @@ -83,13 +83,13 @@ files = [ [[package]] name = "python-dotenv" -version = "0.20.0" +version = "0.21.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.7" 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-0.21.1.tar.gz", hash = "sha256:1c93de8f636cde3ce377292818d0e440b6e45a82f215c3744979151fa8151c49"}, + {file = "python_dotenv-0.21.1-py3-none-any.whl", hash = "sha256:41e12e0318bebc859fcc4d97d4db8d20ad21721a6aa5047dd59f090391cb549a"}, ] [package.extras] @@ -213,4 +213,4 @@ test = ["websockets"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "34169362595085367730a23528a5c5c2f7da09c7f6ab9e9ea421f5d44d540b65" +content-hash = "487d64efd3c9a869f5911626b67582ad42b34006ab627cd18b4b64e314d9e5e2" diff --git a/pyproject.toml b/pyproject.toml index ac70ced..bb3e986 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ dotrun = "dotrun:cli" [tool.poetry.dependencies] python = '^3.10' -python-dotenv = '0.20.0' +python-dotenv = '0.21.1' python-slugify = '6.1.2' docker = '6.1.3' dockerpty = '0.4.1'