We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffec4f2 commit 39875cfCopy full SHA for 39875cf
3 files changed
Pipfile
@@ -5,7 +5,7 @@ name = "pypi"
5
6
[packages]
7
aiohttp = "==3.10.2"
8
-aiobotocore = "==2.5.0"
+aiobotocore = "==2.23.0"
9
aiohttp-cors = "*"
10
aiofiles = "*"
11
azure-storage-blob = "*"
pyproject.toml
@@ -35,7 +35,7 @@ version = "0.9.2"
35
36
dependencies = [
37
"aiohttp == 3.9.4",
38
- "aiobotocore == 2.13.0",
+ "aiobotocore == 2.23.0",
39
"aiohttp_cors",
40
"aiofiles",
41
"azure-storage-blob",
requirements.txt
@@ -1,5 +1,5 @@
1
aiohttp==3.9.4
2
-aiobotocore==2.13.0
+aiobotocore==2.23.0
3
aiohttp_cors
4
aiofiles
azure-storage-blob
0 commit comments