Skip to content

Commit

Permalink
{ServiceConnector-passwordless}: update dependencies (#8130)
Browse files Browse the repository at this point in the history
* update dependencies

* version 3.1.2
  • Loading branch information
xfz11 authored Oct 15, 2024
1 parent 854cacc commit 4c6fa3f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions src/serviceconnector-passwordless/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Release History
===============
3.1.2
++++++
* Update dependencies

3.1.1
++++++
* Fix issue
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
# --------------------------------------------------------------------------------------------


VERSION = '3.1.1'
VERSION = '3.1.2'
NAME = 'serviceconnector-passwordless'
8 changes: 4 additions & 4 deletions src/serviceconnector-passwordless/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
logger.warn("Wheel is not available, disabling bdist_wheel hook")


VERSION = '3.1.1'
VERSION = '3.1.2'
try:
from azext_serviceconnector_passwordless.config import VERSION
except ImportError:
Expand All @@ -37,9 +37,9 @@
# TODO: Add any additional SDK dependencies here
DEPENDENCIES = [
'azure-core',
'PyMySQL==1.0.2',
'pyodbc==4.0.35',
'psycopg2-binary==2.9.5',
'PyMySQL==1.1.1',
'pyodbc==5.1.0',
'psycopg2-binary==2.9.9',
'azure-mgmt-servicelinker==1.2.0b2'
]

Expand Down

0 comments on commit 4c6fa3f

Please sign in to comment.