krishnanlab / obnb

A Python toolkit for setting up benchmarking dataset using biomedical networks
https://obnb.readthedocs.io
MIT License
21 stars 0 forks source link

build(deps): bump pyroe from 0.9.0 to 0.9.2 #415

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps pyroe from 0.9.0 to 0.9.2.

Release notes

Sourced from pyroe's releases.

pyroe v0.9.2

fix: There was another bug upstream in pyranges (issue here) that breaks GTF/GFF parsing. This is a "hot fix" release that simply pins pyranges to 0.0.120 until the bug is fixed upstream in pyranges, or until a more reliable replacement can be found for GTF parsing and interval arithmetic for reference building.

pyroe v0.9.1

fix: There is a bug upstream in pyranges that precludes using pandas >= 2.0. However, that restriction isn't in place for the pyranges dependencies. This release restricts pyroe to depend on a pandas < 2.0 until this is fixed upstream.

fix: The aliases for the make-spliced+intronic and make-spliced+unspliced subcommands were not working; this release fixes those aliases.

Commits
  • dc60cad Merge pull request #38 from COMBINE-lab/develop
  • dfc6769 Merge pull request #37 from DongzeHE/develop
  • 5a47d35 fix: fix pyranges version
  • edb2177 fix: fix pyranges version as the new version is broken
  • 9b81eae Merge pull request #36 from COMBINE-lab/develop
  • fa62eb6 Restrict pandas version
  • 77cb6b3 make aliases set the name of the parent subcommand
  • 711f528 Merge pull request #35 from COMBINE-lab/main
  • See full diff in compare view


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 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[bot] commented 1 year ago

Superseded by #444.