Skip to content

Commit a9951f9

Browse files
Bump pylint from 3.3.3 to 3.3.4 (#166)
Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.3.3 to 3.3.4. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.3.3...v3.3.4) --- updated-dependencies: - dependency-name: pylint 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 7d496a0 commit a9951f9

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
@@ -7,7 +7,7 @@
77
install_requires=["apache-airflow==2.10.4"],
88
extras_require={
99
"develop": [
10-
"pylint==3.3.3",
10+
"pylint==3.3.4",
1111
"black==25.1.0",
1212
],
1313
"testing": [

0 commit comments

Comments
 (0)