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): Update pydot requirement from ~=1.4.1 to ~=1.4.2 in /src #59

Merged
merged 1 commit into from
Feb 22, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 22, 2021

Updates the requirements on pydot to permit the latest version.

Changelog

Sourced from pydot's changelog.

1.4.2 (2021-02-15)

Added:

  • Documentation: Basic usage examples in README.md. (#141)

Changed:

  • More detailed error message in case of Graphviz errors. (#239)
  • More detailed warning message in case of failure to import the DOT parser module. (#241)

Deprecated:

  • A future pydot 2.0.0 will drop support for Python 2, 3.4 and possibly other Python versions that are end-of-life at that time. Pydot does not emit any deprecation warnings about this. Further pydot 1.x.x releases are currently not foreseen, but if there are any, should still support the mentioned Python versions. (#229)

Fixed:

  • On Python 2, non-equality comparison (!=) between two separate, but equal Edge instances will now correctly return False, as it already did on Python 3. (#248)
  • Prevent TypeError in handling of DOT parser error. (#176)
  • Prevent TypeError in graph_from_adjacency_matrix() and graph_from_incidence_matrix(). (#98)
  • Prevent TypeError when creating an edge with a Subgraph or Cluster object (as opposed to name string) as an edge point. (#89)
  • Windows only: Fixed most failures to find Graphviz when a conda or Anaconda installation exists, but Graphviz was installed manually or through pip (.bat/.exe suffix problem). (#205)
  • Windows only: Fixed failure to run Graphviz related to side-by-side assembly (SxS) by now propagating the SYSTEMROOT environment variable. (#208)

1.4.1 (2018-12-12)

  • Make graph, edge, node attributes order deterministic
  • Fix string formatting after catching error (#201)

1.4.0 (2018-12-01)

  • Installation of pydot in conda env on Windows directly supported
  • Fixed comparing of SHA hash in regression tests (which fail now)

1.3.0 (2018-11-19)

... (truncated)

Commits
  • cb7c384 Preparing release 1.4.2
  • 05aec13 Update ChangeLog for pydot 1.4.2
  • d27e954 Specify Platform as Any in metadata
  • 1ad1371 Add Project links for PyPI.org
  • 23027b3 Add trove classifiers for Python 3.8, 3.9
  • 4f9e44d Correct spelling of Hepler
  • 7bcacca Update author and maintainer data
  • d41f536 Add missing ChangeLog entries for period 2004-2012
  • 97258b0 Add usage examples to README.md
  • d919bcc Minor correction and link update in README.md
  • Additional commits viewable in compare view

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 [pydot](https://github.com/pydot/pydot) to permit the latest version.
- [Release notes](https://github.com/pydot/pydot/releases)
- [Changelog](https://github.com/pydot/pydot/blob/master/ChangeLog)
- [Commits](pydot/pydot@v1.4.1...v1.4.2)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Changes related with the Python package labels Feb 22, 2021
@cdalvaro cdalvaro merged commit ee9ff99 into main Feb 22, 2021
@cdalvaro cdalvaro deleted the dependabot/pip/src/pydot-approx-eq-1.4.2 branch February 22, 2021 06:14
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 Changes related with the Python package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant