Skip to content

Commit

Permalink
Bump pylint from 3.2.3 to 3.2.5 (#145)
Browse files Browse the repository at this point in the history
* Bump pylint from 3.2.3 to 3.2.5

Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.2.3 to 3.2.5.
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.2.3...v3.2.5)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Bump astro-runtime

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Niklas Schmidtmer <niklas@crate.io>
  • Loading branch information
dependabot[bot] and hammerhead authored Jul 1, 2024
1 parent 2d4c4c2 commit 736e75b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM quay.io/astronomer/astro-runtime:11.5.0-python-3.12
FROM quay.io/astronomer/astro-runtime:11.6.0-python-3.12
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.2"],
extras_require={
"develop": [
"pylint==3.2.3",
"pylint==3.2.5",
"black==24.4.2",
],
"testing": [
Expand Down

0 comments on commit 736e75b

Please sign in to comment.