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.8 to <1.9 #2573

Merged
merged 1 commit into from
Jan 11, 2023

Conversation

dependabot[bot]
Copy link
Contributor

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

Updates the requirements on toposort to permit the latest version.

Changelog

Sourced from toposort's changelog.

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.

1.3 2015-05-15 Eric V. Smith

  • Fixed change log date.

... (truncated)

Commits
  • 644976b Merge branch 'pyproject-toml'
  • 0fa8cdc Switch fully to pyproject.toml. Drop python 2.7.
  • 7d8291d Add url to setup.cfg.
  • ab3149e Removed .hgignore.
  • ec3b199 Add 'upload' to Makefile.
  • 8b2b683 Bump version to 1.7. Use 'src' layout. Use pyproject.toml. Add Makefile.
  • b51b67b Format with black.
  • 0144541 Update copyright years.
  • 256d00f Merge branch 'master' of gitlab.com:ericvsmith/toposort
  • b78205f Added .gitignore.
  • 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)

@dependabot dependabot bot added the deps Dependency update label Jan 10, 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 11, 2023

@dependabot rebase

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.8)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/devel/toposort-lt-1.9 branch from 73ea0d4 to 7f4a9a7 Compare January 11, 2023 01:51
@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 11, 2023

@dependabot squash and merge

@dependabot dependabot bot merged commit 5a57b86 into devel Jan 11, 2023
@dependabot dependabot bot deleted the dependabot/pip/devel/toposort-lt-1.9 branch January 11, 2023 04:10
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