From 1faf74aa06e9ad23183515c71e4a2d7600d092e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 06:11:22 +0000 Subject: [PATCH] build(deps): bump python-dotenv from 1.2.1 to 1.2.3 Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 1.2.1 to 1.2.3. - [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.2.1...v1.2.3) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.2.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d3239f439..023196173 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,7 +32,7 @@ transaction==5.0 waitress==3.0.2 zope.sqlalchemy==3.1 gunicorn==23.0.0 -python-dotenv==1.2.1 +python-dotenv==1.2.3 pytz==2026.3.post1 # needs: https://github.com/stefanofontanelli/ColanderAlchemy/pull/90 + 91