From 8897b30b8173eabd54a11a28eb9ca668f9799a73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Mar 2025 00:00:36 +0000 Subject: [PATCH] Bump python-dotenv from 1.0.1 to 1.1.0 Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 1.0.1 to 1.1.0. - [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.1.0) --- updated-dependencies: - dependency-name: python-dotenv dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 35a258089..73b58bb19 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2597,14 +2597,14 @@ six = ">=1.5" [[package]] name = "python-dotenv" -version = "1.0.1" +version = "1.1.0" description = "Read key-value pairs from a .env file and set them as environment variables" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" 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.1.0-py3-none-any.whl", hash = "sha256:d7c01d9e2293916c18baf562d95698754b0dbbb5e74d457c45d4f6561fb9d55d"}, + {file = "python_dotenv-1.1.0.tar.gz", hash = "sha256:41f90bc6f5f177fb41f53e87666db362025010eb28f60a01c9143bfa33a2b2d5"}, ] [package.extras] @@ -3296,4 +3296,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.12.2" -content-hash = "3bc9a79936a2b10ff7c39ec45beed85586c41d057be26c461a3bcc7b2ccb6a28" +content-hash = "212dc833b90747090782c012e93979d4349dfb0ab9ae44760e5de05d8553f2c9" diff --git a/pyproject.toml b/pyproject.toml index 77516f8c6..4cb726923 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ pyexcel-xls = "==0.7.1" pyexcel-xlsx = "==0.6.0" openpyxl = "==3.0.10" pyproj = "==3.7.1" -python-dotenv = "==1.0.1" +python-dotenv = "==1.1.0" pytz = "^2024.1" rtreelib = "==0.2.0" werkzeug = "^3.0.6"