Skip to content

Commit

Permalink
chore(deps): update doc packages (#2430)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 4, 2023
1 parent cfbb628 commit 1143b38
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.2.0
6.2.1
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "bazel_skylib",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.4.1/bazel-skylib-1.4.1.tar.gz",
"https://github.com/bazelbuild/bazel-skylib/releases/download/1.4.1/bazel-skylib-1.4.1.tar.gz",
"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.4.2/bazel-skylib-1.4.2.tar.gz",
"https://github.com/bazelbuild/bazel-skylib/releases/download/1.4.2/bazel-skylib-1.4.2.tar.gz",
],
sha256 = "b8a1527901774180afc798aeb28c4634bdccf19c4d98e7bdd1ce79d1fe9aaad7",
sha256 = "66ffd9315665bfaafc96b52278f57c7e2dd09f5ede279ea6d39b2be471e7e3aa",
)

load("@onedal//dev/bazel/config:config.bzl", "declare_onedal_config")
Expand Down
12 changes: 6 additions & 6 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ colorama==0.4.6
docutils~=0.18.0
idna==3.4
imagesize==1.4.1
importlib-metadata==6.6.0
importlib-metadata==6.7.0
importlib-resources==5.12.0
Jinja2==3.1.2
lxml==4.9.2
MarkupSafe==2.1.2
MarkupSafe==2.1.3
packaging==23.1
pydata-sphinx-theme==0.13.3
Pygments==2.15.1
pyparsing==3.0.9
pyparsing==3.1.0
pytz==2023.3
PyYAML==6.0
requests==2.31.0
Expand All @@ -26,7 +26,7 @@ soupsieve==2.4.1
Sphinx==6.2.1
sphinx-book-theme==1.0.1
sphinx-notfound-page==0.8.3
sphinx-prompt==1.6.0
sphinx-prompt==1.7.0
Sphinx-Substitution-Extensions==2022.2.16
sphinx-tabs==3.4.1
sphinxcontrib-applehelp==1.0.4
Expand All @@ -35,6 +35,6 @@ sphinxcontrib-htmlhelp==2.0.1
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
typing-extensions==4.5.0
urllib3==2.0.2
typing-extensions==4.7.1
urllib3==2.0.3
zipp==3.15.0

0 comments on commit 1143b38

Please sign in to comment.