From 5c4fc2a5432e4b27de000abf45f59846a514cfaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 21:42:00 +0000 Subject: [PATCH] Bump python-dotenv from 1.1.0 to 1.2.2 in /Python 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:development ... Signed-off-by: dependabot[bot] --- Python/poetry.lock | 10 +++++----- Python/pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Python/poetry.lock b/Python/poetry.lock index 7850222..0e1fdf7 100644 --- a/Python/poetry.lock +++ b/Python/poetry.lock @@ -437,14 +437,14 @@ Werkzeug = ">=2.0.0" [[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 = ["dev"] 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] @@ -649,4 +649,4 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.1" python-versions = ">= 3.11" -content-hash = "e9575537268d757454abdb367ae2410617135cc7ac94f7a7bb052d3c217af5f9" +content-hash = "04e429453a0fc274abc8107457b4cac0e063c0ad0bf9ca4fc42702f3bd84bfd6" diff --git a/Python/pyproject.toml b/Python/pyproject.toml index 0dc232c..324c6a1 100644 --- a/Python/pyproject.toml +++ b/Python/pyproject.toml @@ -37,7 +37,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry.group.dev.dependencies] pytest = "^8.3.5" ruff = "^0.11.11" -python-dotenv = "^1.1.0" +python-dotenv = "^1.2.2" responses = "^0.25.7" pytest-httpserver = "^1.1.3"