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

build(deps): Unpin networkx; quote node names for pydot output #7899

Merged
merged 2 commits into from Jun 15, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 15, 2022

Updates the requirements on networkx to permit the latest version.

Release notes

Sourced from networkx's releases.

NetworkX 2.8.4

What's Changed

New Contributors

Full Changelog: networkx/networkx@networkx-2.8.3...networkx-2.8.4

Commits

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)

Updates the requirements on [networkx](https://github.com/networkx/networkx) to permit the latest version.
- [Release notes](https://github.com/networkx/networkx/releases)
- [Commits](networkx/networkx@networkx-2.5...networkx-2.8.4)

---
updated-dependencies:
- dependency-name: networkx
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner June 15, 2022 02:11
@dependabot dependabot bot requested a review from efiop June 15, 2022 02:11
@skshetry skshetry requested a review from dtrifiro June 15, 2022 07:47
@skshetry
Copy link
Member

Note that nx_pydot has started raising PendingDeprecationWarning and suggests using graphviz instead.
networkx/networkx#5723

@skshetry skshetry changed the title build(deps): Update networkx requirement from <2.8.3,>=2.5 to >=2.5,<2.8.5 build(deps): Unpin networkx; quote node names for pydot output Jun 15, 2022
Comment on lines -148 to -153
"stage;",
"stage;",
"stage;",
"stage;",
"stage;",
"stage;",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one was a bug in escaping. Should be fixed by quoting node names.

@efiop
Copy link
Member

efiop commented Jun 15, 2022

Thank you! 🙏

@efiop efiop merged commit 4bc6b56 into main Jun 15, 2022
@efiop efiop deleted the dependabot/pip/networkx-gte-2.5-and-lt-2.8.5 branch June 15, 2022 09:43
@@ -117,7 +117,7 @@ def test_import_url_to_remote(mocker):
)


def test_import_url_to_remote_invalid_combination(mocker, caplog):
def test_import_url_to_remote_invalid_combination(dvc, mocker, caplog):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why this @skshetry ?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was getting LockError with the VSCode extension running in the background, adding dvc fixture isolates the test.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants