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 blspy from 1.0.15 to 1.0.16 #13552

Merged
merged 1 commit into from
Oct 18, 2022
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 27, 2022

Bumps blspy from 1.0.15 to 1.0.16.

Release notes

Sourced from blspy's releases.

1.0.16

What's Changed

  • Python 3.11 support

Full Changelog: Chia-Network/bls-signatures@1.0.15...1.0.16

Commits

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 requested a review from a team as a code owner September 27, 2022 17:33
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 27, 2022
@dependabot dependabot bot force-pushed the dependabot-pip-main-blspy-1.0.16 branch from c064aa5 to 51a562e Compare September 27, 2022 17:34
Bumps [blspy](https://github.com/Chia-Network/bls-signatures) from 1.0.15 to 1.0.16.
- [Release notes](https://github.com/Chia-Network/bls-signatures/releases)
- [Commits](Chia-Network/bls-signatures@1.0.15...1.0.16)

---
updated-dependencies:
- dependency-name: blspy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot-pip-main-blspy-1.0.16 branch from 51a562e to 9ddeb28 Compare September 27, 2022 20:50
@wallentx wallentx merged commit 34d8046 into main Oct 18, 2022
@wallentx wallentx deleted the dependabot-pip-main-blspy-1.0.16 branch October 18, 2022 06:39
wallentx added a commit that referenced this pull request Oct 18, 2022
* Deprecate `chia plotters install` command (#13584) (#13643)

* Deprecated `chia plotters install` command

* Fixed lint errors

* Made it able to recognize plotter executables in venv

* Added install-plotter.sh

* Removed strings for debug

* Added install-plotter.ps1

* Fixed an issue where madmax plotter under venv dir was not recognized by 'chia plotters' command

* Added exec permission to install-plotter.sh

* Fixed issues found in install-plotter.sh

* Fixed lint errors

* Added `-p` option to install.sh/install.ps1

* Fixed lint errors

* Added nice deprecated warning

* Fixed a lint error

* Slightly improved branching

* Made log messages look nice

* Fixed an issue where install.sh/ps1 -p failed if virtual env is not acivated

Co-authored-by: Izumi Hoshino <[email protected]>

* Bump blspy from 1.0.15 to 1.0.16 (#13552)

Bumps [blspy](https://github.com/Chia-Network/bls-signatures) from 1.0.15 to 1.0.16.
- [Release notes](https://github.com/Chia-Network/bls-signatures/releases)
- [Commits](Chia-Network/bls-signatures@1.0.15...1.0.16)

---
updated-dependencies:
- dependency-name: blspy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

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

* Bump dnslib from 0.9.17 to 0.9.22 (#13599)

Bumps [dnslib](https://github.com/paulc/dnslib) from 0.9.17 to 0.9.22.
- [Release notes](https://github.com/paulc/dnslib/releases)
- [Commits](https://github.com/paulc/dnslib/commits/0.9.22)

---
updated-dependencies:
- dependency-name: dnslib
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

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

* Bump clvm-tools-rs from 0.1.19 to 0.1.24 (#13626)

Bumps [clvm-tools-rs](https://github.com/Chia-Network/clvm_tools_rs) from 0.1.19 to 0.1.24.
- [Release notes](https://github.com/Chia-Network/clvm_tools_rs/releases)
- [Commits](Chia-Network/clvm_tools_rs@0.1.19...0.1.24)

---
updated-dependencies:
- dependency-name: clvm-tools-rs
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

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

* Bump chia-blockchain-gui to fe08ae6760b8ab4878e98cdff8f13e3b9e6578cf

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Amine Khaldi <[email protected]>
Co-authored-by: Izumi Hoshino <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <[email protected]>
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 PR python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants