oceanprotocol / ocean.py

🦑 Ocean Protocol's Python library to privately & securely publish, exchange, and consume data.
https://oceanprotocol.com
Apache License 2.0
172 stars 78 forks source link

Bump eciespy from 0.3.11 to 0.4.0 #1462

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps eciespy from 0.3.11 to 0.4.0.

Release notes

Sourced from eciespy's releases.

v0.4.0

What's Changed

  • Drop Python 3.7
  • Revamp documentation
  • Add configuration and XChaCha20 as an optional encryption backend

Full Changelog: https://github.com/ecies/py/compare/v0.3.13...v0.4.0

v0.3.13

What's Changed

  • Support Python 3.11
  • Bump dependencies

Full Changelog: https://github.com/ecies/py/compare/v0.3.12...v0.3.13

v0.3.12

What's Changed

  • Bump dependencies
  • Drop Python 3.6

Full Changelog: https://github.com/ecies/py/compare/v0.3.11...v0.3.12

Changelog

Sourced from eciespy's changelog.

0.4.0

  • Drop Python 3.7
  • Revamp documentation
  • Add configuration and XChaCha20 as an optional encryption backend

0.3.1 ~ 0.3.13

  • Support Python 3.8, 3.9, 3.10, 3.11
  • Drop Python 3.5, 3.6
  • Bump dependencies
  • Update documentation

0.3.0

  • API change: use HKDF-sha256 to derive shared keys instead of sha256

0.2.0

  • API change: ecies.encrypt and ecies.decrypt now can take both hex str and raw bytes
  • Bump dependencies
  • Update documentation

0.1.1 ~ 0.1.9

  • Bump dependencies
  • Update documentation
  • Switch to Circle CI
  • Change license to MIT

0.1.0

  • First beta version release
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[bot] commented 1 year ago

Looks like eciespy is up-to-date now, so this is no longer needed.