Skip to content

Commit 9d15402

Browse files
committed
fix: requirements.macos.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-10302884 - https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-10305723
1 parent d5f0a23 commit 9d15402

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements.macos.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ certifi==2017.4.17
77
chardet==3.0.4
88
coreapi==2.3.3
99
coreschema==0.0.4
10-
Django==2.2.26
10+
Django==4.2.22
1111
#django-celery-beat==1.1.1
1212
django-celery-beat==2.0.0
1313
django-celery-results==2.0.1
@@ -43,7 +43,7 @@ python-magic==0.4.15
4343
python-magic-bin==0.4.14
4444
python-memcached==1.59
4545
pytz==2019.2
46-
requests==2.25.1
46+
requests==2.32.4
4747
simplejson==3.16.0
4848
singledispatch==3.4.0.3
4949
six==1.10.0

0 commit comments

Comments
 (0)