From c833f5b14b8387827cd26c21937927af3ab16d66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 22:04:34 +0000 Subject: [PATCH] chore(deps): bump the dependencies group Updates the requirements on [idna](https://github.com/kjd/idna) and [python-dotenv](https://github.com/theskumar/python-dotenv) to permit the latest version. Updates `idna` to 3.19 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md) - [Commits](https://github.com/kjd/idna/compare/v3.18...v3.19) Updates `python-dotenv` 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.2...v1.2.3) --- updated-dependencies: - dependency-name: idna dependency-version: '3.19' dependency-type: direct:production dependency-group: dependencies - dependency-name: python-dotenv dependency-version: 1.2.3 dependency-type: direct:production dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- example/example1/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/example1/requirements.txt b/example/example1/requirements.txt index cc06f65..d448e46 100644 --- a/example/example1/requirements.txt +++ b/example/example1/requirements.txt @@ -2,10 +2,10 @@ aiohttp >= 3.14.3, < 4 aiosignal >= 1.4.0 attrs >= 26.1.0 frozenlist >= 1.8.0 -idna >= 3.18 +idna >= 3.19 multidict >= 6.7.1 openfga-sdk >= 0.10.4 # x-release-please-version python-dateutil >= 2.9.0.post0 urllib3 != 2.0.0.dev, != 2.1.0.dev, != 2.2.0, != 2.2.1, >= 2.7.0, < 3 yarl >= 1.24.5 -python-dotenv >= 1.2.2, < 2 +python-dotenv >= 1.2.3, < 2