Paninaro.bump gui fe08ae6760b8ab4878e98cdff8f13e3b9e6578cf (#13651)

* 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 <admin@chiamine.jp>

* 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](https://github.com/Chia-Network/bls-signatures/compare/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] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
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] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
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](https://github.com/Chia-Network/clvm_tools_rs/compare/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] <support@github.com>

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

* Bump chia-blockchain-gui to fe08ae6760b8ab4878e98cdff8f13e3b9e6578cf

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Amine Khaldi <amine.khaldi@reactos.org>
Co-authored-by: Izumi Hoshino <admin@chiamine.jp>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
This commit is contained in:
Jeff 2022-10-18 09:02:47 -07:00 committed by GitHub
parent 73e9d15cf7
commit d469bc7486
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

@ -1 +1 @@
Subproject commit 17129c51545405156e45d7f8bc26cc0916f2919d
Subproject commit fe08ae6760b8ab4878e98cdff8f13e3b9e6578cf

View File

@ -6,14 +6,14 @@ from setuptools import setup
dependencies = [
"aiofiles==22.1.0", # Async IO for files
"blspy==1.0.15", # Signature library
"blspy==1.0.16", # Signature library
"chiavdf==1.0.7", # timelord and vdf verification
"chiabip158==1.1", # bip158-style wallet filters
"chiapos==1.0.11", # proof of space
"clvm==0.9.7",
"clvm_tools==0.4.5", # Currying, Program.to, other conveniences
"chia_rs==0.1.10",
"clvm-tools-rs==0.1.19", # Rust implementation of clvm_tools' compiler
"clvm-tools-rs==0.1.24", # Rust implementation of clvm_tools' compiler
"aiohttp==3.8.3", # HTTP server for full node rpc
"aiosqlite==0.17.0", # asyncio wrapper for sqlite, to store blocks
"bitstring==3.1.9", # Binary data management library
@ -32,7 +32,7 @@ dependencies = [
"click==8.1.3", # For the CLI
"dnspython==2.2.1", # Query DNS seeds
"watchdog==2.1.9", # Filesystem event watching - watches keyring.yaml
"dnslib==0.9.17", # dns lib
"dnslib==0.9.22", # dns lib
"typing-extensions==4.3.0", # typing backports like Protocol and TypedDict
"zstd==1.5.2.6",
"packaging==21.3",