Skip to content

Commit

Permalink
chore(deps): update dependency snakemake to v8.29.0 (#4862)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 28, 2025
1 parent 83a24fb commit e6ccef8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion linters/snakemake_lint/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=snakemake
ARG PIP_SNAKEMAKE_VERSION=8.28.0
ARG PIP_SNAKEMAKE_VERSION=8.29.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/snakemake.megalinter-descriptor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ linters:
dockerfile:
- |-
# renovate: datasource=pypi depName=snakemake
ARG PIP_SNAKEMAKE_VERSION=8.28.0
ARG PIP_SNAKEMAKE_VERSION=8.29.0
pip:
- snakemake==${PIP_SNAKEMAKE_VERSION}
ide:
Expand Down

0 comments on commit e6ccef8

Please sign in to comment.