diff --git a/example/example1/requirements.txt b/example/example1/requirements.txt index a1e85a1..e4d6a13 100644 --- a/example/example1/requirements.txt +++ b/example/example1/requirements.txt @@ -1,11 +1,11 @@ -aiohttp >= 3.13.5, < 4 +aiohttp >= 3.14.0, < 4 aiosignal >= 1.4.0 attrs >= 26.1.0 frozenlist >= 1.8.0 -idna >= 3.13 +idna >= 3.18 multidict >= 6.7.1 openfga-sdk >= 0.10.3 # x-release-please-version python-dateutil >= 2.9.0.post0 -urllib3 != 2.0.0.dev, != 2.1.0.dev, != 2.2.0, != 2.2.1, >= 2.6.3, < 3 -yarl >= 1.23.0 +urllib3 != 2.0.0.dev, != 2.1.0.dev, != 2.2.0, != 2.2.1, >= 2.7.0, < 3 +yarl >= 1.24.2 python-dotenv >= 1.2.2, < 2