From c5bdc6c6189adfd8840d1e7d301f04cfa30eaa1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 21:49:52 +0000 Subject: [PATCH] chore(deps): bump certifi in /endpoint/workspace 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] --- endpoint/workspace/poetry.lock | 49 +++------------------------------- 1 file changed, 4 insertions(+), 45 deletions(-) diff --git a/endpoint/workspace/poetry.lock b/endpoint/workspace/poetry.lock index 1486ea3..0d95ea3 100644 --- a/endpoint/workspace/poetry.lock +++ b/endpoint/workspace/poetry.lock @@ -1,10 +1,9 @@ -# This file is automatically @generated by Poetry 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]] name = "aioserial" version = "1.3.0" description = "An asynchronous serial port library of Python" -category = "main" optional = false python-versions = ">=3.6,<4.0" files = [ @@ -19,7 +18,6 @@ pyserial = "*" name = "appdirs" version = "1.4.4" description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." -category = "main" optional = false python-versions = "*" files = [ @@ -29,21 +27,19 @@ files = [ [[package]] name = "certifi" -version = "2022.12.7" +version = "2023.7.22" description = "Python package for providing Mozilla's CA Bundle." -category = "main" optional = false python-versions = ">=3.6" files = [ - {file = "certifi-2022.12.7-py3-none-any.whl", hash = "sha256:4ad3232f5e926d6718ec31cfc1fcadfde020920e278684144551c91769c7bc18"}, - {file = "certifi-2022.12.7.tar.gz", hash = "sha256:35824b4c3a97115964b408844d64aa14db1cc518f6562e8d7261699d1350a9e3"}, + {file = "certifi-2023.7.22-py3-none-any.whl", hash = "sha256:92d6037539857d8206b8f6ae472e8b77db8058fec5937a1ef3f54304089edbb9"}, + {file = "certifi-2023.7.22.tar.gz", hash = "sha256:539cc1d13202e33ca466e88b2807e29f4c13049d6d87031a3c110744495cb082"}, ] [[package]] name = "cffi" version = "1.14.2" description = "Foreign Function Interface for Python calling C code." -category = "main" optional = false python-versions = "*" files = [ @@ -84,7 +80,6 @@ pycparser = "*" name = "chardet" version = "3.0.4" description = "Universal encoding detector for Python 2 and 3" -category = "main" optional = false python-versions = "*" files = [ @@ -96,7 +91,6 @@ files = [ name = "charset-normalizer" version = "3.1.0" description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet." -category = "main" optional = false python-versions = ">=3.7.0" files = [ @@ -181,7 +175,6 @@ files = [ name = "cmsis-pack-manager" version = "0.2.10" description = "" -category = "main" optional = false python-versions = "*" files = [ @@ -202,7 +195,6 @@ pyyaml = ">=3.12" name = "colorama" version = "0.4.4" description = "Cross-platform colored terminal text." -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -214,7 +206,6 @@ files = [ name = "easyprocess" version = "0.2.10" description = "Easy to use python subprocess interface." -category = "main" optional = false python-versions = "*" files = [ @@ -226,7 +217,6 @@ files = [ name = "future" version = "0.18.2" description = "Clean single-source support for Python 3 and 2" -category = "main" optional = false python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -237,7 +227,6 @@ files = [ name = "hidapi" version = "0.10.0.post1" description = "A Cython interface to the hidapi from https://github.com/libusb/hidapi" -category = "main" optional = false python-versions = "*" files = [ @@ -259,7 +248,6 @@ setuptools = ">=19.0" name = "idna" version = "2.7" description = "Internationalized Domain Names in Applications (IDNA)" -category = "main" optional = false python-versions = "*" files = [ @@ -271,7 +259,6 @@ files = [ name = "intelhex" version = "2.3.0" description = "Python library for Intel HEX files manipulations" -category = "main" optional = false python-versions = "*" files = [ @@ -283,7 +270,6 @@ files = [ name = "intervaltree" version = "3.1.0" description = "Editable interval tree data structure for Python 2 and 3" -category = "main" optional = false python-versions = "*" files = [ @@ -297,7 +283,6 @@ sortedcontainers = ">=2.0,<3.0" name = "milksnake" version = "0.1.5" description = "A python library that extends setuptools for binary extensions." -category = "main" optional = false python-versions = "*" files = [ @@ -312,7 +297,6 @@ cffi = ">=1.6.0" name = "naturalsort" version = "1.5.1" description = "Simple natural order sorting API for Python" -category = "main" optional = false python-versions = "*" files = [ @@ -323,7 +307,6 @@ files = [ name = "netifaces" version = "0.10.7" description = "Portable network interface information." -category = "main" optional = false python-versions = "*" files = [ @@ -352,7 +335,6 @@ files = [ name = "pexpect" version = "4.7.0" description = "Pexpect allows easy control of interactive console applications." -category = "main" optional = false python-versions = "*" files = [ @@ -367,7 +349,6 @@ ptyprocess = ">=0.5" name = "prettytable" version = "1.0.1" description = "A simple Python library for easily displaying tabular data in a visually appealing ASCII table format" -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -386,7 +367,6 @@ tests = ["pytest", "pytest-cov"] name = "psutil" version = "5.7.3" description = "Cross-platform lib for process and system monitoring in Python." -category = "main" optional = false python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ @@ -410,7 +390,6 @@ test = ["enum34", "ipaddress", "mock", "pywin32", "unittest2", "wmi"] name = "ptyprocess" version = "0.6.0" description = "Run a subprocess in a pseudo terminal" -category = "main" optional = false python-versions = "*" files = [ @@ -422,7 +401,6 @@ files = [ name = "pycparser" version = "2.20" description = "C parser in Python" -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ @@ -434,7 +412,6 @@ files = [ name = "pyelftools" version = "0.27" description = "Library for analyzing ELF files and DWARF debugging information" -category = "main" optional = false python-versions = "*" files = [ @@ -446,7 +423,6 @@ files = [ name = "pylink-square" version = "0.8.1" description = "Python interface for SEGGER J-Link." -category = "main" optional = false python-versions = "*" files = [ @@ -463,7 +439,6 @@ six = "*" name = "pyocd" version = "0.28.3" description = "Cortex-M debugger for Python" -category = "main" optional = false python-versions = ">=2.7.9, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ @@ -493,7 +468,6 @@ dissassembler = ["capstone"] name = "pyserial" version = "3.4" description = "Python Serial Port Extension" -category = "main" optional = false python-versions = "*" files = [ @@ -505,7 +479,6 @@ files = [ name = "pyusb" version = "1.1.0" description = "Python USB access module" -category = "main" optional = false python-versions = "*" files = [ @@ -516,7 +489,6 @@ files = [ name = "pyvirtualdisplay" version = "0.2.5" description = "python wrapper for Xvfb, Xephyr and Xvnc" -category = "main" optional = false python-versions = "*" files = [ @@ -531,7 +503,6 @@ EasyProcess = "*" name = "pywin32" version = "300" description = "Python for Window Extensions" -category = "main" optional = false python-versions = "*" files = [ @@ -551,7 +522,6 @@ files = [ name = "pywinusb" version = "0.4.2" description = "A package that simplifies USB/HID communications on windows" -category = "main" optional = false python-versions = "*" files = [ @@ -562,7 +532,6 @@ files = [ name = "pyyaml" version = "5.4" description = "YAML parser and emitter for Python" -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*" files = [ @@ -593,7 +562,6 @@ files = [ name = "requests" version = "2.31.0" description = "Python HTTP for Humans." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -615,7 +583,6 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] name = "ruamel.yaml" version = "0.16.10" description = "ruamel.yaml is a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order" -category = "main" optional = false python-versions = "*" files = [ @@ -634,7 +601,6 @@ jinja2 = ["ruamel.yaml.jinja2 (>=0.2)"] name = "ruamel.yaml.clib" version = "0.2.0" description = "C version of reader, parser and emitter for ruamel.yaml derived from libyaml" -category = "main" optional = false python-versions = "*" files = [ @@ -663,7 +629,6 @@ files = [ name = "selenium" version = "3.141.0" description = "Python bindings for Selenium" -category = "main" optional = false python-versions = "*" files = [ @@ -678,7 +643,6 @@ urllib3 = "*" name = "setuptools" version = "67.8.0" description = "Easily download, build, install, upgrade, and uninstall Python packages" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -695,7 +659,6 @@ testing-integration = ["build[virtualenv]", "filelock (>=3.4.0)", "jaraco.envs ( name = "six" version = "1.15.0" description = "Python 2 and 3 compatibility utilities" -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -707,7 +670,6 @@ files = [ name = "sortedcontainers" version = "2.3.0" description = "Sorted Containers -- Sorted List, Sorted Dict, Sorted Set" -category = "main" optional = false python-versions = "*" files = [ @@ -719,7 +681,6 @@ files = [ name = "urllib3" version = "1.26.5" description = "HTTP library with thread-safe connection pooling, file post, and more." -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4" files = [ @@ -736,7 +697,6 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] name = "wcwidth" version = "0.2.5" description = "Measures the displayed width of unicode strings in a terminal" -category = "main" optional = false python-versions = "*" files = [ @@ -748,7 +708,6 @@ files = [ name = "wmi" version = "1.5.1" description = "Windows Management Instrumentation" -category = "main" optional = false python-versions = "*" files = [