Skip to content

Commit

Permalink
Fix linting and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sodle-splunk committed Dec 4, 2023
1 parent 64767b5 commit f4b3ea1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions release_notes/unreleased.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
**Unreleased**
* Use the Vault API to create temporary files, instead of manual filesystem access [PAPP-32449]
* Update `min_phantom_version` to 6.1.1
* Remove `requests` dependency, instead using the one built into the platform
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
beautifulsoup4==4.9.1
ntlm_auth==1.5.0
pywinrm==0.4.1
requests==2.25.0
requests_ntlm==1.1.0
six==1.15.0
xmltodict==0.12.0
2 changes: 1 addition & 1 deletion winrm_connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@
import phantom.rules as phantom_rules
import requests
import six
import winrm
from bs4 import UnicodeDammit
from phantom.action_result import ActionResult
from phantom.base_connector import BaseConnector

# Local imports
import parse_callbacks as pc
import winrm
import winrm_consts as consts


Expand Down

0 comments on commit f4b3ea1

Please sign in to comment.