Skip to content

Commit 39875cf

Browse files
committed
Update aiobotocore
1 parent ffec4f2 commit 39875cf

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name = "pypi"
55

66
[packages]
77
aiohttp = "==3.10.2"
8-
aiobotocore = "==2.5.0"
8+
aiobotocore = "==2.23.0"
99
aiohttp-cors = "*"
1010
aiofiles = "*"
1111
azure-storage-blob = "*"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ version = "0.9.2"
3535

3636
dependencies = [
3737
"aiohttp == 3.9.4",
38-
"aiobotocore == 2.13.0",
38+
"aiobotocore == 2.23.0",
3939
"aiohttp_cors",
4040
"aiofiles",
4141
"azure-storage-blob",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
aiohttp==3.9.4
2-
aiobotocore==2.13.0
2+
aiobotocore==2.23.0
33
aiohttp_cors
44
aiofiles
55
azure-storage-blob

0 commit comments

Comments
 (0)