From 73621c911c23ce13e3a98f6dc9cdf723f016846d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 01:30:26 +0000 Subject: [PATCH] chore(deps): bump the dependencies group Updates the requirements on [attrs](https://github.com/python-attrs/attrs), [frozenlist](https://github.com/aio-libs/frozenlist), [idna](https://github.com/kjd/idna), [multidict](https://github.com/aio-libs/multidict), [urllib3](https://github.com/urllib3/urllib3) and [yarl](https://github.com/aio-libs/yarl) to permit the latest version. Updates `attrs` to 26.1.0 - [Release notes](https://github.com/python-attrs/attrs/releases) - [Changelog](https://github.com/python-attrs/attrs/blob/main/CHANGELOG.md) - [Commits](https://github.com/python-attrs/attrs/compare/25.3.0...26.1.0) Updates `frozenlist` to 1.8.0 - [Release notes](https://github.com/aio-libs/frozenlist/releases) - [Changelog](https://github.com/aio-libs/frozenlist/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/frozenlist/compare/v1.7.0...v1.8.0) Updates `idna` to 3.13 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v3.10...v3.13) Updates `multidict` to 6.7.1 - [Release notes](https://github.com/aio-libs/multidict/releases) - [Changelog](https://github.com/aio-libs/multidict/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/multidict/compare/v6.6.4...v6.7.1) Updates `urllib3` to 2.6.3 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.19...2.6.3) Updates `yarl` to 1.23.0 - [Release notes](https://github.com/aio-libs/yarl/releases) - [Changelog](https://github.com/aio-libs/yarl/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/yarl/compare/v1.20.1...v1.23.0) --- updated-dependencies: - dependency-name: attrs dependency-version: 26.1.0 dependency-type: direct:production dependency-group: dependencies - dependency-name: frozenlist dependency-version: 1.8.0 dependency-type: direct:production dependency-group: dependencies - dependency-name: idna dependency-version: '3.13' dependency-type: direct:production dependency-group: dependencies - dependency-name: multidict dependency-version: 6.7.1 dependency-type: direct:production dependency-group: dependencies - dependency-name: urllib3 dependency-version: 2.6.3 dependency-type: direct:production dependency-group: dependencies - dependency-name: yarl dependency-version: 1.23.0 dependency-type: direct:production dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- example/example1/requirements.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/example/example1/requirements.txt b/example/example1/requirements.txt index fa8c2ee..f5020fe 100644 --- a/example/example1/requirements.txt +++ b/example/example1/requirements.txt @@ -1,11 +1,11 @@ aiohttp >= 3.13.5, < 4 aiosignal >= 1.4.0 -attrs >= 25.3.0 -frozenlist >= 1.7.0 -idna >= 3.10 -multidict >= 6.6.4 +attrs >= 26.1.0 +frozenlist >= 1.8.0 +idna >= 3.13 +multidict >= 6.7.1 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 +urllib3 != 2.0.0.dev, != 2.1.0.dev, != 2.2.0, != 2.2.1, >= 2.6.3, < 3 +yarl >= 1.23.0 python-dotenv >= 1.2.2, < 2