Skip to content

Commit

Permalink
Bump snakemake from 7.24.2 to 7.25.0 (#274)
Browse files Browse the repository at this point in the history
* Bump snakemake from 7.24.2 to 7.25.0

Bumps [snakemake](https://github.com/snakemake/snakemake) from 7.24.2 to 7.25.0.
- [Release notes](https://github.com/snakemake/snakemake/releases)
- [Changelog](https://github.com/snakemake/snakemake/blob/main/CHANGELOG.md)
- [Commits](snakemake/snakemake@v7.24.2...v7.25.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

* update conda

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: C. Titus Brown <[email protected]>
  • Loading branch information
dependabot[bot] and ctb authored Mar 24, 2023
1 parent ed423fc commit e0f9e8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ channels:
- defaults
dependencies:
- mamba
- snakemake-minimal==7.24.2
- snakemake-minimal==7.25.0
- click>=7,<9
- lxml==4.9.2
- pandas>1,<2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
],
tests_require=["pytest", "pytest-dependency==0.5.1"],
use_scm_version={"write_to": "genome_grist/version.py"},
install_requires=["snakemake==7.24.2", "click>=7,<9", "lxml==4.9.2",
install_requires=["snakemake==7.25.0", "click>=7,<9", "lxml==4.9.2",
"pandas>1,<2"],
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit e0f9e8d

Please sign in to comment.