Skip to content

Commit 1a59d48

Browse files
fix: upgraded the splunk sdk to 2.1.0 (#150)
1 parent 5fe5203 commit 1a59d48

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

TA_dataset/lib/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ httpcore==0.17.0; python_version <= '3.8'
66
httpx==0.24.0; python_version <= '3.8'
77
requests==2.31.0; python_version <= '3.8'
88
sniffio==1.3.0; python_version <= '3.8'
9-
splunk-sdk==1.7.3; python_version <= '3.8'
9+
splunk-sdk==2.1.0; python_version <= '3.8'
1010
splunktaucclib==6.0.7; python_version <= '3.8'
1111
typing-extensions==4.12.2; python_version <= '3.8'
1212
urllib3==1.26.16; python_version <= '3.8'
13+
packaging==21.3; python_version <= '3.8'

requirements-pack.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ cython<3.0.0; python_version <= '3.8'
55
pip==23.2.1; python_version <= '3.8'
66
pyyaml==6.0.1; python_version <= '3.8'
77
splunk-add-on-ucc-framework==5.47.0; python_version <= '3.8'
8-
splunk-appinspect==2.37.2; python_version <= '3.8'
8+
splunk-appinspect==3.9.1; python_version <= '3.8'
99
wheel==0.41.0; python_version <= '3.8'

0 commit comments

Comments
 (0)