Skip to content

Commit b0e5aaf

Browse files
[MAPPS-4078] Fixed upgrade readiness python3 issues (#147)
* fix: Python upgrade readiness cahnges * fix: Python upgrade readiness changes * Fix code scanning alert no. 2: Clear-text logging of sensitive information Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> * fix: lint fix --------- Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 0586aac commit b0e5aaf

File tree

5 files changed

+4906
-1
lines changed

5 files changed

+4906
-1
lines changed

TA_dataset/lib/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ requests==2.31.0; python_version <= '3.8'
88
sniffio==1.3.0; python_version <= '3.8'
99
splunk-sdk==1.7.3; python_version <= '3.8'
1010
splunktaucclib==6.0.7; python_version <= '3.8'
11-
typing-extensions==4.7.1; python_version <= '3.8'
11+
typing-extensions==4.12.2; python_version <= '3.8'
1212
urllib3==1.26.16; python_version <= '3.8'

0 commit comments

Comments
 (0)