chore(deps): bump certifi from 2022.12.7 to 2023.7.22

Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.12.7 to 2023.7.22.
- [Commits](https://github.com/certifi/python-certifi/compare/2022.12.07...2023.07.22)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/3186/head
dependabot[bot] 11 months ago committed by matejcik
parent 781493a7ae
commit 9234db79e9

102
poetry.lock generated

@ -1,10 +1,9 @@
# This file is automatically @generated by Poetry 1.4.2 and should not be changed by hand. # This file is automatically @generated by Poetry 1.5.1 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 = [
@ -23,7 +22,6 @@ 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 = [
@ -35,7 +33,6 @@ 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 = [
@ -53,7 +50,6 @@ 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 = [
@ -67,7 +63,6 @@ pyflakes = ">=1.1.0"
name = "binsize" name = "binsize"
version = "0.1.3" version = "0.1.3"
description = "Tool to analyze the size of a binary from .elf file" description = "Tool to analyze the size of a binary from .elf file"
category = "main"
optional = false optional = false
python-versions = ">=3.7,<4.0" python-versions = ">=3.7,<4.0"
files = [ files = [
@ -85,7 +80,6 @@ typing-extensions = "*"
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 = [
@ -131,21 +125,19 @@ uvloop = ["uvloop (>=0.15.2)"]
[[package]] [[package]]
name = "certifi" name = "certifi"
version = "2022.12.7" version = "2023.7.22"
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 = [
{file = "certifi-2022.12.7-py3-none-any.whl", hash = "sha256:4ad3232f5e926d6718ec31cfc1fcadfde020920e278684144551c91769c7bc18"}, {file = "certifi-2023.7.22-py3-none-any.whl", hash = "sha256:92d6037539857d8206b8f6ae472e8b77db8058fec5937a1ef3f54304089edbb9"},
{file = "certifi-2022.12.7.tar.gz", hash = "sha256:35824b4c3a97115964b408844d64aa14db1cc518f6562e8d7261699d1350a9e3"}, {file = "certifi-2023.7.22.tar.gz", hash = "sha256:539cc1d13202e33ca466e88b2807e29f4c13049d6d87031a3c110744495cb082"},
] ]
[[package]] [[package]]
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 = [
@ -208,7 +200,6 @@ 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 = [
@ -223,7 +214,6 @@ 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 = [
@ -239,7 +229,6 @@ 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 = [
@ -253,7 +242,6 @@ 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 = [
@ -265,7 +253,6 @@ 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 = [
@ -279,7 +266,6 @@ 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 = [
@ -294,7 +280,6 @@ 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 = [
@ -336,7 +321,6 @@ 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 = [
@ -382,7 +366,6 @@ 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 = [
@ -393,7 +376,6 @@ 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 = [
@ -404,7 +386,6 @@ 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 = [
@ -416,7 +397,6 @@ 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 = [
@ -428,7 +408,6 @@ 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 = [
@ -447,7 +426,6 @@ 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 = [
@ -458,7 +436,6 @@ 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 = [
@ -473,7 +450,6 @@ 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 = [
@ -492,7 +468,6 @@ 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 = [
@ -508,7 +483,6 @@ 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 = [
@ -526,7 +500,6 @@ 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 = [
@ -542,7 +515,6 @@ 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 = [
@ -554,7 +526,6 @@ 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 = [
@ -571,7 +542,6 @@ 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 = [
@ -603,7 +573,6 @@ 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 = [
@ -615,7 +584,6 @@ 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 = [
@ -635,7 +603,6 @@ 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 = [
@ -654,7 +621,6 @@ 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 = [
@ -669,7 +635,6 @@ 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 = [
@ -681,7 +646,6 @@ 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 = [
@ -696,7 +660,6 @@ 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 = [
@ -714,7 +677,6 @@ 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 = [
@ -732,7 +694,6 @@ 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 = [
@ -779,7 +740,6 @@ 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 = [
@ -793,7 +753,6 @@ 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 = [
@ -812,7 +771,6 @@ 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 = [
@ -891,7 +849,6 @@ 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 = [
@ -903,7 +860,6 @@ 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 = [
@ -915,7 +871,6 @@ 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 = [
@ -934,7 +889,6 @@ 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 = [
@ -946,7 +900,6 @@ 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 = [
@ -964,7 +917,6 @@ 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 = [
@ -977,7 +929,6 @@ 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 = [
@ -992,7 +943,6 @@ 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 = [
@ -1004,7 +954,6 @@ 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 = [
@ -1049,7 +998,6 @@ files = [
name = "platformdirs" name = "platformdirs"
version = "2.6.1" version = "2.6.1"
description = "A small Python package 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 = [
@ -1065,7 +1013,6 @@ test = ["appdirs (==1.4.4)", "covdefaults (>=2.2.2)", "pytest (>=7.2)", "pytest-
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 = [
@ -1084,7 +1031,6 @@ 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 = [
@ -1120,7 +1066,6 @@ 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 = [
@ -1132,7 +1077,6 @@ 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 = [
@ -1144,7 +1088,6 @@ 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 = [
@ -1163,7 +1106,6 @@ 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 = [
@ -1175,7 +1117,6 @@ 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 = [
@ -1187,7 +1128,6 @@ 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 = [
@ -1199,7 +1139,6 @@ 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 = [
@ -1220,7 +1159,6 @@ 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 = [
@ -1235,7 +1173,6 @@ 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 = [
@ -1250,7 +1187,6 @@ 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 = [
@ -1276,7 +1212,6 @@ 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 = [
@ -1292,7 +1227,6 @@ 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 = [
@ -1308,7 +1242,6 @@ 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 = [
@ -1323,7 +1256,6 @@ 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 = [
@ -1338,7 +1270,6 @@ 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 = [
@ -1360,7 +1291,6 @@ 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 = [
@ -1372,7 +1302,6 @@ 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 = [
@ -1422,7 +1351,6 @@ 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 = [
@ -1444,7 +1372,6 @@ 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 = [
@ -1456,7 +1383,6 @@ 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 = [
@ -1471,7 +1397,6 @@ 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 = [
@ -1488,7 +1413,6 @@ 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 = [
@ -1509,7 +1433,6 @@ 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 = [
@ -1520,7 +1443,6 @@ 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 = [
@ -1532,7 +1454,6 @@ 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 = [
@ -1544,7 +1465,6 @@ files = [
name = "termcolor" name = "termcolor"
version = "2.3.0" version = "2.3.0"
description = "ANSI color formatting for output in terminal" description = "ANSI color formatting for output in terminal"
category = "main"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
@ -1559,7 +1479,6 @@ tests = ["pytest", "pytest-cov"]
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 = [
@ -1571,7 +1490,6 @@ 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 = [
@ -1583,7 +1501,6 @@ 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 = [
@ -1606,7 +1523,6 @@ 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 = [
@ -1633,7 +1549,6 @@ testing = ["flaky (>=3.4.0)", "freezegun (>=0.3.11)", "pathlib2 (>=2.3.3)", "psu
name = "trezor" name = "trezor"
version = "0.13.8" 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 = []
@ -1666,7 +1581,6 @@ 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 = [
@ -1700,7 +1614,6 @@ 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 = [
@ -1712,7 +1625,6 @@ 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 = [
@ -1723,7 +1635,6 @@ 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 = [
@ -1740,7 +1651,6 @@ 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 = [
@ -1763,7 +1673,6 @@ 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 = [
@ -1778,7 +1687,6 @@ 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 = [
@ -1839,7 +1747,6 @@ 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 = [
@ -1855,7 +1762,6 @@ 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 = [

Loading…
Cancel
Save