This is an automated email from the ASF dual-hosted git repository.

tison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 9ec05906984 poetry lock
9ec05906984 is described below

commit 9ec059069845f165d598aff5b29d09970992d0cb
Author: tison <[email protected]>
AuthorDate: Thu Dec 29 11:09:58 2022 +0800

    poetry lock
    
    Signed-off-by: tison <[email protected]>
---
 tools/pytools/README.md   | 2 +-
 tools/pytools/poetry.lock | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/tools/pytools/README.md b/tools/pytools/README.md
index 5cd92e90088..e3acfae732e 100644
--- a/tools/pytools/README.md
+++ b/tools/pytools/README.md
@@ -84,7 +84,7 @@ poetry run bin/java-apidoc-generator.py <VERSION>
 
 ### [site-updater](bin/site-updater.py)
 
-This executable synchronizes site content from the main repo:
+This executable synchronizes references built from the main repo:
 
 ```bash
 poetry run bin/site-updater.py --master-path=<PATH> [--push={y|n|auto}]
diff --git a/tools/pytools/poetry.lock b/tools/pytools/poetry.lock
index 1123b9fd205..3186b630fde 100644
--- a/tools/pytools/poetry.lock
+++ b/tools/pytools/poetry.lock
@@ -159,7 +159,7 @@ python-versions = ">=3.5"
 
 [[package]]
 name = "importlib-resources"
-version = "5.10.1"
+version = "5.10.2"
 description = "Read resources from Python packages"
 category = "main"
 optional = false
@@ -169,7 +169,7 @@ python-versions = ">=3.7"
 zipp = {version = ">=3.1.0", markers = "python_version < \"3.10\""}
 
 [package.extras]
-docs = ["furo", "jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", 
"rst.linker (>=1.9)", "sphinx (>=3.5)"]
+docs = ["furo", "jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", 
"rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-lint"]
 testing = ["flake8 (<5)", "pytest (>=6)", "pytest-black (>=0.3.7)", 
"pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=1.3)", 
"pytest-flake8", "pytest-mypy (>=0.9.1)"]
 
 [[package]]
@@ -537,8 +537,8 @@ idna = [
     {file = "idna-3.4.tar.gz", hash = 
"sha256:814f528e8dead7d329833b91c5faa87d60bf71824cd12a7530b5526063d02cb4"},
 ]
 importlib-resources = [
-    {file = "importlib_resources-5.10.1-py3-none-any.whl", hash = 
"sha256:c09b067d82e72c66f4f8eb12332f5efbebc9b007c0b6c40818108c9870adc363"},
-    {file = "importlib_resources-5.10.1.tar.gz", hash = 
"sha256:32bb095bda29741f6ef0e5278c42df98d135391bee5f932841efc0041f748dc3"},
+    {file = "importlib_resources-5.10.2-py3-none-any.whl", hash = 
"sha256:7d543798b0beca10b6a01ac7cafda9f822c54db9e8376a6bf57e0cbd74d486b6"},
+    {file = "importlib_resources-5.10.2.tar.gz", hash = 
"sha256:e4a96c8cc0339647ff9a5e0550d9f276fc5a01ffa276012b58ec108cfd7b8484"},
 ]
 incremental = [
     {file = "incremental-22.10.0-py2.py3-none-any.whl", hash = 
"sha256:b864a1f30885ee72c5ac2835a761b8fe8aa9c28b9395cacf27286602688d3e51"},

Reply via email to