Skip to content

Commit

Permalink
Bump pylint from 3.1.0 to 3.2.2 (#143)
Browse files Browse the repository at this point in the history
Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.1.0 to 3.2.2.
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.1.0...v3.2.2)

---
updated-dependencies:
- dependency-name: pylint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 3, 2024
1 parent ad22633 commit 5b50bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
install_requires=["apache-airflow==2.9.1"],
extras_require={
"develop": [
"pylint==3.1.0",
"pylint==3.2.2",
"black==24.4.2",
],
"testing": [
Expand Down

0 comments on commit 5b50bb5

Please sign in to comment.