From db9c60958b69d136d18786b8a60dc7b5b9e72726 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 19:16:29 +0000 Subject: [PATCH] chore(deps): bump python-dotenv from 1.0.1 to 1.2.3 in /quantara Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 1.0.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.0.1...v1.2.3) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.2.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- quantara/poetry.lock | 10 +++++----- quantara/pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/quantara/poetry.lock b/quantara/poetry.lock index 7f7d57cf..e7bd94f0 100644 --- a/quantara/poetry.lock +++ b/quantara/poetry.lock @@ -3070,14 +3070,14 @@ six = ">=1.5" [[package]] name = "python-dotenv" -version = "1.0.1" +version = "1.2.3" description = "Read key-value pairs from a .env file and set them as environment variables" optional = false -python-versions = ">=3.8" +python-versions = ">=3.10" groups = ["main"] files = [ - {file = "python-dotenv-1.0.1.tar.gz", hash = "sha256:e324ee90a023d808f1959c46bcbc04446a10ced277783dc6ee09987c37ec10ca"}, - {file = "python_dotenv-1.0.1-py3-none-any.whl", hash = "sha256:f7b63ef50f1b690dddf550d03497b66d609393b40b564ed0d674909a68ebf16a"}, + {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] @@ -4372,4 +4372,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.1" python-versions = ">=3.12,<3.14" -content-hash = "5114aaf3821ef069e05647979d7fb5bf16e13cb5a35552f5fe9721140918e8aa" +content-hash = "23b137341f85b6b042dcb4a5ec829c74ee792a27a938acd714d5d337efe65332" diff --git a/quantara/pyproject.toml b/quantara/pyproject.toml index 24004f4a..42d67f86 100644 --- a/quantara/pyproject.toml +++ b/quantara/pyproject.toml @@ -10,7 +10,7 @@ package-mode = false python = ">=3.12,<3.14" fastapi = "0.115.0" psycopg2-binary = "^2.9.10" # Upgraded for Python 3.13 compatibility -python-dotenv = "1.0.1" +python-dotenv = "1.2.3" uvicorn = "0.30.6" stellar-sdk = ">=14.0" jinja2 = "3.1.4"