diff --git a/poetry.lock b/poetry.lock index e9076c1..e6e13ad 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1144,13 +1144,13 @@ reference = "default_pypi" [[package]] name = "python-dotenv" -version = "1.0.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.8" files = [ - {file = "python-dotenv-1.0.0.tar.gz", hash = "sha256:a8df96034aae6d2d50a4ebe8216326c61c3eb64836776504fcca410e5937a3ba"}, - {file = "python_dotenv-1.0.0-py3-none-any.whl", hash = "sha256:f5971a9226b701070a4bf2c38c89e5a3f0d64de8debda981d1db98583009122a"}, + {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] @@ -1687,4 +1687,4 @@ reference = "default_pypi" [metadata] lock-version = "2.0" python-versions = ">=3.8.0,<4.0.0" -content-hash = "34fa39e1f44e1908c3acaa38758978bdfa100f4f7548a00cd3b4e777ec2ea680" +content-hash = "4d8d3c92463d772e37423e9e0082f9f5313aa388de8aad0665a8bdce09663bcc" diff --git a/pyproject.toml b/pyproject.toml index cfd6dc5..7122395 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ python = ">=3.8.0,<4.0.0" jira = "3.8.0" requests = "2.32.3" pyclickup = "0.1.4" -python-dotenv = "1.0.0" +python-dotenv = "1.0.1" mistletoe = "1.4.0" [tool.poetry.group.dev.dependencies]