From cac7f317c8cd116cbeb916d4ae3b190ae5b43330 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Oct 2025 15:23:53 +0000 Subject: [PATCH] Update dependency python-dotenv to v1.2.1 --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index c304bc01189b..f1923127d8bf 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1075,13 +1075,13 @@ six = ">=1.5" [[package]] name = "python-dotenv" -version = "1.0.1" +version = "1.2.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.2.1-py3-none-any.whl", hash = "sha256:b81ee9561e9ca4004139c6cbba3a238c32b03e4894671e181b671e8cb8425d61"}, + {file = "python_dotenv-1.2.1.tar.gz", hash = "sha256:42667e897e16ab0d66954af0e60a9caa94f0fd4ecf3aaf6d2d260eec1aa36ad6"}, ] [package.extras] @@ -1578,4 +1578,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9, <3.14" -content-hash = "04c1001331f91595e927e7d68444a7da54cdfd0a77967b822578d69709650a46" +content-hash = "f6617fa30a164e855ff2b6c49f8009dc658309fbd0688b0be394c4bf0903fc6b" diff --git a/pyproject.toml b/pyproject.toml index 1c624852c181..16756df1daa6 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.2.1" Jinja2 = "3.1.5" alt-profanity-check = "1.5.2"