diff --git a/openapi/templates/requirements.mustache b/openapi/templates/requirements.mustache index 9906b789..55f7ac83 100644 --- a/openapi/templates/requirements.mustache +++ b/openapi/templates/requirements.mustache @@ -1,7 +1,7 @@ aenum==3.1.11 aiohttp==3.12.14 blinker==1.9.0 -flatdict==4.0.1 +flatdict==4.1.0 jwcrypto==1.5.6 pycryptodomex==3.23.0 pydantic==2.11.3 diff --git a/openapi/templates/setup.mustache b/openapi/templates/setup.mustache index 83f10232..8a2ca9b1 100644 --- a/openapi/templates/setup.mustache +++ b/openapi/templates/setup.mustache @@ -36,8 +36,8 @@ REQUIRES = [ "aenum >= 3.1.11", "aiohttp >= 3.12.14", "blinker >= 1.9.0", - "flatdict >= 4.0.1", - 'jwcrypto >= 1.5.6', + "flatdict >= 4.1.0", + "jwcrypto >= 1.5.6", "pycryptodomex >= 3.23.0", "pydantic >= 2.11.3", "pydash >= 8.0.5", diff --git a/requirements.txt b/requirements.txt index 9906b789..55f7ac83 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ aenum==3.1.11 aiohttp==3.12.14 blinker==1.9.0 -flatdict==4.0.1 +flatdict==4.1.0 jwcrypto==1.5.6 pycryptodomex==3.23.0 pydantic==2.11.3 diff --git a/setup.py b/setup.py index 83f10232..8a2ca9b1 100644 --- a/setup.py +++ b/setup.py @@ -36,8 +36,8 @@ "aenum >= 3.1.11", "aiohttp >= 3.12.14", "blinker >= 1.9.0", - "flatdict >= 4.0.1", - 'jwcrypto >= 1.5.6', + "flatdict >= 4.1.0", + "jwcrypto >= 1.5.6", "pycryptodomex >= 3.23.0", "pydantic >= 2.11.3", "pydash >= 8.0.5",