Skip to content

Commit 50fc77f

Browse files
committed
Merge branch 'v2'
2 parents 3f56467 + 3c074de commit 50fc77f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@
4949
'keyring',
5050
'okta==0.0.3.1',
5151
'psutil',
52-
'pycryptodome',
52+
'pycryptodome==3.7.3',
5353
'pyldap==2.4.45',
5454
'PyYAML',
5555
'six',
56-
'umapi-client>=2.11',
56+
'umapi-client>=2.12',
5757
],
5858
extras_require={
5959
':sys_platform=="linux" or sys_platform=="linux2"': [

user_sync/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1919
# SOFTWARE.
2020

21-
__version__ = '2.4.2'
21+
__version__ = '2.4.3'

0 commit comments

Comments
 (0)