Skip to content

Commit

Permalink
Merge pull request #57 from okta/update_deps_jan_2024
Browse files Browse the repository at this point in the history
Updates package deps
  • Loading branch information
bretterer authored Feb 22, 2024
2 parents 474fa9d + 194f5cc commit 417683c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
python-version: ['3.8', '3.9', '3.10']

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion okta_jwt_verifier/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Allow to verify JWT locally
"""
__version__ = '0.2.4'
__version__ = '0.2.5'

from .jwt_verifier import BaseJWTVerifier, JWTVerifier, AccessTokenVerifier, IDTokenVerifier # noqa
from .jwt_utils import JWTUtils # noqa
7 changes: 5 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
requests
requests>=2.31.0
python-jose>=3.2.0
acachecontrol>=0.2.1
acachecontrol>=0.3.5
retry2
aiohttp>=3.9.2
certifi>=2023.7.22
urllib3>=1.26.18

0 comments on commit 417683c

Please sign in to comment.