diff --git a/poetry.lock b/poetry.lock index 6b8c703..b1e194a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -247,14 +247,14 @@ signedtoken = ["cryptography (>=3.0.0)", "pyjwt (>=2.0.0,<3)"] [[package]] name = "python-dotenv" -version = "1.0.1" +version = "1.1.1" 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" groups = ["main"] 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.1-py3-none-any.whl", hash = "sha256:31f23644fe2602f88ff55e1f5c79ba497e01224ee7737937930c448e4d0e24dc"}, + {file = "python_dotenv-1.1.1.tar.gz", hash = "sha256:a8a6399716257f45be6a007360200409fce5cda2661e3dec71d23dc15f6189ab"}, ] [package.extras] @@ -426,4 +426,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "a6008104d4820c54fc04ec57070d8decf9b8ce9aabba98b89303b4d768857ba9" +content-hash = "1e9db35d4f445eb2e939995416b71dbee21c50a2a32c733b47f640882451ae2e" diff --git a/pyproject.toml b/pyproject.toml index 31adc5e..dce242a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ readme = "README.md" python = "^3.10" requests = "=2.32.3" argparse = "=1.4.0" -python-dotenv = "=1.0.1" +python-dotenv = "=1.1.1" atlassian-python-api = "=4.0.4" Markdown = "=3.6"