Skip to content

Commit

Permalink
fix(build): security
Browse files Browse the repository at this point in the history
  • Loading branch information
devopstales committed Feb 25, 2024
1 parent 952f244 commit 6a5964c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docker/kubedash/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ opentelemetry-instrumentation-flask==0.44b0
gunicorn==21.2.0
certifi==2023.7.22
setuptools==67.8.0
ipython==8.14.0 # not directly required, pinned by Snyk to avoid a vulnerability
pyOpenSSL==24.0.0
cryptography==42.0.4
ipython==8.14.0 # not directly required, pinned by Snyk to avoid a vulnerability
gevent>=23.9.0 # not directly required, pinned by Snyk to avoid a vulnerability
3 changes: 2 additions & 1 deletion src/kubedash/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,10 @@ opentelemetry-instrumentation-flask==0.44b0
gunicorn==21.2.0
certifi==2023.7.22
setuptools==67.8.0
ipython==8.14.0 # not directly required, pinned by Snyk to avoid a vulnerability
pyOpenSSL==24.0.0
cryptography==42.0.4
ipython==8.14.0 # not directly required, pinned by Snyk to avoid a vulnerability
gevent>=23.9.0 # not directly required, pinned by Snyk to avoid a vulnerability

# test
pytest>=7.2.1
Expand Down

0 comments on commit 6a5964c

Please sign in to comment.