Skip to content

Commit

Permalink
Fix #2562 security issues in zipp and urllib3
Browse files Browse the repository at this point in the history
  • Loading branch information
fnielsen committed Nov 7, 2024
1 parent 7e1539a commit 7d6825d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ Flask-Bootstrap
lxml>=4.6.5
requests>=2.32.2
werkzeug>=3.0.6
urllib3>=1.25.1
urllib3>=1.26.19
certifi>=2022.12.7
feedparser
Jinja2>=3.1.4
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit 7d6825d

Please sign in to comment.