Skip to content

Commit 2ea3250

Browse files
committed
- Upgraded recommended versions for aiohttp and PyJWT library to address the security and vulnerability concerns.
1 parent 13b3e16 commit 2ea3250

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

openapi/templates/requirements.mustache

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
aenum==3.1.16
2-
aiohttp==3.13.3
2+
aiohttp==3.13.4
33
blinker==1.9.0
44
jwcrypto==1.5.6
55
pycryptodomex==3.23.0
66
pydantic==2.11.3
77
pydash==8.0.6
8-
PyJWT==2.11.0
8+
PyJWT==2.12.0
99
python-dateutil==2.9.0.post0
1010
PyYAML==6.0.3
1111
requests==2.32.5

openapi/templates/setup.mustache

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ NAME = "okta"
3434
PYTHON_REQUIRES = ">=3.10"
3535
REQUIRES = [
3636
"aenum >= 3.1.16",
37-
"aiohttp >= 3.13.3",
37+
"aiohttp >= 3.13.4",
3838
"blinker >= 1.9.0",
3939
'jwcrypto >= 1.5.6',
4040
"pycryptodomex >= 3.23.0",
4141
"pydantic >= 2.11.3",
4242
"pydash >= 8.0.6",
43-
"PyJWT >= 2.11.0",
43+
"PyJWT >= 2.12.0",
4444
"python-dateutil >= 2.9.0.post0",
4545
"PyYAML >= 6.0.3",
4646
"requests >= 2.32.5",

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
aenum==3.1.16
2-
aiohttp==3.13.3
2+
aiohttp==3.13.4
33
blinker==1.9.0
44
jwcrypto==1.5.6
55
pycryptodomex==3.23.0
66
pydantic==2.11.3
77
pydash==8.0.6
8-
PyJWT==2.11.0
8+
PyJWT==2.12.0
99
python-dateutil==2.9.0.post0
1010
PyYAML==6.0.3
1111
requests==2.32.5

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@
3434
PYTHON_REQUIRES = ">=3.10"
3535
REQUIRES = [
3636
"aenum >= 3.1.16",
37-
"aiohttp >= 3.13.3",
37+
"aiohttp >= 3.13.4",
3838
"blinker >= 1.9.0",
3939
'jwcrypto >= 1.5.6',
4040
"pycryptodomex >= 3.23.0",
4141
"pydantic >= 2.11.3",
4242
"pydash >= 8.0.6",
43-
"PyJWT >= 2.11.0",
43+
"PyJWT >= 2.12.0",
4444
"python-dateutil >= 2.9.0.post0",
4545
"PyYAML >= 6.0.3",
4646
"requests >= 2.32.5",

0 commit comments

Comments
 (0)