Skip to content

Commit ec39a15

Browse files
Update pylint requirement from ~=3.2 to ~=3.3 in /kerngen (#49)
Updates the requirements on [pylint](https://github.com/pylint-dev/pylint) to permit the latest version. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.2.0...v3.3.0) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Flavio Bergamaschi <[email protected]>
1 parent 693e250 commit ec39a15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kerngen/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pydantic ~= 1.10
33

44
# for dev / commits
55
black ~= 24.8
6-
pylint ~= 3.2
6+
pylint ~= 3.3
77

88
# for testing
99
pytest ~= 8.3

0 commit comments

Comments
 (0)