Skip to content

Commit cb61a58

Browse files
Bump pylint from 4.0.2 to 4.0.4 (#197)
Bumps [pylint](https://github.com/pylint-dev/pylint) from 4.0.2 to 4.0.4. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v4.0.2...v4.0.4) --- updated-dependencies: - dependency-name: pylint dependency-version: 4.0.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dad45ee commit cb61a58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
install_requires=["apache-airflow==3.1.1"],
1414
extras_require={
1515
"develop": [
16-
"pylint==4.0.2",
16+
"pylint==4.0.4",
1717
"black==25.9.0",
1818
],
1919
"testing": [

0 commit comments

Comments
 (0)