From def3ea4283cbedf0854b06f0b1dfed4c8da95505 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 23:00:48 +0000 Subject: [PATCH] Update dependency python-dotenv to v1 [SECURITY] --- poetry.lock | 8 ++++---- requirements.txt | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 798fe67..2ec347c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -388,11 +388,11 @@ testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2. [[package]] name = "python-dotenv" -version = "0.20.0" +version = "1.2.1" description = "Read key-value pairs from a .env file and set them as environment variables" category = "main" optional = false -python-versions = ">=3.5" +python-versions = ">=3.9" [package.extras] cli = ["click (>=5.0)"] @@ -826,8 +826,8 @@ pytest = [ {file = "pytest-7.1.2.tar.gz", hash = "sha256:a06a0425453864a270bc45e71f783330a7428defb4230fb5e6a731fde06ecd45"}, ] python-dotenv = [ - {file = "python-dotenv-0.20.0.tar.gz", hash = "sha256:b7e3b04a59693c42c36f9ab1cc2acc46fa5df8c78e178fc33a8d4cd05c8d498f"}, - {file = "python_dotenv-0.20.0-py3-none-any.whl", hash = "sha256:d92a187be61fe482e4fd675b6d52200e7be63a12b724abbf931a40ce4fa92938"}, + {file = "python_dotenv-1.2.1-py3-none-any.whl", hash = "sha256:b81ee9561e9ca4004139c6cbba3a238c32b03e4894671e181b671e8cb8425d61"}, + {file = "python_dotenv-1.2.1.tar.gz", hash = "sha256:42667e897e16ab0d66954af0e60a9caa94f0fd4ecf3aaf6d2d260eec1aa36ad6"}, ] scp = [ {file = "scp-0.14.5-py2.py3-none-any.whl", hash = "sha256:d224535dd8ed00294f52b0e0e18fde7a6fb7a3d06b97ede9e3f750fa7bf75c09"}, diff --git a/requirements.txt b/requirements.txt index 0ec77cf..0935ec9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ loguru==0.6.0; python_version >= "3.5" paramiko==2.11.0 pycparser==2.21; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6" pynacl==1.5.0; python_version >= "3.6" -python-dotenv==0.21.1; python_version >= "3.5" +python-dotenv==1.2.2; python_version >= "3.5" scp==0.14.4 six==1.16.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" win32-setctime==1.1.0; sys_platform == "win32" and python_version >= "3.5"