From 1fd8cc62b7d45cb9cab6db17c7bd962f1a9de2eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 May 2023 03:58:22 +0000 Subject: [PATCH] Update urllib3 requirement from <2 to <3 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/0.3...2.0.2) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c835e4bb..979f0528 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ packaging rdflib requests CacheControl < 0.13 -urllib3 < 2 # until CacheControl has a fixed release +urllib3 < 3 # until CacheControl has a fixed release schema-salad >= 8.3.20220825114525, < 9 ruamel.yaml >= 0.17.6, < 0.17.27;python_version>='3.7' ruamel.yaml >= 0.16.12, < 0.17.27