Skip to content

Commit

Permalink
Merge branch 'dev' into rasswanth/remove-unused-code
Browse files Browse the repository at this point in the history
  • Loading branch information
rasswanth-s committed May 22, 2024
2 parents 46c7c62 + 90dbc56 commit 80e450e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jinja2>=3.1.3 # not directly required, pinned by Snyk to avoid a vulnerability
markupsafe==2.0.1
pydata-sphinx-theme==0.7.2
pygments>=2.15.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
requests>=2.32.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
sphinx==4.3.0
sphinx-autoapi==1.8.4
Expand Down
2 changes: 1 addition & 1 deletion packages/syftcli/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
__version__ = "0.1.11"

packages = [
"requests==2.31.0",
"requests==2.32.0",
"pyyaml==6.0.1",
"packaging==21.3",
"typer[all]==0.9.0",
Expand Down

0 comments on commit 80e450e

Please sign in to comment.