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:48 UTC

[libcloud] 02/08: Bump astroid from 2.12.13 to 2.13.2

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

    Bump astroid from 2.12.13 to 2.13.2
    
    Bumps [astroid](https://github.com/PyCQA/astroid) from 2.12.13 to 2.13.2.
    - [Release notes](https://github.com/PyCQA/astroid/releases)
    - [Changelog](https://github.com/PyCQA/astroid/blob/main/ChangeLog)
    - [Commits](https://github.com/PyCQA/astroid/compare/v2.12.13...v2.13.2)
    
    ---
    updated-dependencies:
    - dependency-name: astroid
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    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..0d1bd226a 100644
--- a/requirements-lint.txt
+++ b/requirements-lint.txt
@@ -1,6 +1,6 @@
 pep8==1.7.1
 flake8==5.0.4
-astroid==2.12.13; python_version >= '3.8'
+astroid==2.13.2; python_version >= '3.8'
 pylint==2.15.9; python_version >= '3.8'
 bandit==1.7.4; python_version >= '3.7'
 black==22.12.0; python_version >= '3.6' and implementation_name == "cpython"