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

[libcloud] 06/08: Merge remote-tracking branch 'remotes/upstream/dependabot/pip/astroid-2.13.2' into trunk

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 8c537ba1d8ff1ec78afeb1b247f9ca903b1c8256
Merge: 8f947d9fc affa9cf09
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Sun Jan 15 15:52:24 2023 +0100

    Merge remote-tracking branch 'remotes/upstream/dependabot/pip/astroid-2.13.2' into trunk

 requirements-lint.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --cc requirements-lint.txt
index 622891e6c,0d1bd226a..579ce77e7
--- a/requirements-lint.txt
+++ b/requirements-lint.txt
@@@ -1,7 -1,7 +1,7 @@@
  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'
 +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'