Skip to content

Commit e716d2d

Browse files
bump dependencies - netunnel upgraded to 1.0.13 and jwthenticator to 1.6.3
- Version 1.0.3
1 parent 2b599cb commit e716d2d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
YURL==1.0.0
2-
netunnel==1.0.12
3-
jwthenticator==1.5.0
2+
netunnel==1.0.13
3+
jwthenticator==1.6.3

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ def read(path):
1212

1313

1414
install_requires = [
15-
'netunnel>=1.0.12',
16-
'jwthenticator>=1.5.0',
15+
'netunnel>=1.0.13',
16+
'jwthenticator>=1.6.3',
1717
'YURL>=1.0.0'
1818
]
1919

2020
setup(
2121
name="netunnel-jwthenticator",
22-
version='1.0.2',
22+
version='1.0.3',
2323
description='JWThenticator plugin for NETunnel',
2424
long_description="\n\n".join((read("README.md"), read("CHANGES.md"))),
2525
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)