Skip to content

Commit

Permalink
[Snyk] Security upgrade setuptools from 59.6.0 to 65.5.1 (#54)
Browse files Browse the repository at this point in the history
* fix: requirements.txt to reduce vulnerabilities


The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-3180412

* Update requirements.txt

---------

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
mwalkowski and snyk-bot authored Feb 10, 2023
1 parent 65faaaa commit a2c3e7a
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
@@ -1,6 +1,6 @@
django==3.2.17
psycopg2-binary==2.9.3
celery==5.2.3
celery==5.2.7
requests==2.27.1
beautifulsoup4==4.10.0
django_celery_beat==2.2.1
Expand All @@ -17,3 +17,4 @@ bootstrap-admin==0.4.4
netaddr==0.8.0
djangorestframework==3.13.1
tzdata==2021.5
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit a2c3e7a

Please sign in to comment.