From b5011452919d425b1942ba178d29c0423d4b3b83 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 02:25:23 +0000 Subject: [PATCH] Update dependency python-dotenv to v1.2.2 [SECURITY] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0cb82571dd5..b94450c5528 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1281,13 +1281,13 @@ six = ">=1.5" [[package]] name = "python-dotenv" -version = "1.2.1" +version = "1.2.2" description = "Read key-value pairs from a .env file and set them as environment variables" optional = false -python-versions = ">=3.9" +python-versions = ">=3.10" files = [ - {file = "python_dotenv-1.2.1-py3-none-any.whl", hash = "sha256:b81ee9561e9ca4004139c6cbba3a238c32b03e4894671e181b671e8cb8425d61"}, - {file = "python_dotenv-1.2.1.tar.gz", hash = "sha256:42667e897e16ab0d66954af0e60a9caa94f0fd4ecf3aaf6d2d260eec1aa36ad6"}, + {file = "python_dotenv-1.2.2-py3-none-any.whl", hash = "sha256:1d8214789a24de455a8b8bd8ae6fe3c6b69a5e3d64aa8a8e5d68e694bbcb285a"}, + {file = "python_dotenv-1.2.2.tar.gz", hash = "sha256:2c371a91fbd7ba082c2c1dc1f8bf89ca22564a087c2c287cd9b662adde799cf3"}, ] [package.extras] @@ -1732,4 +1732,4 @@ zstd = ["backports-zstd (>=1.0.0)"] [metadata] lock-version = "2.0" python-versions = ">=3.11, <3.14" -content-hash = "76d73a86d829030a6e56f94707b06ae496bea06d1e4b43c9a8d3c18b6c0d06f0" +content-hash = "7558be8f7ea4baa0aa4a8be51fc5ec79f8a67c30d243cb3a4e569620f358079a" diff --git a/pyproject.toml b/pyproject.toml index 798ceb6545e..2598eb88034 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ cookiecutter = "2.6.0" PyYAML = "6.0.3" PyGithub = "2.8.1" click = "8.3.1" -python-dotenv = "1.2.1" +python-dotenv = "1.2.2" Jinja2 = "3.1.6" alt-profanity-check = "1.8.0"