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 ndex2 from 3.5.0 to 3.5.1 #411

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps ndex2 from 3.5.0 to 3.5.1.

Release notes

Sourced from ndex2's releases.

numpy bug fix

  • Bug fixes
    • Fixed bug where ndex2.create_nice_cx_from_networkx() fails with numpy version 1.24 Issue #96
    • Updated post and put calls in client.py to only pass credentials if they are set. This change is to accommodate changes in upcoming version 3 of requests library
Changelog

Sourced from ndex2's changelog.

3.5.1 (2023-04-11)

  • Bug fixes
    • Fixed bug where ndex2.create_nice_cx_from_networkx() fails with numpy version 1.24 Issue [#96](https://github.com/ndexbio/ndex2-client/issues/96) <https://github.com/ndexbio/ndex2-client/issues/96>__
    • Updated post and put calls in client.py to only pass credentials if they are set. This change is to accommodate changes in upcoming version 3 of requests library
Commits
  • 41d6e49 minor indent fix
  • 0f2ded1 removed a1 from version
  • 2d3a1fe updated to use ubuntu 18.04 so we can use python 3.10
  • fd97574 bumped to 3.5.1a1 and updated release notes
  • 3c41f33 removed numpy np.float, np.double, and np.int references since those were jus...
  • f23e49c added python 3.10
  • b638bd8 added python 3.10
  • 54437bb to support python requests 3.0.0 added logic to pass None to auth= calls when...
  • 1c7739a Update README.rst
  • 385c1de Merge pull request #95 from rpillich/master
  • 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 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)
RemyLau commented 1 year ago

@dependabot squash and merge