Skip to content

Commit

Permalink
chore(deps): bump aiohttp from 3.8.6 to 3.9.4
Browse files Browse the repository at this point in the history
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.6 to 3.9.4.
- [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.9.4)

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 18, 2024
1 parent 7cef0b6 commit a54c499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
url="https://github.com/VirusTotal/vt-py",
packages=["vt"],
python_requires=">=3.7.0",
install_requires=["aiohttp==3.8.6"],
install_requires=["aiohttp==3.9.4"],
setup_requires=["pytest-runner"],
extras_require={"test": ["pytest", "pytest_httpserver", "pytest_asyncio"]},
classifiers=[
Expand Down

0 comments on commit a54c499

Please sign in to comment.