Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump snakemake from 7.30.1 to 7.31.1 #155

Open
wants to merge 1 commit into
base: develop-main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 13, 2023

Bumps snakemake from 7.30.1 to 7.31.1.

Release notes

Sourced from snakemake's releases.

v7.31.1

7.31.1 (2023-08-02)

Bug Fixes

  • require python >=3.7 again (the python 3.9 dependency was unnecessary) (#2372) (0d0e9c4)

Documentation

  • update CHANGELOG.md: add minimum Python version bump (#2370) (48e934d)

v7.31.0

7.31.0 (2023-07-26)

Features

  • Add support for Google Service Accounts and GCE VM network configuration (#2318) (2b754aa)

v7.30.2

7.30.2 (2023-07-20)

Bug Fixes

  • do not allow setting benchmark and between-workflow caching for the same rule. The reason is that when the result is taken from cache, there is no way to fill the benchmark file with any reasonable values. (#2335) (e2d64fa)
  • ensure lazy evaluation of resource functions/callables (this also entails, for now, a removal of the thread statistics in the yellow job stats table); further, added some clarifying sentences about resource function evaluation to the docs (#2356) (4c591b7)
  • handle non-PEP440 versions of apptainer/singulariy (#2337) (dea6ba8)
  • remote GS builds too many inventories; io:collect_mtime always uses uncached mtime (#2266) (bad9115)
  • Solve apptainer version issue (#2333) (a876e0f)
  • SyntaxWarnings due to non-raw regex pattern strings (#2359) (a08c0b0)

Documentation

  • clarify minimum Snakemake version for profiles (86dc277)
  • clarify the channel priority in environment definition deployment.rst (#2352) (76aa964)
  • fix typo (stackoverflow issue) (#2365) (f770984)
  • note on using checkpoint mechanism only for input function, not for params or resources. (#2353) (4be2f9d)
Changelog

Sourced from snakemake's changelog.

7.31.1 (2023-08-02)

Bug Fixes

  • require python >=3.7 again (the python 3.9 dependency was unnecessary) (#2372) (0d0e9c4)

Documentation

  • update CHANGELOG.md: add minimum Python version bump (#2370) (48e934d)

7.31.0 (2023-07-26)

Features

  • Add support for Google Service Accounts and GCE VM network configuration (#2318) (2b754aa)

7.30.2 (2023-07-20)

Breaking changes

  • Bump minimum Python version from 3.7 to 3.9 (#2369) (4608163)

Bug Fixes

  • do not allow setting benchmark and between-workflow caching for the same rule. The reason is that when the result is taken from cache, there is no way to fill the benchmark file with any reasonable values. (#2335) (e2d64fa)
  • ensure lazy evaluation of resource functions/callables (this also entails, for now, a removal of the thread statistics in the yellow job stats table); further, added some clarifying sentences about resource function evaluation to the docs (#2356) (4c591b7)
  • handle non-PEP440 versions of apptainer/singulariy (#2337) (dea6ba8)
  • remote GS builds too many inventories; io:collect_mtime always uses uncached mtime (#2266) (bad9115)
  • Solve apptainer version issue (#2333) (a876e0f)
  • SyntaxWarnings due to non-raw regex pattern strings (#2359) (a08c0b0)

Documentation

  • clarify minimum Snakemake version for profiles (86dc277)
  • clarify the channel priority in environment definition deployment.rst (#2352) (76aa964)
  • fix typo (stackoverflow issue) (#2365) (f770984)
  • note on using checkpoint mechanism only for input function, not for params or resources. (#2353) (4be2f9d)
Commits
  • 47a09bd chore(main): release 7.31.1 (#2382)
  • 48e934d docs: update CHANGELOG.md: add minimum Python version bump (#2370)
  • 0d0e9c4 fix: require python >=3.7 again (the python 3.9 dependency was unnecessary) (...
  • 384d006 chore: use latest release of ansible roles for slurm setup (#2377)
  • cfefdc1 chore: fix formatting
  • 836fd2a chore(main): release 7.31.0 (#2371)
  • 2b754aa feat: Add support for Google Service Accounts and GCE VM network configuratio...
  • 2bf308c chore: Remove references to allows_directories (#2342)
  • 9cfcd91 chore(main): release 7.30.2 (#2338)
  • 4c591b7 fix: ensure lazy evaluation of resource functions/callables (this also entail...
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
snakemake [>= 7.32.a, < 7.33]

Dependabot compatibility score

You can trigger a rebase of this PR 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 <dependency name> 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 13, 2023
@dependabot dependabot bot force-pushed the dependabot/pip/snakemake-7.31.1 branch from 8cd19fa to 7f60d88 Compare November 14, 2023 08:35
@dependabot dependabot bot force-pushed the dependabot/pip/snakemake-7.31.1 branch 3 times, most recently from 3c94461 to bee6578 Compare December 1, 2023 03:04
Bumps [snakemake](https://github.com/snakemake/snakemake) from 7.30.1 to 7.31.1.
- [Release notes](https://github.com/snakemake/snakemake/releases)
- [Changelog](https://github.com/snakemake/snakemake/blob/main/CHANGELOG.md)
- [Commits](snakemake/snakemake@v7.30.1...v7.31.1)

---
updated-dependencies:
- dependency-name: snakemake
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/snakemake-7.31.1 branch from bee6578 to e2a2ae4 Compare December 1, 2023 08:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants