diff --git a/poetry.lock b/poetry.lock index dcf21b80880..282ce6c7413 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1082,13 +1082,13 @@ six = ">=1.5" [[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" 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] @@ -1584,4 +1584,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9, <3.14" -content-hash = "75fa16ca8338ab6ef5ac5a80378acefb8ed2547070820b6b96939d911b537675" +content-hash = "aa838b4f5009084e897b1f80527fc9931ebdb1f23b1b8595ccd6b4c906e615b1" diff --git a/pyproject.toml b/pyproject.toml index 9f2f30e9494..fcec5ce3daa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ PyYAML = "6.0.2" PyGithub = "2.5.0" click = "8.1.8" importlib-metadata = "8.5.0" -python-dotenv = "1.0.1" +python-dotenv = "1.1.1" Jinja2 = "3.1.5" alt-profanity-check = "1.5.2"