daq-tools / kotori

A flexible data historian based on InfluxDB, Grafana, MQTT, and more. Free, open, simple.
https://getkotori.org/
GNU Affero General Public License v3.0
107 stars 17 forks source link

Update autobahn[twisted] requirement from <21,>=20.7.1 to >=20.7.1,<24 #160

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 8 months ago

Updates the requirements on autobahn[twisted] to permit the latest version.

Changelog

Sourced from autobahn[twisted]'s changelog.

23.6.2

  • fix: use regular PyPI bitarray>=2.7.5 rather than from GitHub master

23.6.1

  • fix: updated bitarray to make eth-account work on pypy
  • fix: updated web3 and eth-abi to not use beta versions (#1616)

23.1.2

  • fix: monkey patch web3/eth_abi for python 3.11

23.1.1

  • fix: support for Python up to v3.11
  • fix: update GitHub CI
  • fix: copyright transferred to typedef int GmbH - no license change!
  • fix: remove coverage crap

22.12.1

  • new: expand WAMP Flatbuffers schemata (session ID in each message for MUXing)
  • new: update flatc v22.12.06 and regenerate WAMP Flatbuffers type libraries
  • fix: Twisted 22.10.0 incompability (#1604)
  • fix: Rapid Cancelling Of Tasks Can Cause InvalidStateError (#1600)
  • fix: identify_realm_name_category (#1590)
  • fix: support Python 3.11 (#1599)
  • fix: building _nvx_utf8validator extension on non-x86 systems (#1596)
  • fix: asyncio rawsocket protocol transport details (#1592)
  • new: expand EIP712AuthorityCertificate; more tests

22.7.1

  • fix: Fix a few typos in docs (#1587)
  • fix: remove log noise from autobahn.websocket.protocol (#1588)
  • new: add more helpers to EthereumKey and CryptosignKey (#1583)
  • new: EIP712 certificate chains, incl. use for WAMP-Cryptosign
  • fix: improve message logging at trace log level
  • fix: forward correct TLS channel ID once the TLS handshake is complete
  • new: add eip712 types for WAMP-Cryptosign certificates
  • new: add more helpers to EthereumKey and CryptosignKey
  • new: add EthereumKey.from_keyfile, CryptosignKey.from_keyfile, CryptosignKey.from_pubkey

... (truncated)

Commits


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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)
codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (55bf8c4) 78.59% compared to head (d050487) 78.59%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #160 +/- ## ======================================= Coverage 78.59% 78.59% ======================================= Files 55 55 Lines 3014 3014 ======================================= Hits 2369 2369 Misses 645 645 ``` | [Flag](https://app.codecov.io/gh/daq-tools/kotori/pull/160/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=daq-tools) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/daq-tools/kotori/pull/160/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=daq-tools) | `78.59% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=daq-tools#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.