From 07da54dd31bf49e6f0549c844f944f6c6ecf1dd9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 10:02:12 +0000 Subject: [PATCH] Update dependency python-dotenv to v1.2.3 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 94403abe..fc7e9432 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2456,14 +2456,14 @@ filelock = ">=3.15.4" [[package]] name = "python-dotenv" -version = "1.2.2" +version = "1.2.3" description = "Read key-value pairs from a .env file and set them as environment variables" optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "python_dotenv-1.2.2-py3-none-any.whl", hash = "sha256:1d8214789a24de455a8b8bd8ae6fe3c6b69a5e3d64aa8a8e5d68e694bbcb285a"}, - {file = "python_dotenv-1.2.2.tar.gz", hash = "sha256:2c371a91fbd7ba082c2c1dc1f8bf89ca22564a087c2c287cd9b662adde799cf3"}, + {file = "python_dotenv-1.2.3-py3-none-any.whl", hash = "sha256:904552145e8bfed22162c09dab1c2b9b54fefa7b23ba780f4f26ca0316b0f0d9"}, + {file = "python_dotenv-1.2.3.tar.gz", hash = "sha256:a20a594dabeaa385725aa239d5244871c143ecb356add8a20fcf23773a6c3a35"}, ] [package.extras] @@ -3576,4 +3576,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "ruff", "sph [metadata] lock-version = "2.1" python-versions = ">=3.10, <3.15" -content-hash = "64a7b0933c88149928a538f8be59cc5b979111476c3e8461be0238d64480b578" +content-hash = "23b6d340094e3ceb4ced68adc1c10fa6d8bf29e9afa54bf9303d889db22f4369" diff --git a/pyproject.toml b/pyproject.toml index e263d56d..48c1d06c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ click = "8.4.2" gitpython = "3.1.59" requests = { version = "2.34.2", extras = ["socks"] } url-normalize = "3.0.0" -python-dotenv = "1.2.2" +python-dotenv = "1.2.3" pyxdg = "0.28" cruft = "2.16.0" oauthlib = "3.3.1"