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

Bump dataclasses from 0.6 to 0.8 #38

Merged
merged 1 commit into from May 31, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 31, 2021

Bumps dataclasses from 0.6 to 0.8.

Commits
  • 95d2a4c Prepare for 0.8 release.
  • 75b24ef Merged changes from bpo-33796 and bpo-33805. (#140)
  • 5eee0b0 Fixed "sort order" -> "insertion order".
  • abf5b54 Merge branch 'issue-146-add-requires-3.6'
  • 44724c4 Require python 3.6 only.
  • fdb959c Format with black.
  • ae712dd Make pypi shield link to project's pypi page (#137)
  • d4c87c6 Fix URL for test_dataclasses.py.
  • b2fc54c Removed PEP. It should only be referenced from the PEP repo.
  • See full diff in compare view

Dependabot compatibility score

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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 31, 2021
Base automatically changed from develop to main May 31, 2021 11:30
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 31, 2021

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@domvwt
Copy link
Owner

domvwt commented May 31, 2021

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 31, 2021

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@domvwt
Copy link
Owner

domvwt commented May 31, 2021

@dependabot recreate

@dependabot dependabot bot changed the base branch from main to develop May 31, 2021 14:44
@dependabot dependabot bot force-pushed the dependabot/pip/develop/dataclasses-0.8 branch from c774aae to 508efaa Compare May 31, 2021 14:44
@sonarcloud
Copy link

sonarcloud bot commented May 31, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

Bumps [dataclasses](https://github.com/ericvsmith/dataclasses) from 0.6 to 0.8.
- [Release notes](https://github.com/ericvsmith/dataclasses/releases)
- [Commits](ericvsmith/dataclasses@0.6...0.8)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/develop/dataclasses-0.8 branch from 508efaa to b46e7a4 Compare May 31, 2021 15:37
@domvwt domvwt merged commit b2970d0 into develop May 31, 2021
@domvwt domvwt deleted the dependabot/pip/develop/dataclasses-0.8 branch May 31, 2021 15:42
domvwt added a commit that referenced this pull request May 31, 2021
* Bump jinja2 from 2.11.3 to 3.0.1 (#40)

Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.3 to 3.0.1.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](pallets/jinja@2.11.3...3.0.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump rope from 0.18.0 to 0.19.0 (#39)

Bumps [rope](https://github.com/python-rope/rope) from 0.18.0 to 0.19.0.
- [Release notes](https://github.com/python-rope/rope/releases)
- [Commits](python-rope/rope@0.18.0...0.19.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump dataclasses from 0.6 to 0.8 (#38)

Bumps [dataclasses](https://github.com/ericvsmith/dataclasses) from 0.6 to 0.8.
- [Release notes](https://github.com/ericvsmith/dataclasses/releases)
- [Commits](ericvsmith/dataclasses@0.6...0.8)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump kaleido from 0.2.1 to 0.2.1.post1 (#37)

Bumps [kaleido](https://github.com/plotly/Kaleido) from 0.2.1 to 0.2.1.post1.
- [Release notes](https://github.com/plotly/Kaleido/releases)
- [Commits](plotly/Kaleido@v0.2.1...v0.2.1.post1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Add HTML file examples

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant