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():