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

requirements: update toposort requirement from <1.9 to <1.10 #2575

Merged
merged 1 commit into from
Jan 12, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 11, 2023

Updates the requirements on toposort to permit the latest version.

Changelog

Sourced from toposort's changelog.

1.9 2023-01-11 Eric V. Smith

  • Fix issue #2: Allow non-orderable items when a CircularDependencyError is raised

1.8 2023-01-10 Eric V. Smith

  • Completely change to pyproject.toml. Deleted setup.cfg.

  • Drop support for python 2.7.

  • No functional changes.

1.7 2021-09-28 Eric V. Smith

  • Changed to use setup.cfg and pyproject.toml. Deleted setup.py.

  • GH issue #1: No longer modify input data structures. Thanks Lenz Furrer.

1.6 2020-12-17 Eric V. Smith

  • No changes, just updated the project URL from bitbucket to gitlab.

1.5 2016-10-24 Eric V. Smith

  • When a circular dependency error is detected, raise a specific exception, CircularDependencyError, which is a subclass of ValueError. The 'data' attribute of the exception will contain the data involved in the circular dependency (issue #2). Thanks lilydjwg for the initial patch.

  • To make building wheels easier, always require setuptools in setup.py (issue #5).

  • Mark wheel as being universal, that is, supporting both Python 2.7 and 3.x (issue #7).

1.4 2015-05-16 Eric V. Smith

  • Removed 'test' package, so it won't get installed by bdist_*. It's still included in sdists.

  • No code changes.

... (truncated)

Commits
  • 913ddb2 Version 1.9.
  • e12b7e0 Merge branch 'issue-2'
  • 22ebe8e Issue #2: Don't sort when creating a CircularDependencyError, so that hashabl...
  • c8098f2 Change README.txt to README.md for doctests.
  • a9406b6 Rename README.txt to README.md.
  • 8c147c4 Fix markdown in README file.
  • 644976b Merge branch 'pyproject-toml'
  • 0fa8cdc Switch fully to pyproject.toml. Drop python 2.7.
  • 7d8291d Add url to setup.cfg.
  • ab3149e Removed .hgignore.
  • Additional commits viewable in compare view

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)

Updates the requirements on [toposort](https://gitlab.com/ericvsmith/toposort) to permit the latest version.
- [Release notes](https://gitlab.com/ericvsmith/toposort/tags)
- [Changelog](https://gitlab.com/ericvsmith/toposort/blob/master/CHANGES.txt)
- [Commits](https://gitlab.com/ericvsmith/toposort/compare/0.1...1.9)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the deps Dependency update label Jan 11, 2023
@github-actions
Copy link

This PR causes the following changes to the html docs (ubuntu-latest-3.7-x64):

No differences!

...

See CI logs for the full diff.

@jvesely
Copy link
Collaborator

jvesely commented Jan 12, 2023

@dependabot squash and merge

@dependabot dependabot bot merged commit 8185333 into devel Jan 12, 2023
@dependabot dependabot bot deleted the dependabot/pip/devel/toposort-lt-1.10 branch January 12, 2023 20:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deps Dependency update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant