Skip to content

Commit

Permalink
chore(deps): update dependency mypy to v1.15.0 (#4696)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 11, 2025
1 parent cdf2df3 commit 404cb99
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ ARG PIP_BANDIT_VERSION=1.8.2
# renovate: datasource=pypi depName=bandit_sarif_formatter
ARG PIP_BANDIT_SARIF_FORMATTER_VERSION=1.1.1
# renovate: datasource=pypi depName=mypy
ARG PIP_MYPY_VERSION=1.14.1
ARG PIP_MYPY_VERSION=1.15.0
# renovate: datasource=npm depName=pyright
ARG NPM_PYRIGHT_VERSION=1.1.393
# renovate: datasource=pypi depName=ruff
Expand Down
2 changes: 1 addition & 1 deletion flavors/cupcake/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ ARG PIP_FLAKE8_VERSION=7.1.1
# renovate: datasource=pypi depName=isort
ARG PIP_ISORT_VERSION=5.13.2
# renovate: datasource=pypi depName=mypy
ARG PIP_MYPY_VERSION=1.14.1
ARG PIP_MYPY_VERSION=1.15.0
# renovate: datasource=npm depName=pyright
ARG NPM_PYRIGHT_VERSION=1.1.393
# renovate: datasource=pypi depName=ruff
Expand Down
2 changes: 1 addition & 1 deletion flavors/python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ ARG PIP_BANDIT_VERSION=1.8.2
# renovate: datasource=pypi depName=bandit_sarif_formatter
ARG PIP_BANDIT_SARIF_FORMATTER_VERSION=1.1.1
# renovate: datasource=pypi depName=mypy
ARG PIP_MYPY_VERSION=1.14.1
ARG PIP_MYPY_VERSION=1.15.0
# renovate: datasource=npm depName=pyright
ARG NPM_PYRIGHT_VERSION=1.1.393
# renovate: datasource=pypi depName=ruff
Expand Down
2 changes: 1 addition & 1 deletion linters/python_mypy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ FROM python:3.12.8-alpine3.21
#############################################################################################
#ARG__START
# renovate: datasource=pypi depName=mypy
ARG PIP_MYPY_VERSION=1.14.1
ARG PIP_MYPY_VERSION=1.15.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 @@ -286,7 +286,7 @@ linters:
dockerfile:
- |-
# renovate: datasource=pypi depName=mypy
ARG PIP_MYPY_VERSION=1.14.1
ARG PIP_MYPY_VERSION=1.15.0
- ENV MYPY_CACHE_DIR=/tmp # Avoid mypy cache to mess with other linters
pip:
- mypy==${PIP_MYPY_VERSION}
Expand Down

0 comments on commit 404cb99

Please sign in to comment.