You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2023/01/15 14:55:47 UTC

[libcloud] 01/08: Bump pylint from 2.15.9 to 2.15.10

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 659a8d87e812f28dda444af258f6f4cc1865e320
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Jan 9 17:15:42 2023 +0000

    Bump pylint from 2.15.9 to 2.15.10
    
    Bumps [pylint](https://github.com/PyCQA/pylint) from 2.15.9 to 2.15.10.
    - [Release notes](https://github.com/PyCQA/pylint/releases)
    - [Commits](https://github.com/PyCQA/pylint/compare/v2.15.9...v2.15.10)
    
    ---
    updated-dependencies:
    - dependency-name: pylint
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 requirements-lint.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements-lint.txt b/requirements-lint.txt
index 33b6ae22f..622891e6c 100644
--- a/requirements-lint.txt
+++ b/requirements-lint.txt
@@ -1,7 +1,7 @@
 pep8==1.7.1
 flake8==5.0.4
 astroid==2.12.13; python_version >= '3.8'
-pylint==2.15.9; python_version >= '3.8'
+pylint==2.15.10; python_version >= '3.8'
 bandit==1.7.4; python_version >= '3.7'
 black==22.12.0; python_version >= '3.6' and implementation_name == "cpython"
 isort[pyproject]==5.11.4; python_version >= '3.8'