From 5817604784fbf19b72afb96e475e88a043359088 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Mar 2025 11:20:49 +0000 Subject: [PATCH] Update python-dotenv[cli] requirement from ~=1.0 to ~=1.1 Updates the requirements on [python-dotenv[cli]](https://github.com/theskumar/python-dotenv) to permit the latest version. - [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.0...v1.1.0) --- updated-dependencies: - dependency-name: python-dotenv[cli] dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/notebooks/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/notebooks/requirements.txt b/docs/notebooks/requirements.txt index ca1d72f8..ce13d9db 100644 --- a/docs/notebooks/requirements.txt +++ b/docs/notebooks/requirements.txt @@ -3,5 +3,5 @@ # jupyter~=1.1.1 jupyter-console~=6.6 -python-dotenv[cli]~=1.0 +python-dotenv[cli]~=1.1