From a11383272af0e7de154dbc2f9382721aea44e9ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 23:01:38 +0000 Subject: [PATCH] chore(deps): update python-dotenv requirement in /example/example1 Updates the requirements on [python-dotenv](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.2.2) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- example/example1/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/example1/requirements.txt b/example/example1/requirements.txt index c52cb56..e092487 100644 --- a/example/example1/requirements.txt +++ b/example/example1/requirements.txt @@ -8,4 +8,4 @@ openfga-sdk >= 0.10.2 # x-release-please-version python-dateutil >= 2.9.0.post0 urllib3 >= 1.26.19, != 2.0.*, != 2.1.*, != 2.2.0, != 2.2.1, < 3 yarl >= 1.20.1 -python-dotenv >= 1, <2 +python-dotenv >= 1.2.2, < 2