Skip to content

Commit efc40dd

Browse files
chore(deps): bump aiohttp from 3.8.6 to 3.10.11
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.6 to 3.10.11. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](aio-libs/aiohttp@v3.8.6...v3.10.11) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0fd07b8 commit efc40dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
packages=["vt"],
3838
python_requires=">=3.7.0",
3939
install_requires=[
40-
"aiohttp==3.8.6 ; python_version=='3.7'",
40+
"aiohttp==3.10.11 ; python_version=='3.7'",
4141
"aiohttp ; python_version>'3.7'"
4242
],
4343
setup_requires=["pytest-runner"],

0 commit comments

Comments
 (0)