This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/libcloud.git
commit bf06e159bdf3eae85323eafcca587544778a25c2 Author: Tomaz Muraus <to...@tomaz.me> AuthorDate: Thu Dec 8 20:21:06 2022 +0100 Upgrade rstcheck dependency. --- requirements-docs.txt | 2 +- requirements-lint.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-docs.txt b/requirements-docs.txt index 25030271c..e308738b3 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -1,3 +1,3 @@ -rstcheck==6.1.0; python_version >= '3.7' +rstcheck==6.1.1; python_version >= '3.7' fasteners sphinx==5.3.0 diff --git a/requirements-lint.txt b/requirements-lint.txt index 648a99a68..d89ab3c03 100644 --- a/requirements-lint.txt +++ b/requirements-lint.txt @@ -6,7 +6,7 @@ bandit==1.7.4; python_version >= '3.7' black==22.10.0; python_version >= '3.6' and implementation_name == "cpython" isort[pyproject]==5.10.1; python_version >= '3.8' pyupgrade==3.1.0 -rstcheck==6.1.0; python_version >= '3.7' +rstcheck==6.1.1; python_version >= '3.7' requests>=2.27.1 paramiko==2.11.0; platform_python_implementation != 'PyPy'