Skip to content

Commit 1b0ac3e

Browse files
authored
chore(deps): update dependencies (#210)
chore: update dependencies
1 parent 04a1f96 commit 1b0ac3e

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

example/example1/requirements.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
aiohttp >= 3.9.2
2-
aiosignal >= 1.3.1
3-
attrs >= 23.1.0
4-
frozenlist >= 1.4.1
5-
idna >= 3.6
6-
multidict >= 6.0.4
1+
aiohttp >= 3.12.15, < 4
2+
aiosignal >= 1.4.0
3+
attrs >= 25.3.0
4+
frozenlist >= 1.7.0
5+
idna >= 3.10
6+
multidict >= 6.6.4
77
openfga-sdk >= 0.9.5
8-
python-dateutil >= 2.8.2
9-
urllib3 >= 2.1.0
10-
yarl >= 1.9.4
8+
python-dateutil >= 2.9.0.post0
9+
urllib3 >= 1.26.19, != 2.0.*, != 2.1.*, != 2.2.0, != 2.2.1, < 3
10+
yarl >= 1.20.1
1111
python-dotenv >= 1, <2

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
aiohttp >= 3.9.3, < 4
1+
aiohttp >= 3.12.15, < 4
22
python-dateutil >= 2.9.0, < 3
3-
setuptools >= 69.1.1
3+
setuptools >= 78.1.1
44
build >= 1.2.1, < 2
5-
urllib3 >= 1.26.19, < 3
5+
urllib3 >= 1.26.19, != 2.0.*, != 2.1.*, != 2.2.0, != 2.2.1, < 3
66
opentelemetry-api >= 1.25.0, < 2

0 commit comments

Comments
 (0)