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 graph-scheduler requirement from <1.1.1,>=0.2.0 to >=0.2.0,<1.1.2 #2391

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 19, 2022

Updates the requirements on graph-scheduler to permit the latest version.

Release notes

Sourced from graph-scheduler's releases.

v1.1.1

[1.1.1] - 2022-04-16

Github-actions

  • Bump actions/download-artifact from 2 to 3 (#66)
  • Bump actions/cache from 2.1.7 to 3.0.2 (#67)

Requirements

  • Remove most upper bounds (#70)
  • Update psyneulink requirement from =0.9.1.0 (#71)
Commits
  • b91d782 github-actions(deps): bump actions/cache from 2.1.7 to 3.0.2 (#67)
  • 7aed25d github-actions(deps): bump actions/download-artifact from 2 to 3 (#66)
  • 1389808 requirements: update psyneulink requirement from <0.10.1.0,>=0.9.1.0 to >=0.9...
  • f2819a9 requirements: remove most upper bounds (#70)
  • c96ef22 github-actions(deps): bump actions/setup-python from 2.3.2 to 3 (#51)
  • b0aed93 github-actions(deps): bump actions/checkout from 2.4.0 to 3 (#52)
  • 5eb8284 github-actions(deps): bump actions/upload-artifact from 2.3.1 to 3 (#54)
  • 04ce4cc requirements: update numpy requirement from <1.22.3 to <1.22.4 (#57)
  • b2d14dd requirements: update networkx requirement from <2.7 to <2.8 (#53)
  • 2f4d876 Merge pull request #56 from kmantel/dev
  • 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 Apr 19, 2022
@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.

@kmantel
Copy link
Collaborator

kmantel commented Apr 20, 2022

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/pip/devel/graph-scheduler-gte-0.2.0-and-lt-1.1.2 branch from 8b2d96e to 3cf0472 Compare April 20, 2022 01:15
@kmantel
Copy link
Collaborator

kmantel commented Apr 20, 2022

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/pip/devel/graph-scheduler-gte-0.2.0-and-lt-1.1.2 branch 3 times, most recently from c58b166 to e4046d9 Compare April 26, 2022 22:02
@dependabot dependabot bot force-pushed the dependabot/pip/devel/graph-scheduler-gte-0.2.0-and-lt-1.1.2 branch from e4046d9 to f73e085 Compare May 2, 2022 22:03
@kmantel
Copy link
Collaborator

kmantel commented May 5, 2022

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/pip/devel/graph-scheduler-gte-0.2.0-and-lt-1.1.2 branch from f73e085 to b6bdf38 Compare May 5, 2022 06:19
@kmantel
Copy link
Collaborator

kmantel commented May 6, 2022

I think this is waiting for ModECI/MDF#239

@dependabot dependabot bot force-pushed the dependabot/pip/devel/graph-scheduler-gte-0.2.0-and-lt-1.1.2 branch 3 times, most recently from 732be15 to a8044cd Compare May 16, 2022 22:06
@dependabot dependabot bot force-pushed the dependabot/pip/devel/graph-scheduler-gte-0.2.0-and-lt-1.1.2 branch from a8044cd to 4aad76a Compare May 18, 2022 22:05
@dependabot dependabot bot force-pushed the dependabot/pip/devel/graph-scheduler-gte-0.2.0-and-lt-1.1.2 branch from 4aad76a to 49d080d Compare June 1, 2022 22:06
@dependabot dependabot bot force-pushed the dependabot/pip/devel/graph-scheduler-gte-0.2.0-and-lt-1.1.2 branch 2 times, most recently from 6d2dc60 to f4a0e81 Compare June 14, 2022 22:04
@dependabot dependabot bot force-pushed the dependabot/pip/devel/graph-scheduler-gte-0.2.0-and-lt-1.1.2 branch from f4a0e81 to 284a4ac Compare June 17, 2022 22:06
@dependabot dependabot bot force-pushed the dependabot/pip/devel/graph-scheduler-gte-0.2.0-and-lt-1.1.2 branch 2 times, most recently from 7f0bad4 to 2dc5053 Compare July 15, 2022 22:04
Updates the requirements on [graph-scheduler](https://github.com/kmantel/graph-scheduler) to permit the latest version.
- [Release notes](https://github.com/kmantel/graph-scheduler/releases)
- [Commits](kmantel/graph-scheduler@v0.2.0...v1.1.1)

---
updated-dependencies:
- dependency-name: graph-scheduler
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/devel/graph-scheduler-gte-0.2.0-and-lt-1.1.2 branch from 2dc5053 to 5b2ccbc Compare July 18, 2022 22:18
@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.

@kmantel
Copy link
Collaborator

kmantel commented Jul 19, 2022

@dependabot squash and merge

@dependabot dependabot bot merged commit c746c24 into devel Jul 19, 2022
@dependabot dependabot bot deleted the dependabot/pip/devel/graph-scheduler-gte-0.2.0-and-lt-1.1.2 branch July 19, 2022 01:53
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