Skip to content

Commit

Permalink
Merge pull request #5 from PlaytikaOSS/fix-sca-findings
Browse files Browse the repository at this point in the history
Update requests and certifi to fix security vulnerabilities
  • Loading branch information
rotemplay authored Nov 21, 2024
2 parents da7c1a7 + 44559be commit 2e8d264
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
requests==2.25.1
requests==2.32.3
pyOpenSSL==22.0.0

# Security Pinned
certifi==2024.8.30 # not directly required, pinned by Snyk to avoid a vulnerability
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

__version__ = '0.9.1'
__version__ = '0.9.2'

with open('requirements.txt') as f:
requirements = f.read().splitlines()
Expand Down

0 comments on commit 2e8d264

Please sign in to comment.