File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ azure-functions-durable==1.2.9
44azure-mgmt-resource==23.0.1
55azure-monitor-opentelemetry==1.3.0
66azure-monitor-query==1.2.1
7- aiohttp==3.10.11
7+ aiohttp==3.12.14
88deprecated==1.2.18 # Added VULN-620
99opentelemetry-api==1.25.0 # Added VULN-620
1010viztracer==0.17.1 # Added VULN-620
Original file line number Diff line number Diff line change 44#
55# pip-compile --strip-extras requirements-azure.in
66#
7- aiohappyeyeballs==2.4.3
7+ aiohappyeyeballs==2.6.1
88 # via aiohttp
9- aiohttp==3.10.11
9+ aiohttp==3.12.14
1010 # via
1111 # -r requirements-azure.in
1212 # azure-functions-durable
13- aiosignal==1.3.1
13+ aiosignal==1.4.0
1414 # via aiohttp
1515asgiref==3.8.1
1616 # via opentelemetry-instrumentation-asgi
@@ -185,6 +185,10 @@ packaging==24.1
185185 # via
186186 # -c requirements.txt
187187 # opentelemetry-instrumentation-flask
188+ propcache==0.4.1
189+ # via
190+ # aiohttp
191+ # yarl
188192psutil==5.9.8
189193 # via azure-monitor-opentelemetry-exporter
190194python-dateutil==2.9.0.post0
@@ -211,6 +215,7 @@ six==1.16.0
211215typing-extensions==4.12.2
212216 # via
213217 # -c requirements.txt
218+ # aiosignal
214219 # azure-core
215220 # azure-monitor-query
216221 # opentelemetry-sdk
@@ -227,7 +232,7 @@ wrapt==1.17.2
227232 # opentelemetry-instrumentation
228233 # opentelemetry-instrumentation-dbapi
229234 # opentelemetry-instrumentation-urllib3
230- yarl==1.12 .0
235+ yarl==1.22 .0
231236 # via aiohttp
232237zipp==3.23.0
233238 # via
Original file line number Diff line number Diff line change @@ -106,9 +106,9 @@ urllib3==2.5.0
106106 # -c requirements.txt
107107 # requests
108108 # responses
109- virtualenv == 20.26.3
109+ virtualenv == 20.26.6
110110 # via pre-commit
111- werkzeug == 3.1.0
111+ werkzeug == 3.1.4
112112 # via
113113 # -c requirements.txt
114114 # flask
Original file line number Diff line number Diff line change @@ -50,4 +50,4 @@ oscrypto @ git+https://github.com/wbond/oscrypto@master
5050# Note this is a beta version of impyla that is needed in order to support HTTPS connections on python 3.12.
5151# It should be updated to stable version 0.20.0 once that is released.
5252impyla==0.20a1
53- werkzeug==3.1.0
53+ werkzeug==3.1.4
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ botocore==1.34.152
3838 # via
3939 # boto3
4040 # s3transfer
41- brotli == 1.1 .0
41+ brotli == 1.2 .0
4242 # via flask-compress
4343cachetools == 5.3.3
4444 # via google-auth
@@ -387,7 +387,7 @@ urllib3==2.5.0
387387 # requests
388388 # salesforce-cdp-connector
389389 # tableauserverclient
390- werkzeug == 3.1.0
390+ werkzeug == 3.1.4
391391 # via
392392 # -r requirements.in
393393 # flask
You can’t perform that action at this time.
0 commit comments