Commit 9e1278b7 authored by Jun Liu's avatar Jun Liu Committed by Sam Wu
Browse files

[Doc][Werror] Fix security alerts and sync with MIOpen (#1085)

* fix Werror unused-parameter

* sync doc requirements

* fix blank space format

* fix dependency issue
parent cf278a6f
...@@ -16,7 +16,11 @@ beautifulsoup4==4.12.3 ...@@ -16,7 +16,11 @@ beautifulsoup4==4.12.3
# via pydata-sphinx-theme # via pydata-sphinx-theme
breathe==4.35.0 breathe==4.35.0
# via rocm-docs-core # via rocm-docs-core
<<<<<<< HEAD
certifi==2024.2.2 certifi==2024.2.2
=======
certifi==2023.7.22
>>>>>>> 3a3b98ef7 ([Doc][Werror] Fix security alerts and sync with MIOpen (#1085))
# via requests # via requests
cffi==1.16.0 cffi==1.16.0
# via # via
...@@ -24,6 +28,7 @@ cffi==1.16.0 ...@@ -24,6 +28,7 @@ cffi==1.16.0
# pynacl # pynacl
charset-normalizer==3.3.2 charset-normalizer==3.3.2
# via requests # via requests
<<<<<<< HEAD
click==8.1.7 click==8.1.7
# via # via
# click-log # click-log
...@@ -32,6 +37,11 @@ click==8.1.7 ...@@ -32,6 +37,11 @@ click==8.1.7
click-log==0.4.0 click-log==0.4.0
# via doxysphinx # via doxysphinx
cryptography==42.0.5 cryptography==42.0.5
=======
click==8.1.3
# via sphinx-external-toc
cryptography==41.0.6
>>>>>>> 3a3b98ef7 ([Doc][Werror] Fix security alerts and sync with MIOpen (#1085))
# via pyjwt # via pyjwt
deprecated==1.2.14 deprecated==1.2.14
# via pygithub # via pygithub
...@@ -49,7 +59,11 @@ fastjsonschema==2.19.1 ...@@ -49,7 +59,11 @@ fastjsonschema==2.19.1
# via rocm-docs-core # via rocm-docs-core
gitdb==4.0.11 gitdb==4.0.11
# via gitpython # via gitpython
<<<<<<< HEAD
gitpython==3.1.42 gitpython==3.1.42
=======
gitpython==3.1.37
>>>>>>> 3a3b98ef7 ([Doc][Werror] Fix security alerts and sync with MIOpen (#1085))
# via rocm-docs-core # via rocm-docs-core
idna==3.6 idna==3.6
# via requests # via requests
...@@ -105,9 +119,15 @@ pydata-sphinx-theme==0.14.4 ...@@ -105,9 +119,15 @@ pydata-sphinx-theme==0.14.4
# via # via
# rocm-docs-core # rocm-docs-core
# sphinx-book-theme # sphinx-book-theme
<<<<<<< HEAD
pygithub==2.2.0 pygithub==2.2.0
# via rocm-docs-core # via rocm-docs-core
pygments==2.17.2 pygments==2.17.2
=======
pygithub==1.58.1
# via rocm-docs-core
pygments==2.15.0
>>>>>>> 3a3b98ef7 ([Doc][Werror] Fix security alerts and sync with MIOpen (#1085))
# via # via
# accessible-pygments # accessible-pygments
# mpire # mpire
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment