Skip to content
This repository was archived by the owner on Jun 11, 2026. It is now read-only.

Commit aba0532

Browse files
Update urllib3 requirement from >=1.15 to >=2.6.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](urllib3/urllib3@1.15...2.6.3) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cd9e9f0 commit aba0532

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎pyproject.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ama = [
2626
"azure-mgmt-resource",
2727
"azure-storage-blob",
2828
"azure-identity>=1.2.0",
29-
"urllib3>=1.15",
29+
"urllib3>=2.6.3",
3030
"six>=1.10",
3131
"certifi",
3232
"python-dateutil",

0 commit comments

Comments
 (0)