super-linter / super-linter

Combination of multiple linters to run as a GitHub Action or standalone
https://github.com/super-linter/super-linter
MIT License
9.24k stars 942 forks source link

deps(python): bump snakemake from 8.11.0 to 8.11.3 in /dependencies/python #5622

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps snakemake from 8.11.0 to 8.11.3.

Release notes

Sourced from snakemake's releases.

v8.11.3

8.11.3 (2024-05-03)

Bug Fixes

  • ignore errors when cleaning up runtime cache (#2859) (6df7046)
  • show queries of remote storage files instead of local paths in summary (#2860) (ba1db8e)

v8.11.2

8.11.2 (2024-05-02)

Bug Fixes

  • bug when requesting extended benchmark with slurm (#2855) (0e039ff)

v8.11.1

8.11.1 (2024-04-29)

Bug Fixes

  • check template rendering output for leaked input file paths (#2850) (433302e)
  • do not distinguish between local and remote rules in dryrun (74b99ec)
  • omit norun jobs when determining remote storage input file retrieval (#2854) (37a7c7f)
  • Prevent binary log files to crash snakemake execution with show-failed-logs (#2827) (8a80bda)
  • replace pkg_resources for python 3.12 (#2831) (ac144fc)
  • return set instead of list when just --quiet (#2829) (eeb57e2)
  • small typo in error (#2853) (325a715)
  • use keyword arguments in _IOFile.open (#2847) (50c84dc)

Documentation

Changelog

Sourced from snakemake's changelog.

8.11.3 (2024-05-03)

Bug Fixes

  • ignore errors when cleaning up runtime cache (#2859) (6df7046)
  • show queries of remote storage files instead of local paths in summary (#2860) (ba1db8e)

8.11.2 (2024-05-02)

Bug Fixes

  • bug when requesting extended benchmark with slurm (#2855) (0e039ff)

8.11.1 (2024-04-29)

Bug Fixes

  • check template rendering output for leaked input file paths (#2850) (433302e)
  • do not distinguish between local and remote rules in dryrun (74b99ec)
  • omit norun jobs when determining remote storage input file retrieval (#2854) (37a7c7f)
  • Prevent binary log files to crash snakemake execution with show-failed-logs (#2827) (8a80bda)
  • replace pkg_resources for python 3.12 (#2831) (ac144fc)
  • return set instead of list when just --quiet (#2829) (eeb57e2)
  • small typo in error (#2853) (325a715)
  • use keyword arguments in _IOFile.open (#2847) (50c84dc)

Documentation

Commits
  • 4a4eb40 chore(main): release 8.11.3 (#2863)
  • e43cfe3 ci: mark issues and PRs as stale (#2554)
  • 6df7046 fix: ignore errors when cleaning up runtime cache (#2859)
  • ba1db8e fix: show queries of remote storage files instead of local paths in summary (...
  • dd53319 chore(main): release 8.11.2 (#2858)
  • 0e039ff fix: bug when requesting extended benchmark with slurm (#2855)
  • 769e0a4 add humanfriendly
  • fc70c90 chore(main): release 8.11.1 (#2849)
  • 50c84dc fix: use keyword arguments in _IOFile.open (#2847)
  • 37a7c7f fix: omit norun jobs when determining remote storage input file retrieval (#2...
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 month ago

Superseded by #5635.