Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Security upgrade aiohttp from 3.6.2 to 3.8.0 #40

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-AIOHTTP-1079232
- https://snyk.io/vuln/SNYK-PYTHON-AIOHTTP-1584144
  • Loading branch information
snyk-bot committed Jun 17, 2022
commit 04629999a675640bfbc1931f1f976fb6f6f062bf
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aiohttp==3.6.2
aiohttp==3.8.0
aiosqlite==0.10.0
async-timeout==3.0.1
attrs==19.3.0
Expand Down