Skip to content

Commit

Permalink
bumps dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
GHadari committed Jul 23, 2024
1 parent 3d7228d commit 2b599cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
YURL==1.0.0
netunnel==1.0.2
jwthenticator==1.0.1
netunnel==1.0.12
jwthenticator==1.5.0
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ def read(path):


install_requires = [
'netunnel>=1.0.2',
'jwthenticator>=1.0.0',
'netunnel>=1.0.12',
'jwthenticator>=1.5.0',
'YURL>=1.0.0'
]

setup(
name="netunnel-jwthenticator",
version='1.0.1',
version='1.0.2',
description='JWThenticator plugin for NETunnel',
long_description="\n\n".join((read("README.md"), read("CHANGES.md"))),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 2b599cb

Please sign in to comment.