Skip to content

Commit 1b91da3

Browse files
Bump urllib3 from 2.5.0 to 2.6.0 in /src/azure-cli
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.5.0 to 2.6.0. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.5.0...2.6.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0cec909 commit 1b91da3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/azure-cli/requirements.py3.Darwin.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ semver==3.0.4
129129
six==1.16.0
130130
sshtunnel==0.1.5
131131
tabulate==0.8.9
132-
urllib3==2.5.0
132+
urllib3==2.6.0
133133
wcwidth==0.1.7
134134
websocket-client==1.3.1
135135
xmltodict==0.12.0

src/azure-cli/requirements.py3.Linux.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ semver==3.0.4
130130
six==1.16.0
131131
sshtunnel==0.1.5
132132
tabulate==0.8.9
133-
urllib3==2.5.0
133+
urllib3==2.6.0
134134
wcwidth==0.1.7
135135
websocket-client==1.3.1
136136
xmltodict==0.12.0

src/azure-cli/requirements.py3.windows.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ semver==3.0.4
131131
six==1.16.0
132132
sshtunnel==0.1.5
133133
tabulate==0.8.9
134-
urllib3==2.5.0
134+
urllib3==2.6.0
135135
wcwidth==0.1.7
136136
websocket-client==1.3.1
137137
xmltodict==0.12.0

0 commit comments

Comments
 (0)