1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-02 03:20:59 +00:00

chore(poetry): regenerate lock file

[no changelog]
This commit is contained in:
grdddj 2023-07-27 12:47:40 +02:00 committed by Jiří Musil
parent 56df41afbd
commit ee81f98708

141
poetry.lock generated
View File

@ -1,9 +1,10 @@
# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. # This file is automatically @generated by Poetry 1.4.2 and should not be changed by hand.
[[package]] [[package]]
name = "astroid" name = "astroid"
version = "2.9.3" version = "2.9.3"
description = "An abstract syntax tree for Python with inference support." description = "An abstract syntax tree for Python with inference support."
category = "main"
optional = false optional = false
python-versions = ">=3.6.2" python-versions = ">=3.6.2"
files = [ files = [
@ -22,6 +23,7 @@ wrapt = ">=1.11,<1.14"
name = "atomicwrites" name = "atomicwrites"
version = "1.4.0" version = "1.4.0"
description = "Atomic file writes." description = "Atomic file writes."
category = "main"
optional = false optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
files = [ files = [
@ -33,6 +35,7 @@ files = [
name = "attrs" name = "attrs"
version = "21.4.0" version = "21.4.0"
description = "Classes Without Boilerplate" description = "Classes Without Boilerplate"
category = "main"
optional = false optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
files = [ files = [
@ -50,6 +53,7 @@ tests-no-zope = ["cloudpickle", "coverage[toml] (>=5.0.2)", "hypothesis", "mypy"
name = "autoflake" name = "autoflake"
version = "1.4" version = "1.4"
description = "Removes unused imports and unused variables" description = "Removes unused imports and unused variables"
category = "main"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
@ -59,10 +63,29 @@ files = [
[package.dependencies] [package.dependencies]
pyflakes = ">=1.1.0" pyflakes = ">=1.1.0"
[[package]]
name = "binsize"
version = "0.1.3"
description = "Tool to analyze the size of a binary from .elf file"
category = "main"
optional = false
python-versions = ">=3.7,<4.0"
files = [
{file = "binsize-0.1.3-py3-none-any.whl", hash = "sha256:af041e449aab8b7166ae404ddb1d8d7815add3196f079f5da48eb4d9e5981205"},
{file = "binsize-0.1.3.tar.gz", hash = "sha256:d3a92381eefe61ab4cd29f5d71d8d59de6b9622452e4cbc8422cdf926cf61dd1"},
]
[package.dependencies]
click = ">=8.1.3,<9.0.0"
platformdirs = ">=2.5.2,<3.0.0"
termcolor = ">=2.0.1,<3.0.0"
typing-extensions = "*"
[[package]] [[package]]
name = "black" name = "black"
version = "22.3.0" version = "22.3.0"
description = "The uncompromising code formatter." description = "The uncompromising code formatter."
category = "main"
optional = false optional = false
python-versions = ">=3.6.2" python-versions = ">=3.6.2"
files = [ files = [
@ -110,6 +133,7 @@ uvloop = ["uvloop (>=0.15.2)"]
name = "certifi" name = "certifi"
version = "2022.12.7" version = "2022.12.7"
description = "Python package for providing Mozilla's CA Bundle." description = "Python package for providing Mozilla's CA Bundle."
category = "main"
optional = false optional = false
python-versions = ">=3.6" python-versions = ">=3.6"
files = [ files = [
@ -121,6 +145,7 @@ files = [
name = "cffi" name = "cffi"
version = "1.15.0" version = "1.15.0"
description = "Foreign Function Interface for Python calling C code." description = "Foreign Function Interface for Python calling C code."
category = "main"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
@ -183,6 +208,7 @@ pycparser = "*"
name = "charset-normalizer" name = "charset-normalizer"
version = "2.0.11" version = "2.0.11"
description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet." description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
category = "main"
optional = false optional = false
python-versions = ">=3.5.0" python-versions = ">=3.5.0"
files = [ files = [
@ -197,6 +223,7 @@ unicode-backport = ["unicodedata2"]
name = "click" name = "click"
version = "8.1.3" version = "8.1.3"
description = "Composable command line interface toolkit" description = "Composable command line interface toolkit"
category = "main"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
@ -212,6 +239,7 @@ importlib-metadata = {version = "*", markers = "python_version < \"3.8\""}
name = "click-default-group" name = "click-default-group"
version = "1.2.2" version = "1.2.2"
description = "Extends click.Group to invoke a command without explicit subcommand name" description = "Extends click.Group to invoke a command without explicit subcommand name"
category = "dev"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
@ -225,6 +253,7 @@ click = "*"
name = "colorama" name = "colorama"
version = "0.4.4" version = "0.4.4"
description = "Cross-platform colored terminal text." description = "Cross-platform colored terminal text."
category = "main"
optional = false optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
files = [ files = [
@ -236,6 +265,7 @@ files = [
name = "construct" name = "construct"
version = "2.10.67" version = "2.10.67"
description = "A powerful declarative symmetric parser/builder for binary data" description = "A powerful declarative symmetric parser/builder for binary data"
category = "main"
optional = false optional = false
python-versions = ">=3.6" python-versions = ">=3.6"
files = [ files = [
@ -249,6 +279,7 @@ extras = ["arrow", "cloudpickle", "enum34", "lz4", "numpy", "ruamel.yaml"]
name = "construct-classes" name = "construct-classes"
version = "0.1.2" version = "0.1.2"
description = "Parse your binary structs into dataclasses" description = "Parse your binary structs into dataclasses"
category = "main"
optional = false optional = false
python-versions = ">=3.6.2,<4.0" python-versions = ">=3.6.2,<4.0"
files = [ files = [
@ -263,6 +294,7 @@ construct = ">=2.10,<3.0"
name = "coverage" name = "coverage"
version = "4.5.4" version = "4.5.4"
description = "Code coverage measurement for Python" description = "Code coverage measurement for Python"
category = "main"
optional = false optional = false
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*, <4" python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*, <4"
files = [ files = [
@ -304,6 +336,7 @@ files = [
name = "cryptography" name = "cryptography"
version = "41.0.2" version = "41.0.2"
description = "cryptography is a package which provides cryptographic recipes and primitives to Python developers." description = "cryptography is a package which provides cryptographic recipes and primitives to Python developers."
category = "main"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
@ -349,6 +382,7 @@ test-randomorder = ["pytest-randomly"]
name = "curve25519-donna" name = "curve25519-donna"
version = "1.3" version = "1.3"
description = "Python wrapper for the Curve25519 cryptographic library" description = "Python wrapper for the Curve25519 cryptographic library"
category = "main"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
@ -359,6 +393,7 @@ files = [
name = "demjson3" name = "demjson3"
version = "3.0.5" version = "3.0.5"
description = "encoder, decoder, and lint/validator for JSON (JavaScript Object Notation) compliant with RFC 7159" description = "encoder, decoder, and lint/validator for JSON (JavaScript Object Notation) compliant with RFC 7159"
category = "main"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
@ -369,6 +404,7 @@ files = [
name = "distlib" name = "distlib"
version = "0.3.4" version = "0.3.4"
description = "Distribution utilities" description = "Distribution utilities"
category = "main"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
@ -380,6 +416,7 @@ files = [
name = "dominate" name = "dominate"
version = "2.6.0" version = "2.6.0"
description = "Dominate is a Python library for creating and manipulating HTML documents using an elegant DOM API." description = "Dominate is a Python library for creating and manipulating HTML documents using an elegant DOM API."
category = "main"
optional = false optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
files = [ files = [
@ -391,6 +428,7 @@ files = [
name = "ecdsa" name = "ecdsa"
version = "0.16.1" version = "0.16.1"
description = "ECDSA cryptographic signature library (pure python)" description = "ECDSA cryptographic signature library (pure python)"
category = "main"
optional = false optional = false
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
files = [ files = [
@ -409,6 +447,7 @@ gmpy2 = ["gmpy2"]
name = "ed25519" name = "ed25519"
version = "1.5" version = "1.5"
description = "Ed25519 public-key signatures" description = "Ed25519 public-key signatures"
category = "main"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
@ -419,6 +458,7 @@ files = [
name = "execnet" name = "execnet"
version = "1.9.0" version = "1.9.0"
description = "execnet: rapid multi-Python deployment" description = "execnet: rapid multi-Python deployment"
category = "main"
optional = false optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
files = [ files = [
@ -433,6 +473,7 @@ testing = ["pre-commit"]
name = "fido2" name = "fido2"
version = "0.8.1" version = "0.8.1"
description = "Python based FIDO 2.0 library" description = "Python based FIDO 2.0 library"
category = "main"
optional = false optional = false
python-versions = ">=2.7.6,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*" python-versions = ">=2.7.6,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*"
files = [ files = [
@ -451,6 +492,7 @@ pcsc = ["pyscard"]
name = "filelock" name = "filelock"
version = "3.4.2" version = "3.4.2"
description = "A platform independent file lock." description = "A platform independent file lock."
category = "main"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
@ -466,6 +508,7 @@ testing = ["covdefaults (>=1.2.0)", "coverage (>=4)", "pytest (>=4)", "pytest-co
name = "flake8" name = "flake8"
version = "4.0.1" version = "4.0.1"
description = "the modular source code checker: pep8 pyflakes and co" description = "the modular source code checker: pep8 pyflakes and co"
category = "main"
optional = false optional = false
python-versions = ">=3.6" python-versions = ">=3.6"
files = [ files = [
@ -483,6 +526,7 @@ pyflakes = ">=2.4.0,<2.5.0"
name = "flake8-requirements" name = "flake8-requirements"
version = "1.5.2" version = "1.5.2"
description = "Package requirements checker, plugin for flake8" description = "Package requirements checker, plugin for flake8"
category = "main"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
@ -498,6 +542,7 @@ toml = ">=0.7.0"
name = "flaky" name = "flaky"
version = "3.7.0" version = "3.7.0"
description = "Plugin for nose or pytest that automatically reruns flaky tests." description = "Plugin for nose or pytest that automatically reruns flaky tests."
category = "main"
optional = false optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
files = [ files = [
@ -509,6 +554,7 @@ files = [
name = "graphviz" name = "graphviz"
version = "0.19.1" version = "0.19.1"
description = "Simple Python interface for Graphviz" description = "Simple Python interface for Graphviz"
category = "main"
optional = false optional = false
python-versions = ">=3.6" python-versions = ">=3.6"
files = [ files = [
@ -525,6 +571,7 @@ test = ["coverage", "mock (>=4)", "pytest (>=6)", "pytest-cov", "pytest-mock (>=
name = "hypothesis" name = "hypothesis"
version = "6.36.1" version = "6.36.1"
description = "A library for property-based testing" description = "A library for property-based testing"
category = "main"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
@ -556,6 +603,7 @@ zoneinfo = ["backports.zoneinfo (>=0.2.1)", "tzdata (>=2021.5)"]
name = "idna" name = "idna"
version = "3.3" version = "3.3"
description = "Internationalized Domain Names in Applications (IDNA)" description = "Internationalized Domain Names in Applications (IDNA)"
category = "main"
optional = false optional = false
python-versions = ">=3.5" python-versions = ">=3.5"
files = [ files = [
@ -567,6 +615,7 @@ files = [
name = "importlib-metadata" name = "importlib-metadata"
version = "4.2.0" version = "4.2.0"
description = "Read metadata from Python packages" description = "Read metadata from Python packages"
category = "main"
optional = false optional = false
python-versions = ">=3.6" python-versions = ">=3.6"
files = [ files = [
@ -586,6 +635,7 @@ testing = ["flufl.flake8", "importlib-resources (>=1.3)", "packaging", "pep517",
name = "importlib-resources" name = "importlib-resources"
version = "5.12.0" version = "5.12.0"
description = "Read resources from Python packages" description = "Read resources from Python packages"
category = "dev"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
@ -604,6 +654,7 @@ testing = ["flake8 (<5)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-chec
name = "incremental" name = "incremental"
version = "21.3.0" version = "21.3.0"
description = "A small library that versions your Python projects." description = "A small library that versions your Python projects."
category = "dev"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
@ -618,6 +669,7 @@ scripts = ["click (>=6.0)", "twisted (>=16.4.0)"]
name = "iniconfig" name = "iniconfig"
version = "1.1.1" version = "1.1.1"
description = "iniconfig: brain-dead simple config-ini parsing" description = "iniconfig: brain-dead simple config-ini parsing"
category = "main"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
@ -629,6 +681,7 @@ files = [
name = "inotify" name = "inotify"
version = "0.2.10" version = "0.2.10"
description = "An adapter to Linux kernel support for inotify directory-watching." description = "An adapter to Linux kernel support for inotify directory-watching."
category = "main"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
@ -643,6 +696,7 @@ nose = "*"
name = "isort" name = "isort"
version = "4.3.21" version = "4.3.21"
description = "A Python utility / library to sort Python imports." description = "A Python utility / library to sort Python imports."
category = "main"
optional = false optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
files = [ files = [
@ -660,6 +714,7 @@ xdg-home = ["appdirs (>=1.4.0)"]
name = "jinja2" name = "jinja2"
version = "3.0.3" version = "3.0.3"
description = "A very fast and expressive template engine." description = "A very fast and expressive template engine."
category = "dev"
optional = false optional = false
python-versions = ">=3.6" python-versions = ">=3.6"
files = [ files = [
@ -677,6 +732,7 @@ i18n = ["Babel (>=2.7)"]
name = "lazy-object-proxy" name = "lazy-object-proxy"
version = "1.7.1" version = "1.7.1"
description = "A fast and thorough lazy object proxy." description = "A fast and thorough lazy object proxy."
category = "main"
optional = false optional = false
python-versions = ">=3.6" python-versions = ">=3.6"
files = [ files = [
@ -723,6 +779,7 @@ files = [
name = "libusb1" name = "libusb1"
version = "3.0.0" version = "3.0.0"
description = "Pure-python wrapper for libusb-1.0" description = "Pure-python wrapper for libusb-1.0"
category = "main"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
@ -736,6 +793,7 @@ files = [
name = "mako" name = "mako"
version = "1.1.6" version = "1.1.6"
description = "A super-fast templating language that borrows the best ideas from the existing templating languages." description = "A super-fast templating language that borrows the best ideas from the existing templating languages."
category = "main"
optional = false optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
files = [ files = [
@ -754,6 +812,7 @@ lingua = ["lingua"]
name = "markupsafe" name = "markupsafe"
version = "2.0.1" version = "2.0.1"
description = "Safely add untrusted strings to HTML/XML markup." description = "Safely add untrusted strings to HTML/XML markup."
category = "main"
optional = false optional = false
python-versions = ">=3.6" python-versions = ">=3.6"
files = [ files = [
@ -832,6 +891,7 @@ files = [
name = "mccabe" name = "mccabe"
version = "0.6.1" version = "0.6.1"
description = "McCabe checker, plugin for flake8" description = "McCabe checker, plugin for flake8"
category = "main"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
@ -843,6 +903,7 @@ files = [
name = "mnemonic" name = "mnemonic"
version = "0.20" version = "0.20"
description = "Implementation of Bitcoin BIP-0039" description = "Implementation of Bitcoin BIP-0039"
category = "main"
optional = false optional = false
python-versions = ">=3.5" python-versions = ">=3.5"
files = [ files = [
@ -854,6 +915,7 @@ files = [
name = "munch" name = "munch"
version = "2.5.0" version = "2.5.0"
description = "A dot-accessible dictionary (a la JavaScript objects)" description = "A dot-accessible dictionary (a la JavaScript objects)"
category = "main"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
@ -872,6 +934,7 @@ yaml = ["PyYAML (>=5.1.0)"]
name = "mypy-extensions" name = "mypy-extensions"
version = "0.4.3" version = "0.4.3"
description = "Experimental type system extensions for programs checked with the mypy typechecker." description = "Experimental type system extensions for programs checked with the mypy typechecker."
category = "main"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
@ -883,6 +946,7 @@ files = [
name = "nanopb" name = "nanopb"
version = "0.4.5.post1" version = "0.4.5.post1"
description = "Nanopb is a small code-size Protocol Buffers implementation in ansi C. It is especially suitable for use in microcontrollers, but fits any memory restricted system." description = "Nanopb is a small code-size Protocol Buffers implementation in ansi C. It is especially suitable for use in microcontrollers, but fits any memory restricted system."
category = "main"
optional = false optional = false
python-versions = ">=2.7" python-versions = ">=2.7"
files = [ files = [
@ -900,6 +964,7 @@ grpcio-tools = ["grpcio-tools (>=1.26.0rc1)"]
name = "nose" name = "nose"
version = "1.3.7" version = "1.3.7"
description = "nose extends unittest to make testing easier" description = "nose extends unittest to make testing easier"
category = "main"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
@ -912,6 +977,7 @@ files = [
name = "packaging" name = "packaging"
version = "21.3" version = "21.3"
description = "Core utilities for Python packages" description = "Core utilities for Python packages"
category = "main"
optional = false optional = false
python-versions = ">=3.6" python-versions = ">=3.6"
files = [ files = [
@ -926,6 +992,7 @@ pyparsing = ">=2.0.2,<3.0.5 || >3.0.5"
name = "pathspec" name = "pathspec"
version = "0.9.0" version = "0.9.0"
description = "Utility library for gitignore style pattern matching of file paths." description = "Utility library for gitignore style pattern matching of file paths."
category = "main"
optional = false optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
files = [ files = [
@ -937,6 +1004,7 @@ files = [
name = "pillow" name = "pillow"
version = "9.0.1" version = "9.0.1"
description = "Python Imaging Library (Fork)" description = "Python Imaging Library (Fork)"
category = "main"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
@ -979,23 +1047,25 @@ files = [
[[package]] [[package]]
name = "platformdirs" name = "platformdirs"
version = "2.5.0" version = "2.6.1"
description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." description = "A small Python package for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
category = "main"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
{file = "platformdirs-2.5.0-py3-none-any.whl", hash = "sha256:30671902352e97b1eafd74ade8e4a694782bd3471685e78c32d0fdfd3aa7e7bb"}, {file = "platformdirs-2.6.1-py3-none-any.whl", hash = "sha256:69de5933ec873bd7ddae497f004be17cf200bce048dc987c28fc4e347d5349ff"},
{file = "platformdirs-2.5.0.tar.gz", hash = "sha256:8ec11dfba28ecc0715eb5fb0147a87b1bf325f349f3da9aab2cd6b50b96b692b"}, {file = "platformdirs-2.6.1.tar.gz", hash = "sha256:e13f076e0f725f1beb58e7d26f80eff94099941740d3c664db03efecd6561271"},
] ]
[package.extras] [package.extras]
docs = ["Sphinx (>=4)", "furo (>=2021.7.5b38)", "proselint (>=0.10.2)", "sphinx-autodoc-typehints (>=1.12)"] docs = ["furo (>=2022.12.7)", "proselint (>=0.13)", "sphinx (>=5.3)", "sphinx-autodoc-typehints (>=1.19.5)"]
test = ["appdirs (==1.4.4)", "pytest (>=6)", "pytest-cov (>=2.7)", "pytest-mock (>=3.6)"] test = ["appdirs (==1.4.4)", "covdefaults (>=2.2.2)", "pytest (>=7.2)", "pytest-cov (>=4)", "pytest-mock (>=3.10)"]
[[package]] [[package]]
name = "pluggy" name = "pluggy"
version = "1.0.0" version = "1.0.0"
description = "plugin and hook calling mechanisms for python" description = "plugin and hook calling mechanisms for python"
category = "main"
optional = false optional = false
python-versions = ">=3.6" python-versions = ">=3.6"
files = [ files = [
@ -1014,6 +1084,7 @@ testing = ["pytest", "pytest-benchmark"]
name = "protobuf" name = "protobuf"
version = "3.19.4" version = "3.19.4"
description = "Protocol Buffers" description = "Protocol Buffers"
category = "main"
optional = false optional = false
python-versions = ">=3.5" python-versions = ">=3.5"
files = [ files = [
@ -1049,6 +1120,7 @@ files = [
name = "py" name = "py"
version = "1.11.0" version = "1.11.0"
description = "library with cross-python path, ini-parsing, io, code, log facilities" description = "library with cross-python path, ini-parsing, io, code, log facilities"
category = "main"
optional = false optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
files = [ files = [
@ -1060,6 +1132,7 @@ files = [
name = "pyasn1" name = "pyasn1"
version = "0.4.8" version = "0.4.8"
description = "ASN.1 types and codecs" description = "ASN.1 types and codecs"
category = "main"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
@ -1071,6 +1144,7 @@ files = [
name = "pyblake2" name = "pyblake2"
version = "1.1.2" version = "1.1.2"
description = "BLAKE2 hash function extension module" description = "BLAKE2 hash function extension module"
category = "main"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
@ -1089,6 +1163,7 @@ files = [
name = "pycodestyle" name = "pycodestyle"
version = "2.8.0" version = "2.8.0"
description = "Python style guide checker" description = "Python style guide checker"
category = "main"
optional = false optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
files = [ files = [
@ -1100,6 +1175,7 @@ files = [
name = "pycparser" name = "pycparser"
version = "2.21" version = "2.21"
description = "C parser in Python" description = "C parser in Python"
category = "main"
optional = false optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
files = [ files = [
@ -1111,6 +1187,7 @@ files = [
name = "pyflakes" name = "pyflakes"
version = "2.4.0" version = "2.4.0"
description = "passive checker of Python programs" description = "passive checker of Python programs"
category = "main"
optional = false optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
files = [ files = [
@ -1122,6 +1199,7 @@ files = [
name = "pylint" name = "pylint"
version = "2.12.2" version = "2.12.2"
description = "python code static checker" description = "python code static checker"
category = "main"
optional = false optional = false
python-versions = ">=3.6.2" python-versions = ">=3.6.2"
files = [ files = [
@ -1142,6 +1220,7 @@ typing-extensions = {version = ">=3.10.0", markers = "python_version < \"3.10\""
name = "pyparsing" name = "pyparsing"
version = "3.0.7" version = "3.0.7"
description = "Python parsing module" description = "Python parsing module"
category = "main"
optional = false optional = false
python-versions = ">=3.6" python-versions = ">=3.6"
files = [ files = [
@ -1156,6 +1235,7 @@ diagrams = ["jinja2", "railroad-diagrams"]
name = "pyserial" name = "pyserial"
version = "3.5" version = "3.5"
description = "Python Serial Port Extension" description = "Python Serial Port Extension"
category = "main"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
@ -1170,6 +1250,7 @@ cp2110 = ["hidapi"]
name = "pytest" name = "pytest"
version = "6.2.5" version = "6.2.5"
description = "pytest: simple powerful testing with Python" description = "pytest: simple powerful testing with Python"
category = "main"
optional = false optional = false
python-versions = ">=3.6" python-versions = ">=3.6"
files = [ files = [
@ -1195,6 +1276,7 @@ testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "requests", "xm
name = "pytest-forked" name = "pytest-forked"
version = "1.4.0" version = "1.4.0"
description = "run tests in isolated forked subprocesses" description = "run tests in isolated forked subprocesses"
category = "main"
optional = false optional = false
python-versions = ">=3.6" python-versions = ">=3.6"
files = [ files = [
@ -1210,6 +1292,7 @@ pytest = ">=3.10"
name = "pytest-ordering" name = "pytest-ordering"
version = "0.6" version = "0.6"
description = "pytest plugin to run your tests in a specific order" description = "pytest plugin to run your tests in a specific order"
category = "main"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
@ -1225,6 +1308,7 @@ pytest = "*"
name = "pytest-random-order" name = "pytest-random-order"
version = "1.0.4" version = "1.0.4"
description = "Randomise the order in which pytest tests are run with some control over the randomness" description = "Randomise the order in which pytest tests are run with some control over the randomness"
category = "main"
optional = false optional = false
python-versions = ">=3.5.0" python-versions = ">=3.5.0"
files = [ files = [
@ -1239,6 +1323,7 @@ pytest = ">=3.0.0"
name = "pytest-timeout" name = "pytest-timeout"
version = "2.1.0" version = "2.1.0"
description = "pytest plugin to abort hanging tests" description = "pytest plugin to abort hanging tests"
category = "main"
optional = false optional = false
python-versions = ">=3.6" python-versions = ">=3.6"
files = [ files = [
@ -1253,6 +1338,7 @@ pytest = ">=5.0.0"
name = "pytest-xdist" name = "pytest-xdist"
version = "2.5.0" version = "2.5.0"
description = "pytest xdist plugin for distributed testing and loop-on-failing modes" description = "pytest xdist plugin for distributed testing and loop-on-failing modes"
category = "main"
optional = false optional = false
python-versions = ">=3.6" python-versions = ">=3.6"
files = [ files = [
@ -1274,6 +1360,7 @@ testing = ["filelock"]
name = "python-bitcoinlib" name = "python-bitcoinlib"
version = "0.11.0" version = "0.11.0"
description = "The Swiss Army Knife of the Bitcoin protocol." description = "The Swiss Army Knife of the Bitcoin protocol."
category = "main"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
@ -1285,6 +1372,7 @@ files = [
name = "pyyaml" name = "pyyaml"
version = "6.0" version = "6.0"
description = "YAML parser and emitter for Python" description = "YAML parser and emitter for Python"
category = "main"
optional = false optional = false
python-versions = ">=3.6" python-versions = ">=3.6"
files = [ files = [
@ -1334,6 +1422,7 @@ files = [
name = "requests" name = "requests"
version = "2.31.0" version = "2.31.0"
description = "Python HTTP for Humans." description = "Python HTTP for Humans."
category = "main"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
@ -1355,6 +1444,7 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"]
name = "scan-build" name = "scan-build"
version = "2.0.20" version = "2.0.20"
description = "static code analyzer wrapper for Clang." description = "static code analyzer wrapper for Clang."
category = "dev"
optional = false optional = false
python-versions = ">=3.6" python-versions = ">=3.6"
files = [ files = [
@ -1366,6 +1456,7 @@ files = [
name = "scons" name = "scons"
version = "4.3.0" version = "4.3.0"
description = "Open Source next-generation build tool." description = "Open Source next-generation build tool."
category = "main"
optional = false optional = false
python-versions = ">=3.5" python-versions = ">=3.5"
files = [ files = [
@ -1380,6 +1471,7 @@ setuptools = "*"
name = "setuptools" name = "setuptools"
version = "67.6.0" version = "67.6.0"
description = "Easily download, build, install, upgrade, and uninstall Python packages" description = "Easily download, build, install, upgrade, and uninstall Python packages"
category = "main"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
@ -1396,6 +1488,7 @@ testing-integration = ["build[virtualenv]", "filelock (>=3.4.0)", "jaraco.envs (
name = "shamir-mnemonic" name = "shamir-mnemonic"
version = "0.2.2" version = "0.2.2"
description = "SLIP-39 Shamir Mnemonics" description = "SLIP-39 Shamir Mnemonics"
category = "main"
optional = false optional = false
python-versions = ">=3.6" python-versions = ">=3.6"
files = [ files = [
@ -1416,6 +1509,7 @@ tests = ["pytest"]
name = "simple-rlp" name = "simple-rlp"
version = "0.1.2" version = "0.1.2"
description = "RLP (Recursive Length Prefix) - Encode and decode data structures" description = "RLP (Recursive Length Prefix) - Encode and decode data structures"
category = "main"
optional = false optional = false
python-versions = ">=3.6" python-versions = ">=3.6"
files = [ files = [
@ -1426,6 +1520,7 @@ files = [
name = "six" name = "six"
version = "1.16.0" version = "1.16.0"
description = "Python 2 and 3 compatibility utilities" description = "Python 2 and 3 compatibility utilities"
category = "main"
optional = false optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
files = [ files = [
@ -1437,6 +1532,7 @@ files = [
name = "sortedcontainers" name = "sortedcontainers"
version = "2.4.0" version = "2.4.0"
description = "Sorted Containers -- Sorted List, Sorted Dict, Sorted Set" description = "Sorted Containers -- Sorted List, Sorted Dict, Sorted Set"
category = "main"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
@ -1446,18 +1542,24 @@ files = [
[[package]] [[package]]
name = "termcolor" name = "termcolor"
version = "1.1.0" version = "2.3.0"
description = "ANSII Color formatting for output in terminal." description = "ANSI color formatting for output in terminal"
category = "main"
optional = false optional = false
python-versions = "*" python-versions = ">=3.7"
files = [ files = [
{file = "termcolor-1.1.0.tar.gz", hash = "sha256:1d6d69ce66211143803fbc56652b41d73b4a400a2891d7bf7a1cdf4c02de613b"}, {file = "termcolor-2.3.0-py3-none-any.whl", hash = "sha256:3afb05607b89aed0ffe25202399ee0867ad4d3cb4180d98aaf8eefa6a5f7d475"},
{file = "termcolor-2.3.0.tar.gz", hash = "sha256:b5b08f68937f138fe92f6c089b99f1e2da0ae56c52b78bf7075fd95420fd9a5a"},
] ]
[package.extras]
tests = ["pytest", "pytest-cov"]
[[package]] [[package]]
name = "toml" name = "toml"
version = "0.10.2" version = "0.10.2"
description = "Python Library for Tom's Obvious, Minimal Language" description = "Python Library for Tom's Obvious, Minimal Language"
category = "main"
optional = false optional = false
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
files = [ files = [
@ -1469,6 +1571,7 @@ files = [
name = "tomli" name = "tomli"
version = "1.2.3" version = "1.2.3"
description = "A lil' TOML parser" description = "A lil' TOML parser"
category = "main"
optional = false optional = false
python-versions = ">=3.6" python-versions = ">=3.6"
files = [ files = [
@ -1480,6 +1583,7 @@ files = [
name = "towncrier" name = "towncrier"
version = "23.6.0" version = "23.6.0"
description = "Building newsfiles for your project." description = "Building newsfiles for your project."
category = "dev"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
@ -1502,6 +1606,7 @@ dev = ["furo", "packaging", "sphinx (>=5)", "twisted"]
name = "tox" name = "tox"
version = "3.24.5" version = "3.24.5"
description = "tox is a generic virtualenv management and test command line tool" description = "tox is a generic virtualenv management and test command line tool"
category = "main"
optional = false optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
files = [ files = [
@ -1526,8 +1631,9 @@ testing = ["flaky (>=3.4.0)", "freezegun (>=0.3.11)", "pathlib2 (>=2.3.3)", "psu
[[package]] [[package]]
name = "trezor" name = "trezor"
version = "0.13.6" version = "0.13.8"
description = "Python library for communicating with Trezor Hardware Wallet" description = "Python library for communicating with Trezor Hardware Wallet"
category = "main"
optional = false optional = false
python-versions = ">=3.6" python-versions = ">=3.6"
files = [] files = []
@ -1560,6 +1666,7 @@ url = "python"
name = "typed-ast" name = "typed-ast"
version = "1.5.2" version = "1.5.2"
description = "a fork of Python 2 and 3 ast modules with type comment support" description = "a fork of Python 2 and 3 ast modules with type comment support"
category = "main"
optional = false optional = false
python-versions = ">=3.6" python-versions = ">=3.6"
files = [ files = [
@ -1593,6 +1700,7 @@ files = [
name = "typing-extensions" name = "typing-extensions"
version = "4.0.1" version = "4.0.1"
description = "Backported and Experimental Type Hints for Python 3.6+" description = "Backported and Experimental Type Hints for Python 3.6+"
category = "main"
optional = false optional = false
python-versions = ">=3.6" python-versions = ">=3.6"
files = [ files = [
@ -1604,6 +1712,7 @@ files = [
name = "uhid-freebsd" name = "uhid-freebsd"
version = "1.2.2" version = "1.2.2"
description = "Get information on FreeBSD uhid devices." description = "Get information on FreeBSD uhid devices."
category = "main"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
@ -1614,6 +1723,7 @@ files = [
name = "urllib3" name = "urllib3"
version = "1.26.8" version = "1.26.8"
description = "HTTP library with thread-safe connection pooling, file post, and more." description = "HTTP library with thread-safe connection pooling, file post, and more."
category = "main"
optional = false optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4" python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4"
files = [ files = [
@ -1630,6 +1740,7 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
name = "virtualenv" name = "virtualenv"
version = "20.13.1" version = "20.13.1"
description = "Virtual Python Environment builder" description = "Virtual Python Environment builder"
category = "main"
optional = false optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
files = [ files = [
@ -1652,6 +1763,7 @@ testing = ["coverage (>=4)", "coverage-enable-subprocess (>=1)", "flaky (>=3)",
name = "vulture" name = "vulture"
version = "2.6" version = "2.6"
description = "Find dead code" description = "Find dead code"
category = "main"
optional = false optional = false
python-versions = ">=3.6" python-versions = ">=3.6"
files = [ files = [
@ -1666,6 +1778,7 @@ toml = "*"
name = "wrapt" name = "wrapt"
version = "1.13.3" version = "1.13.3"
description = "Module for decorators, wrappers and monkey patching." description = "Module for decorators, wrappers and monkey patching."
category = "main"
optional = false optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
files = [ files = [
@ -1726,6 +1839,7 @@ files = [
name = "yamllint" name = "yamllint"
version = "1.26.3" version = "1.26.3"
description = "A linter for YAML files." description = "A linter for YAML files."
category = "main"
optional = false optional = false
python-versions = ">=3.5" python-versions = ">=3.5"
files = [ files = [
@ -1741,6 +1855,7 @@ setuptools = "*"
name = "zipp" name = "zipp"
version = "3.7.0" version = "3.7.0"
description = "Backport of pathlib-compatible object wrapper for zip files" description = "Backport of pathlib-compatible object wrapper for zip files"
category = "main"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
@ -1755,4 +1870,4 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>=
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.7" python-versions = "^3.7"
content-hash = "b27dc47eab09d4e103c38ab0849fb8111c919e1a12c69c293dd9a32d1d77db16" content-hash = "3e671a37f0bf4b63d64d3f17c54f7a87006d65f4747335cb6d86cc07166764ed"