Skip to content

Commit 5933d25

Browse files
author
Sebastian Molenda
committed
even more updates
1 parent 525e14a commit 5933d25

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
fastapi>=0.115.11
2-
pubnub>=10.1.0
2+
pubnub>=10.1.0
3+
aiohttp>=3.11.14
4+
urllib3>=1.26.19,<2

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ aiohttp>=3.10.11
1111
cbor2>=5.6
1212
behave>=1.2.6
1313
vcrpy>=6.0.2
14-
urllib3<2
14+
urllib3>=1.26.19,<2
1515
busypie>=0.5.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
'pycryptodomex>=3.3',
3636
'httpx>=0.28',
3737
'h2>=4.1',
38-
'requests>=2.4',
38+
'requests>=2.32',
3939
'aiohttp>3.9.2',
4040
'cbor2>=5.6'
4141
],

0 commit comments

Comments
 (0)