From 5d55490afd3c5272f11efea4d9639b16047c1ef8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 23:01:43 +0000 Subject: [PATCH] chore(deps): update urllib3 requirement in /example/example1 Updates the requirements on [urllib3](https://github.com/urllib3/urllib3) to permit the latest version. - [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) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 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..dc6cbe1 100644 --- a/example/example1/requirements.txt +++ b/example/example1/requirements.txt @@ -6,6 +6,6 @@ idna >= 3.10 multidict >= 6.6.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 +urllib3 != 2.0.0.dev, != 2.1.0.dev, != 2.2.0, != 2.2.1, >= 2.6.3, < 3 yarl >= 1.20.1 python-dotenv >= 1, <2