Update python-tss-sdk dependency (#14207)

Signed-off-by: delinea-sagar <sagar.wani@c.delinea.com>
This commit is contained in:
delinea-sagar 2023-08-16 16:07:35 -04:00 committed by GitHub
parent b8ec7c4072
commit c75757bf22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 3 deletions

View File

@ -1,7 +1,10 @@
from .plugin import CredentialPlugin
from django.utils.translation import gettext_lazy as _
from thycotic.secrets.server import DomainPasswordGrantAuthorizer, PasswordGrantAuthorizer, SecretServer, ServerSecret
try:
from delinea.secrets.server import DomainPasswordGrantAuthorizer, PasswordGrantAuthorizer, SecretServer, ServerSecret
except ImportError:
from thycotic.secrets.server import DomainPasswordGrantAuthorizer, PasswordGrantAuthorizer, SecretServer, ServerSecret
tss_inputs = {
'fields': [

View File

@ -42,7 +42,7 @@ pygerduty
pyparsing==2.4.6 # Upgrading to v3 of pyparsing introduce errors on smart host filtering: Expected 'or' term, found 'or' (at char 15), (line:1, col:16)
python-daemon>3.0.0
python-dsv-sdk
python-tss-sdk==1.0.0
python-tss-sdk==1.2.1
python-ldap
pyyaml>=6.0.1
receptorctl==1.3.0

View File

@ -333,7 +333,7 @@ python-ldap==3.4.3
# django-auth-ldap
python-string-utils==1.0.0
# via openshift
python-tss-sdk==1.0.0
python-tss-sdk==1.2.1
# via -r /awx_devel/requirements/requirements.in
python3-openid==3.2.0
# via social-auth-core