Bump aiohttp (#2164)
This commit is contained in:
Родитель
693acf0f18
Коммит
31dd5693bc
|
@ -1,4 +1,4 @@
|
|||
aiohttp==3.10.2
|
||||
aiohttp==3.10.5
|
||||
pyslack
|
||||
botbuilder-core==4.17.0
|
||||
slackclient
|
||||
|
|
|
@ -8,7 +8,7 @@ REQUIRES = [
|
|||
"azure-cognitiveservices-language-luis==0.2.0",
|
||||
"botbuilder-schema==4.17.0",
|
||||
"botbuilder-core==4.17.0",
|
||||
"aiohttp==3.10.2",
|
||||
"aiohttp==3.10.5",
|
||||
]
|
||||
|
||||
TESTS_REQUIRES = ["aiounittest>=1.1.0"]
|
||||
|
|
|
@ -10,7 +10,7 @@ REQUIRES = [
|
|||
"botframework-connector==4.17.0",
|
||||
"botbuilder-core==4.17.0",
|
||||
"yarl>=1.8.1",
|
||||
"aiohttp==3.10.2",
|
||||
"aiohttp==3.10.5",
|
||||
]
|
||||
|
||||
root = os.path.abspath(os.path.dirname(__file__))
|
||||
|
|
|
@ -6,7 +6,7 @@ from setuptools import setup
|
|||
|
||||
REQUIRES = [
|
||||
"applicationinsights>=0.11.9",
|
||||
"aiohttp==3.10.2",
|
||||
"aiohttp==3.10.5",
|
||||
"botbuilder-schema==4.17.0",
|
||||
"botframework-connector==4.17.0",
|
||||
"botbuilder-core==4.17.0",
|
||||
|
|
Загрузка…
Ссылка в новой задаче