Skip to content

Commit

Permalink
chore(deps): update dependency isort to v6 (#4698)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 11, 2025
1 parent 2e0b65d commit eb4ec55
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ ARG PIP_BLACK_VERSION=25.1.0
# renovate: datasource=pypi depName=flake8
ARG PIP_FLAKE8_VERSION=7.1.1
# renovate: datasource=pypi depName=isort
ARG PIP_ISORT_VERSION=5.13.2
ARG PIP_ISORT_VERSION=6.0.0
# renovate: datasource=pypi depName=bandit
ARG PIP_BANDIT_VERSION=1.8.2
# renovate: datasource=pypi depName=bandit_sarif_formatter
Expand Down
2 changes: 1 addition & 1 deletion flavors/cupcake/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ ARG PIP_BLACK_VERSION=25.1.0
# renovate: datasource=pypi depName=flake8
ARG PIP_FLAKE8_VERSION=7.1.1
# renovate: datasource=pypi depName=isort
ARG PIP_ISORT_VERSION=5.13.2
ARG PIP_ISORT_VERSION=6.0.0
# renovate: datasource=pypi depName=mypy
ARG PIP_MYPY_VERSION=1.15.0
# renovate: datasource=npm depName=pyright
Expand Down
2 changes: 1 addition & 1 deletion flavors/formatters/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ ARG PSSA_VERSION='1.23.0'
# renovate: datasource=pypi depName=black
ARG PIP_BLACK_VERSION=25.1.0
# renovate: datasource=pypi depName=isort
ARG PIP_ISORT_VERSION=5.13.2
ARG PIP_ISORT_VERSION=6.0.0
# renovate: datasource=pypi depName=ruff
ARG PIP_RUFF_VERSION=0.9.6
# renovate: datasource=pypi depName=rstfmt
Expand Down
2 changes: 1 addition & 1 deletion flavors/python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ ARG PIP_BLACK_VERSION=25.1.0
# renovate: datasource=pypi depName=flake8
ARG PIP_FLAKE8_VERSION=7.1.1
# renovate: datasource=pypi depName=isort
ARG PIP_ISORT_VERSION=5.13.2
ARG PIP_ISORT_VERSION=6.0.0
# renovate: datasource=pypi depName=bandit
ARG PIP_BANDIT_VERSION=1.8.2
# renovate: datasource=pypi depName=bandit_sarif_formatter
Expand Down
2 changes: 1 addition & 1 deletion linters/python_isort/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ FROM python:3.12.8-alpine3.21
# renovate: datasource=pypi depName=black
ARG PIP_BLACK_VERSION=25.1.0
# renovate: datasource=pypi depName=isort
ARG PIP_ISORT_VERSION=5.13.2
ARG PIP_ISORT_VERSION=6.0.0
# renovate: datasource=pypi depName=pip
ARG PIP_PIP_VERSION=25.0.1
# renovate: datasource=pypi depName=virtualenv
Expand Down
2 changes: 1 addition & 1 deletion megalinter/descriptors/python.megalinter-descriptor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ linters:
ARG PIP_BLACK_VERSION=25.1.0
- |-
# renovate: datasource=pypi depName=isort
ARG PIP_ISORT_VERSION=5.13.2
ARG PIP_ISORT_VERSION=6.0.0
pip:
- black==${PIP_BLACK_VERSION}
- isort==${PIP_ISORT_VERSION}
Expand Down

0 comments on commit eb4ec55

Please sign in to comment.