Update to pylint 3.3.0

Start using pylint 3.3.0 to fix a pep8 job failure. Required
using psycopg2-binary as well.

Closes-bug: #2130632
Change-Id: Iabe08fad85b92153012ae3ffcdb087a310cd89e4
Signed-off-by: Brian Haley <haleyb.dev@gmail.com>
This commit is contained in:
Brian Haley
2025-11-04 14:48:35 +01:00
parent 4dc261adb6
commit 37eae5e11d

View File

@@ -10,9 +10,9 @@ testscenarios>=0.4 # Apache-2.0/BSD
WebOb>=1.8.2 # MIT
WebTest>=2.0.27 # MIT
oslotest>=3.2.0 # Apache-2.0
pylint==2.17.4 # GPLv2
pylint==3.3.0 # GPLv2
PyMySQL>=0.7.6 # MIT License
psycopg2>=2.7.3 # LGPL/ZPL
psycopg2-binary>=2.7.3 # LGPL/ZPL
ddt>=1.0.1 # MIT
doc8>=0.6.0 # Apache-2.0
Pygments>=2.2.0 # BSD