Skip to content

Commit 9202bde

Browse files
Bump azure-mgmt-network from 29.0.0 to 30.0.0
Bumps [azure-mgmt-network](https://github.com/Azure/azure-sdk-for-python) from 29.0.0 to 30.0.0. - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md) - [Commits](Azure/azure-sdk-for-python@azure-mgmt-network_29.0.0...azure-mgmt-network_30.0.0) --- updated-dependencies: - dependency-name: azure-mgmt-network dependency-version: 30.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2f657b7 commit 9202bde

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

requirements.txt

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,14 @@ attrs==25.3.0
2121
# via
2222
# jsonschema
2323
# referencing
24-
azure-common==1.1.28
25-
# via azure-mgmt-network
2624
azure-core==1.35.0
2725
# via
2826
# azure-identity
2927
# azure-kusto-data
3028
# azure-mgmt-core
3129
# azure-storage-blob
3230
# azure-storage-queue
31+
# msrest
3332
azure-identity==1.24.0
3433
# via
3534
# -r requirements.in
@@ -42,7 +41,7 @@ azure-kusto-ingest==5.0.5
4241
# via -r requirements.in
4342
azure-mgmt-core==1.6.0
4443
# via azure-mgmt-network
45-
azure-mgmt-network==29.0.0
44+
azure-mgmt-network==30.0.0
4645
# via -r requirements.in
4746
azure-storage-blob==12.23.0
4847
# via
@@ -59,7 +58,9 @@ black==25.1.0
5958
bracex==2.6
6059
# via wcmatch
6160
certifi==2025.8.3
62-
# via requests
61+
# via
62+
# msrest
63+
# requests
6364
cffi==2.0.0
6465
# via cryptography
6566
charset-normalizer==3.4.3
@@ -96,9 +97,9 @@ iniconfig==2.1.0
9697
# via pytest
9798
isodate==0.7.2
9899
# via
99-
# azure-mgmt-network
100100
# azure-storage-blob
101101
# azure-storage-queue
102+
# msrest
102103
isort==6.0.1
103104
# via pylint
104105
jinja2==3.1.6
@@ -130,12 +131,16 @@ msal==1.33.0
130131
# msal-extensions
131132
msal-extensions==1.3.1
132133
# via azure-identity
134+
msrest==0.7.1
135+
# via azure-mgmt-network
133136
mypy-extensions==1.1.0
134137
# via black
135138
numpy==2.2.6
136139
# via
137140
# -r requirements.in
138141
# pandas
142+
oauthlib==3.3.1
143+
# via requests-oauthlib
139144
packaging==25.0
140145
# via
141146
# ansible-compat
@@ -211,6 +216,10 @@ requests==2.32.5
211216
# azure-core
212217
# azure-kusto-data
213218
# msal
219+
# msrest
220+
# requests-oauthlib
221+
requests-oauthlib==2.0.0
222+
# via msrest
214223
resolvelib==1.0.1
215224
# via ansible-core
216225
rich==14.1.0

0 commit comments

Comments
 (0)