Skip to content

Commit

Permalink
bump docsearch version (#2031)
Browse files Browse the repository at this point in the history
* bump docsearch version

Signed-off-by: Samhita Alla <[email protected]>

* nit

Signed-off-by: Samhita Alla <[email protected]>

* nit

Signed-off-by: Samhita Alla <[email protected]>

* nit

Signed-off-by: Samhita Alla <[email protected]>

* nit

Signed-off-by: Samhita Alla <[email protected]>

* nit

Signed-off-by: Samhita Alla <[email protected]>

* nit

Signed-off-by: Samhita Alla <[email protected]>

* nit

Signed-off-by: Samhita Alla <[email protected]>
  • Loading branch information
samhita-alla authored Jan 7, 2022
1 parent 2e1846d commit aa90e35
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 22 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ update_boilerplate:
@boilerplate/update.sh

.PHONY: kustomize
kustomize:
kustomize:
KUSTOMIZE_VERSION=3.9.2 bash script/generate_kustomize.sh

.PHONY: helm
Expand Down
44 changes: 23 additions & 21 deletions doc-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
#
# This file is autogenerated by pip-compile with python 3.9
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
#
# pip-compile doc-requirements.in
#
alabaster==0.7.12
# via sphinx
astroid==2.7.3
astroid==2.9.2
# via sphinx-autoapi
babel==2.9.1
# via sphinx
beautifulsoup4==4.10.0
# via
# furo
# sphinx-code-include
certifi==2021.5.30
certifi==2021.10.8
# via requests
charset-normalizer==2.0.4
charset-normalizer==2.0.10
# via requests
docutils==0.16
# via
Expand All @@ -25,42 +25,42 @@ docutils==0.16
# sphinx-tabs
furo @ git+git://github.com/flyteorg/furo@main
# via -r doc-requirements.in
idna==3.2
idna==3.3
# via requests
imagesize==1.2.0
imagesize==1.3.0
# via sphinx
jinja2==3.0.1
jinja2==3.0.3
# via
# sphinx
# sphinx-autoapi
lazy-object-proxy==1.6.0
lazy-object-proxy==1.7.1
# via astroid
markupsafe==2.0.1
# via jinja2
packaging==21.0
packaging==21.3
# via sphinx
pygments==2.10.0
pygments==2.11.2
# via
# sphinx
# sphinx-prompt
# sphinx-tabs
pyparsing==2.4.7
pyparsing==3.0.6
# via packaging
pytz==2021.1
pytz==2021.3
# via babel
pyyaml==5.4.1
pyyaml==6.0
# via sphinx-autoapi
requests==2.26.0
requests==2.27.1
# via sphinx
six==1.16.0
# via
# sphinx-code-include
# sphinxext-remoteliteralinclude
snowballstemmer==2.1.0
snowballstemmer==2.2.0
# via sphinx
soupsieve==2.2.1
soupsieve==2.3.1
# via beautifulsoup4
sphinx==4.1.2
sphinx==4.3.2
# via
# -r doc-requirements.in
# furo
Expand All @@ -82,7 +82,7 @@ sphinx-copybutton==0.4.0
# via -r doc-requirements.in
sphinx-fontawesome==0.0.6
# via -r doc-requirements.in
sphinx-issues==1.2.0
sphinx-issues==2.0.0
# via -r doc-requirements.in
sphinx-panels==0.6.0
# via -r doc-requirements.in
Expand All @@ -108,11 +108,13 @@ sphinxcontrib-yt==0.2.2
# via -r doc-requirements.in
sphinxext-remoteliteralinclude==0.3.0
# via -r doc-requirements.in
unidecode==1.3.0
typing-extensions==4.0.1
# via astroid
unidecode==1.3.2
# via sphinx-autoapi
urllib3==1.26.6
urllib3==1.26.7
# via requests
wrapt==1.12.1
wrapt==1.13.3
# via astroid

# The following packages are considered to be unsafe in a requirements file:
Expand Down

0 comments on commit aa90e35

Please sign in to comment.