Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1 +1 @@
requests==2.31.0
requests==2.33.0
2 changes: 1 addition & 1 deletion Solutions/CiscoUmbrella/Data Connectors/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ msrest==0.6.21
oauthlib==3.2.2
pycparser==2.21
python-dateutil==2.8.2
requests==2.32.4
requests==2.33.0
requests-oauthlib==1.3.1
s3transfer>=0.6.0,<0.7.0
six==1.16.0
Expand Down
2 changes: 1 addition & 1 deletion Solutions/Cloudflare/Data Connectors/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
azure-storage-blob==12.13.0
aiohttp==3.13.4
aiohttp==3.14.0
azure-functions==1.6.0
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-cloud-monitoring==2.2.1
azure-functions==1.6.0
aiohttp==3.13.4
aiohttp==3.14.0
azure-storage-file-share==12.5.0
2 changes: 1 addition & 1 deletion Solutions/Open Systems/DataConnectors/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
azure-storage-blob==12.13.0
aiohttp==3.13.4
aiohttp==3.14.0
azure-functions==1.6.0
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
azure-functions
aiohttp==3.13.4
aiohttp==3.14.0
azure-storage-file-share==12.4.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# The Python Worker is managed by Azure Functions platform
# Manually managing azure-functions-worker may cause unexpected issues

aiohttp==3.13.4
aiohttp==3.14.0
azure-functions==1.20.0
azure-storage-file-share==12.21.0
python-dateutil==2.9.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# The Python Worker is managed by the Azure Functions platform
# Manually managing azure-functions-worker may cause unexpected issues

requests ==2.33.0
requests ==2.34.2
azure-functions == 1.19.0
responses == 0.25.0
pytest == 9.0.3
4 changes: 2 additions & 2 deletions Solutions/ZeroFox/Data Connectors/CTI/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# The Python Worker is managed by the Azure Functions platform
# Manually managing azure-functions-worker may cause unexpected issues

requests==2.33.0
requests==2.34.2
azure-functions==1.19.0
responses==0.25.0
pytest==9.0.3
aiohttp==3.13.4
aiohttp==3.14.0
python-dateutil==2.9.0.post0
Loading