mirror of
https://github.com/ansible/awx.git
synced 2026-05-12 03:47:36 -02:30
Update python-tss-sdk dependency (#14207)
Signed-off-by: delinea-sagar <sagar.wani@c.delinea.com>
This commit is contained in:
@@ -1,7 +1,10 @@
|
|||||||
from .plugin import CredentialPlugin
|
from .plugin import CredentialPlugin
|
||||||
from django.utils.translation import gettext_lazy as _
|
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 = {
|
tss_inputs = {
|
||||||
'fields': [
|
'fields': [
|
||||||
|
|||||||
@@ -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)
|
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-daemon>3.0.0
|
||||||
python-dsv-sdk
|
python-dsv-sdk
|
||||||
python-tss-sdk==1.0.0
|
python-tss-sdk==1.2.1
|
||||||
python-ldap
|
python-ldap
|
||||||
pyyaml>=6.0.1
|
pyyaml>=6.0.1
|
||||||
receptorctl==1.3.0
|
receptorctl==1.3.0
|
||||||
|
|||||||
@@ -333,7 +333,7 @@ python-ldap==3.4.3
|
|||||||
# django-auth-ldap
|
# django-auth-ldap
|
||||||
python-string-utils==1.0.0
|
python-string-utils==1.0.0
|
||||||
# via openshift
|
# via openshift
|
||||||
python-tss-sdk==1.0.0
|
python-tss-sdk==1.2.1
|
||||||
# via -r /awx_devel/requirements/requirements.in
|
# via -r /awx_devel/requirements/requirements.in
|
||||||
python3-openid==3.2.0
|
python3-openid==3.2.0
|
||||||
# via social-auth-core
|
# via social-auth-core
|
||||||
|
|||||||
Reference in New Issue
Block a user