Skip to content

Commit 8c0078a

Browse files
[AWS] feat(forwarder): update requirements (#1055)
* [AWS] feat(forwarder): update requirements * [AWS] feat(forwarder): update requirements * [AWS] feat(forwarder): update codeQL
1 parent 3860736 commit 8c0078a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
fail-fast: false
3535
matrix:
36-
language: [ 'go', 'javascript', 'python' ]
36+
language: [ 'javascript', 'python' ]
3737
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
3838
# Learn more about CodeQL language support at https://codeql.github.com/docs/codeql-overview/supported-languages-and-frameworks/
3939

aws/logs_monitoring/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ exceptiongroup
1313
idna==3.7
1414
importlib-metadata
1515
opentelemetry-api
16-
protobuf>=6.31.1
16+
protobuf==6.33.5
1717
requests-futures
1818
requests
19-
setuptools>=80.9.0
19+
setuptools==80.10.2
2020
six
2121
typing-extensions
2222
urllib3>=2.6.3,<3.0

0 commit comments

Comments
 (0)