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 b0e0c53db3b0d482eb4102d14863e706d6def3ec
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Sun Apr 14 21:50:16 2024 +0200

    Upgrade pylint and astroid lint dependency.
---
 requirements-lint.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/requirements-lint.txt b/requirements-lint.txt
index f53c45efc..e67514c43 100644
--- a/requirements-lint.txt
+++ b/requirements-lint.txt
@@ -1,7 +1,7 @@
 pep8==1.7.1
 flake8==5.0.4
-astroid==2.15.8; python_version >= '3.8'
-pylint==2.17.7; python_version >= '3.8'
+astroid==3.1.0; python_version >= '3.8'
+pylint==3.1.0; python_version >= '3.8'
 bandit[toml]==1.7.5; python_version >= '3.7'
 black==24.4.0; python_version >= '3.7' and implementation_name == "cpython"
 isort[pyproject]==5.12.0; python_version >= '3.8'

Reply via email to