From c7e91551438cb5118224dfc44746f48b07055b1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 21:19:59 +0000 Subject: [PATCH] Bump python-dotenv from 1.1.0 to 1.2.2 Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 1.1.0 to 1.2.2. - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](https://github.com/theskumar/python-dotenv/compare/v1.1.0...v1.2.2) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index d24f6852d..1e419471d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "activecampaign-python" @@ -5509,14 +5509,14 @@ six = ">=1.5" [[package]] name = "python-dotenv" -version = "1.1.0" +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" groups = ["main"] files = [ - {file = "python_dotenv-1.1.0-py3-none-any.whl", hash = "sha256:d7c01d9e2293916c18baf562d95698754b0dbbb5e74d457c45d4f6561fb9d55d"}, - {file = "python_dotenv-1.1.0.tar.gz", hash = "sha256:41f90bc6f5f177fb41f53e87666db362025010eb28f60a01c9143bfa33a2b2d5"}, + {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] @@ -7200,4 +7200,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" python-versions = ">=3.13,<3.14" -content-hash = "ad2bf2c3c76ba268d6cf91976660108a35fb880637ad8291370c0cd15c47b636" +content-hash = "e06145bebc87d21a3ad2ec9fdf0fd5cd52e035677fb2beb8e71d53744cc986f1" diff --git a/pyproject.toml b/pyproject.toml index ff9eb5e87..004ece901 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -149,7 +149,7 @@ dependencies = [ "google-auth-oauthlib (>=1.2.1,<2.0.0)", "capy-core[django] (>=1.3.1,<2.0.0)", "google-api-python-client (>=2.159.0,<3.0.0)", - "python-dotenv (>=1.0.1,<2.0.0)", + "python-dotenv (>=1.2.2,<2.0.0)", "uvicorn-worker (>=0.3.0,<0.4.0)", "python-magic (>=0.4.27,<0.5.0)", "dnspython (>=2.8.0,<3.0.0)",