From 406ae48714faee8e4961f8cf926c0baf5976fb54 Mon Sep 17 00:00:00 2001 From: BinoyOza-okta Date: Wed, 22 Apr 2026 10:34:50 +0530 Subject: [PATCH] fix: upgrade dependencies to resolve Dependabot security alerts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bump runtime to their latest secure versions. Runtime dependency updates: - aenum: 3.1.16 → 3.1.17 - aiohttp: 3.13.4 → 3.13.5 - jwcrypto: 1.5.6 → 1.5.7 - PyJWT: 2.12.0 → 2.12.1 - xmltodict: 1.0.2 → 1.0.4 --- openapi/templates/requirements.mustache | 10 +++++----- openapi/templates/setup.mustache | 10 +++++----- requirements.txt | 10 +++++----- setup.py | 10 +++++----- 4 files changed, 20 insertions(+), 20 deletions(-) diff --git a/openapi/templates/requirements.mustache b/openapi/templates/requirements.mustache index f3597bd4..9c0184e4 100644 --- a/openapi/templates/requirements.mustache +++ b/openapi/templates/requirements.mustache @@ -1,15 +1,15 @@ -aenum==3.1.16 -aiohttp==3.13.4 +aenum==3.1.17 +aiohttp==3.13.5 blinker==1.9.0 -jwcrypto==1.5.6 +jwcrypto==1.5.7 pycryptodomex==3.23.0 pydantic==2.11.3 pydash==8.0.6 -PyJWT==2.12.0 +PyJWT==2.12.1 python-dateutil==2.9.0.post0 PyYAML==6.0.3 requests==2.33.0 -xmltodict==1.0.2 +xmltodict==1.0.4 # Development & Testing Tools flake8==7.3.0 diff --git a/openapi/templates/setup.mustache b/openapi/templates/setup.mustache index bfcf1272..850e0ea1 100644 --- a/openapi/templates/setup.mustache +++ b/openapi/templates/setup.mustache @@ -33,18 +33,18 @@ from setuptools import setup, find_packages # noqa: H301 NAME = "okta" PYTHON_REQUIRES = ">=3.10" REQUIRES = [ - "aenum >= 3.1.16", - "aiohttp >= 3.13.4", + "aenum >= 3.1.17", + "aiohttp >= 3.13.5", "blinker >= 1.9.0", - 'jwcrypto >= 1.5.6', + 'jwcrypto >= 1.5.7', "pycryptodomex >= 3.23.0", "pydantic >= 2.11.3", "pydash >= 8.0.6", - "PyJWT >= 2.12.0", + "PyJWT >= 2.12.1", "python-dateutil >= 2.9.0.post0", "PyYAML >= 6.0.3", "requests >= 2.33.0", - "xmltodict >= 1.0.2", + "xmltodict >= 1.0.4", ] def get_version(): diff --git a/requirements.txt b/requirements.txt index f3597bd4..9c0184e4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,15 +1,15 @@ -aenum==3.1.16 -aiohttp==3.13.4 +aenum==3.1.17 +aiohttp==3.13.5 blinker==1.9.0 -jwcrypto==1.5.6 +jwcrypto==1.5.7 pycryptodomex==3.23.0 pydantic==2.11.3 pydash==8.0.6 -PyJWT==2.12.0 +PyJWT==2.12.1 python-dateutil==2.9.0.post0 PyYAML==6.0.3 requests==2.33.0 -xmltodict==1.0.2 +xmltodict==1.0.4 # Development & Testing Tools flake8==7.3.0 diff --git a/setup.py b/setup.py index bfcf1272..850e0ea1 100644 --- a/setup.py +++ b/setup.py @@ -33,18 +33,18 @@ NAME = "okta" PYTHON_REQUIRES = ">=3.10" REQUIRES = [ - "aenum >= 3.1.16", - "aiohttp >= 3.13.4", + "aenum >= 3.1.17", + "aiohttp >= 3.13.5", "blinker >= 1.9.0", - 'jwcrypto >= 1.5.6', + 'jwcrypto >= 1.5.7', "pycryptodomex >= 3.23.0", "pydantic >= 2.11.3", "pydash >= 8.0.6", - "PyJWT >= 2.12.0", + "PyJWT >= 2.12.1", "python-dateutil >= 2.9.0.post0", "PyYAML >= 6.0.3", "requests >= 2.33.0", - "xmltodict >= 1.0.2", + "xmltodict >= 1.0.4", ] def get_version():