Skip to content

Commit

Permalink
fix: requirements.txt to reduce vulnerabilities (#2)
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-JINJA2-8548181
- https://snyk.io/vuln/SNYK-PYTHON-JINJA2-8548987

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
OliverDrechsler and snyk-bot authored Jan 6, 2025
1 parent f29a4ae commit 0bb1029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pyyaml==6.0.2
pytelegrambotapi==4.23.0
Jinja2==3.1.4
Jinja2==3.1.5
pytest==8.3.3
pytest-cov==5.0.0

0 comments on commit 0bb1029

Please sign in to comment.