Skip to content

Commit

Permalink
Merge branch 'main' into snyk-fix-44b4e89e091b7641c379305b9f5b1e55
Browse files Browse the repository at this point in the history
  • Loading branch information
devopstales authored Nov 30, 2023
2 parents 1d83251 + de294be commit b20b012
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions docker/kubedash/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ opentelemetry-instrumentation-sqlalchemy
opentelemetry-instrumentation-flask
ipython>=8.10.0 # not directly required, pinned by Snyk to avoid a vulnerability
setuptools>=65.5.1 # 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 @@ -42,11 +42,12 @@ pytest-order>=1.0.1
pytest-flask>=1.2.0
responses>=0.22.0
pytest-playwright>=0.3.1
selenium>=4.8.2
selenium>=4.15.1

# for git-changelog
GitPython==3.1.36
gitdb2==3.0.1
ipython>=8.10.0 # not directly required, pinned by Snyk to avoid a vulnerability
requests>=2.31.0 # not directly required, pinned by Snyk to avoid a vulnerability
werkzeug>=2.2.3 # not directly required, pinned by Snyk to avoid a vulnerability
gevent>=23.9.0 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit b20b012

Please sign in to comment.