diff --git a/docker_context/poetry.lock b/docker_context/poetry.lock index 5ff25ac..e5a1949 100644 --- a/docker_context/poetry.lock +++ b/docker_context/poetry.lock @@ -171,13 +171,13 @@ six = ">=1.5" [[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] @@ -266,4 +266,4 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] [metadata] lock-version = "2.0" python-versions = "^3.9.7" -content-hash = "35e1564f81991560114b7eaf2c3899fb0c3cdb1437720e91907f32e98eae6b62" +content-hash = "e63b8ade06980b56f36f3819739b882f4a9cb6627d42212137d10377258f7887" diff --git a/docker_context/pyproject.toml b/docker_context/pyproject.toml index fb96601..83c29f6 100644 --- a/docker_context/pyproject.toml +++ b/docker_context/pyproject.toml @@ -7,7 +7,7 @@ authors = ["Laura Porter "] [tool.poetry.dependencies] python = "^3.9.7" boto3 = "^1.24.0" -python-dotenv = "^0.20.0" +python-dotenv = "^0.21.0" rollbar = "^0.16.3" urllib3 = "<2" [tool.poetry.dev-dependencies]