From dccba89a3aef285604f312b31c180071abfb0b50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 02:39:22 +0000 Subject: [PATCH] chore(deps): bump urllib3 from 1.26.7 to 1.26.19 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.7 to 1.26.19. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/1.26.19/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.7...1.26.19) --- updated-dependencies: - dependency-name: urllib3 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- poetry.lock | 80 ++++++----------------------------------------------- 1 file changed, 8 insertions(+), 72 deletions(-) diff --git a/poetry.lock b/poetry.lock index 05839e4..3ba1c6d 100644 --- a/poetry.lock +++ b/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.8.2 and should not be changed by hand. [[package]] name = "aiohttp" version = "3.8.0" description = "Async http client/server framework (asyncio)" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -98,7 +97,6 @@ speedups = ["Brotli", "aiodns", "cchardet"] name = "aiomysql" version = "0.0.21" description = "MySQL driver for asyncio." -category = "main" optional = true python-versions = "*" files = [ @@ -116,7 +114,6 @@ sa = ["sqlalchemy (>=1.0)"] name = "aiosignal" version = "1.2.0" description = "aiosignal: a list of registered asynchronous callbacks" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -131,7 +128,6 @@ frozenlist = ">=1.1.0" name = "aiosqlite" version = "0.17.0" description = "asyncio bridge to the standard sqlite3 module" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -146,7 +142,6 @@ typing_extensions = ">=3.7.2" name = "async-timeout" version = "4.0.0" description = "Timeout context manager for asyncio programs" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -161,7 +156,6 @@ typing-extensions = ">=3.6.5" name = "asyncpg" version = "0.24.0" description = "An asyncio PostgreSQL driver" -category = "main" optional = true python-versions = ">=3.6.0" files = [ @@ -189,7 +183,6 @@ test = ["flake8 (>=3.9.2,<3.10.0)", "pycodestyle (>=2.7.0,<2.8.0)", "uvloop (>=0 name = "atomicwrites" version = "1.4.0" description = "Atomic file writes." -category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ @@ -201,7 +194,6 @@ files = [ name = "attrs" version = "21.2.0" description = "Classes Without Boilerplate" -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -219,7 +211,6 @@ tests-no-zope = ["coverage[toml] (>=5.0.2)", "hypothesis", "mypy", "pympler", "p name = "black" version = "21.10b0" description = "The uncompromising code formatter." -category = "dev" optional = false python-versions = ">=3.6.2" files = [ @@ -235,8 +226,8 @@ platformdirs = ">=2" regex = ">=2020.1.8" tomli = ">=0.2.6,<2.0.0" typing-extensions = [ - {version = ">=3.10.0.0", markers = "python_version < \"3.10\""}, {version = ">=3.10.0.0,<3.10.0.1 || >3.10.0.1", markers = "python_version >= \"3.10\""}, + {version = ">=3.10.0.0", markers = "python_version < \"3.10\""}, ] [package.extras] @@ -250,7 +241,6 @@ uvloop = ["uvloop (>=0.15.2)"] name = "certifi" version = "2022.12.7" description = "Python package for providing Mozilla's CA Bundle." -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -262,7 +252,6 @@ files = [ name = "charset-normalizer" version = "2.0.7" description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet." -category = "main" optional = false python-versions = ">=3.5.0" files = [ @@ -277,7 +266,6 @@ unicode-backport = ["unicodedata2"] name = "click" version = "8.0.3" description = "Composable command line interface toolkit" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -292,7 +280,6 @@ colorama = {version = "*", markers = "platform_system == \"Windows\""} name = "colorama" version = "0.4.4" description = "Cross-platform colored terminal text." -category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -304,7 +291,6 @@ files = [ name = "colorful" version = "0.5.4" description = "Terminal string styling done right, in Python." -category = "dev" optional = false python-versions = "*" files = [ @@ -319,7 +305,6 @@ colorama = {version = "*", markers = "platform_system == \"Windows\""} name = "elasticsearch" version = "7.15.1" description = "Python client for Elasticsearch" -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4" files = [ @@ -342,7 +327,6 @@ requests = ["requests (>=2.4.0,<3.0.0)"] name = "elasticsearch-stubs" version = "0" description = "Reserving this package for future use" -category = "dev" optional = false python-versions = "*" files = [ @@ -353,7 +337,6 @@ files = [ name = "flake8" version = "3.9.2" description = "the modular source code checker: pep8 pyflakes and co" -category = "dev" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" files = [ @@ -370,7 +353,6 @@ pyflakes = ">=2.3.0,<2.4.0" name = "flake8-bugbear" version = "21.9.2" description = "A plugin for flake8 finding likely bugs and design problems in your program. Contains warnings that don't belong in pyflakes and pycodestyle." -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -389,7 +371,6 @@ dev = ["black", "coverage", "hypothesis", "hypothesmith"] name = "frozenlist" version = "1.2.0" description = "A list-like structure which implements collections.abc.MutableSequence" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -471,7 +452,6 @@ files = [ name = "greenlet" version = "1.1.2" description = "Lightweight in-process concurrent programming" -category = "main" optional = false python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*" files = [ @@ -539,7 +519,6 @@ docs = ["Sphinx"] name = "grpc-stubs" version = "1.24.7" description = "Mypy stubs for gRPC" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -555,7 +534,6 @@ mypy = ">=0.902" name = "grpcio" version = "1.41.1" description = "HTTP/2-based RPC framework" -category = "main" optional = false python-versions = "*" files = [ @@ -615,7 +593,6 @@ protobuf = ["grpcio-tools (>=1.41.1)"] name = "grpcio-tools" version = "1.41.1" description = "Protobuf code generator for gRPC" -category = "dev" optional = false python-versions = "*" files = [ @@ -674,7 +651,6 @@ setuptools = "*" name = "idna" version = "3.3" description = "Internationalized Domain Names in Applications (IDNA)" -category = "main" optional = false python-versions = ">=3.5" files = [ @@ -686,7 +662,6 @@ files = [ name = "iniconfig" version = "1.1.1" description = "iniconfig: brain-dead simple config-ini parsing" -category = "dev" optional = false python-versions = "*" files = [ @@ -698,7 +673,6 @@ files = [ name = "inquirerpy" version = "0.3.0" description = "Python port of Inquirer.js (A collection of common interactive command-line user interfaces)" -category = "dev" optional = false python-versions = ">=3.7,<4.0" files = [ @@ -717,7 +691,6 @@ docs = ["Sphinx (>=4.1.2,<5.0.0)", "furo (>=2021.8.17-beta.43,<2022.0.0)", "myst name = "mccabe" version = "0.6.1" description = "McCabe checker, plugin for flake8" -category = "dev" optional = false python-versions = "*" files = [ @@ -729,7 +702,6 @@ files = [ name = "mkcommit" version = "1.3.0" description = "Dead-simple tool for enforcing clean commit messages." -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -750,7 +722,6 @@ dev = ["autopep8", "flake8", "nox", "pdoc3", "setuptools", "twine"] name = "multidict" version = "5.2.0" description = "multidict implementation" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -832,7 +803,6 @@ files = [ name = "mypy" version = "0.910" description = "Optional static typing for Python" -category = "dev" optional = false python-versions = ">=3.5" files = [ @@ -874,7 +844,6 @@ python2 = ["typed-ast (>=1.4.0,<1.5.0)"] name = "mypy-extensions" version = "0.4.3" description = "Experimental type system extensions for programs checked with the mypy typechecker." -category = "dev" optional = false python-versions = "*" files = [ @@ -886,7 +855,6 @@ files = [ name = "mypy-protobuf" version = "2.10" description = "Generate mypy stub files from protobuf specs" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -902,7 +870,6 @@ types-protobuf = ">=3.17.4" name = "packaging" version = "21.2" description = "Core utilities for Python packages" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -917,7 +884,6 @@ pyparsing = ">=2.0.2,<3" name = "pathspec" version = "0.9.0" description = "Utility library for gitignore style pattern matching of file paths." -category = "dev" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" files = [ @@ -929,7 +895,6 @@ files = [ name = "pfzy" version = "0.3.3" description = "Python port of the fzy fuzzy string matching algorithm" -category = "dev" optional = false python-versions = ">=3.7,<4.0" files = [ @@ -944,7 +909,6 @@ docs = ["Sphinx (>=4.1.2,<5.0.0)", "furo (>=2021.8.17-beta.43,<2022.0.0)", "myst name = "platformdirs" version = "2.4.0" description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -960,7 +924,6 @@ test = ["appdirs (==1.4.4)", "pytest (>=6)", "pytest-cov (>=2.7)", "pytest-mock name = "pluggy" version = "1.0.0" description = "plugin and hook calling mechanisms for python" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -976,7 +939,6 @@ testing = ["pytest", "pytest-benchmark"] name = "prettyprinter" version = "0.18.0" description = "Syntax-highlighting, declarative and composable pretty printer for Python 3.5+" -category = "dev" optional = false python-versions = "*" files = [ @@ -992,7 +954,6 @@ Pygments = ">=2.2.0" name = "prompt-toolkit" version = "3.0.21" description = "Library for building powerful interactive command lines in Python" -category = "dev" optional = false python-versions = ">=3.6.2" files = [ @@ -1007,7 +968,6 @@ wcwidth = "*" name = "protobuf" version = "3.19.5" description = "Protocol Buffers" -category = "main" optional = false python-versions = ">=3.5" files = [ @@ -1042,7 +1002,6 @@ files = [ name = "py" version = "1.10.0" description = "library with cross-python path, ini-parsing, io, code, log facilities" -category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ @@ -1054,7 +1013,6 @@ files = [ name = "pycodestyle" version = "2.7.0" description = "Python style guide checker" -category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ @@ -1066,7 +1024,6 @@ files = [ name = "pyflakes" version = "2.3.1" description = "passive checker of Python programs" -category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ @@ -1078,7 +1035,6 @@ files = [ name = "pygments" version = "2.10.0" description = "Pygments is a syntax highlighting package written in Python." -category = "dev" optional = false python-versions = ">=3.5" files = [ @@ -1090,7 +1046,6 @@ files = [ name = "pymysql" version = "0.9.3" description = "Pure Python MySQL Driver" -category = "main" optional = true python-versions = "*" files = [ @@ -1105,7 +1060,6 @@ rsa = ["cryptography"] name = "pyparsing" version = "2.4.7" description = "Python parsing module" -category = "dev" optional = false python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -1117,7 +1071,6 @@ files = [ name = "pyperclip" version = "1.8.2" description = "A cross-platform clipboard module for Python. (Only handles plain text for now.)" -category = "dev" optional = false python-versions = "*" files = [ @@ -1128,7 +1081,6 @@ files = [ name = "pytest" version = "6.2.5" description = "pytest: simple powerful testing with Python" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -1153,7 +1105,6 @@ testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "requests", "xm name = "pytest-asyncio" version = "0.16.0" description = "Pytest support for asyncio." -category = "dev" optional = false python-versions = ">= 3.6" files = [ @@ -1171,7 +1122,6 @@ testing = ["coverage", "hypothesis (>=5.7.1)"] name = "pyyaml" version = "6.0" description = "YAML parser and emitter for Python" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -1221,7 +1171,6 @@ files = [ name = "regex" version = "2021.11.2" description = "Alternative regular expression module, to replace re." -category = "dev" optional = false python-versions = "*" files = [ @@ -1280,7 +1229,6 @@ files = [ name = "requests" version = "2.26.0" description = "Python HTTP for Humans." -category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*" files = [ @@ -1302,7 +1250,6 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<5)"] name = "setuptools" version = "65.6.3" description = "Easily download, build, install, upgrade, and uninstall Python packages" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1319,7 +1266,6 @@ testing-integration = ["build[virtualenv]", "filelock (>=3.4.0)", "jaraco.envs ( name = "six" version = "1.16.0" description = "Python 2 and 3 compatibility utilities" -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -1331,7 +1277,6 @@ files = [ name = "sqlalchemy" version = "1.4.26" description = "Database Abstraction Library" -category = "main" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7" files = [ @@ -1403,7 +1348,6 @@ sqlcipher = ["sqlcipher3-binary"] name = "sqlalchemy2-stubs" version = "0.0.2a19" description = "Typing Stubs for SQLAlchemy 1.4" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -1418,7 +1362,6 @@ typing-extensions = ">=3.7.4" name = "toml" version = "0.10.2" description = "Python Library for Tom's Obvious, Minimal Language" -category = "dev" optional = false python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -1430,7 +1373,6 @@ files = [ name = "tomli" version = "1.2.2" description = "A lil' TOML parser" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -1442,7 +1384,6 @@ files = [ name = "types-futures" version = "3.3.1" description = "Typing stubs for futures" -category = "dev" optional = false python-versions = "*" files = [ @@ -1454,7 +1395,6 @@ files = [ name = "types-protobuf" version = "3.18.0" description = "Typing stubs for protobuf" -category = "dev" optional = false python-versions = "*" files = [ @@ -1469,7 +1409,6 @@ types-futures = "*" name = "typing-extensions" version = "3.10.0.2" description = "Backported and Experimental Type Hints for Python 3.5+" -category = "main" optional = false python-versions = "*" files = [ @@ -1480,26 +1419,24 @@ files = [ [[package]] name = "urllib3" -version = "1.26.7" +version = "1.26.19" 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" +python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7" files = [ - {file = "urllib3-1.26.7-py2.py3-none-any.whl", hash = "sha256:c4fdf4019605b6e5423637e01bc9fe4daef873709a7973e195ceba0a62bbc844"}, - {file = "urllib3-1.26.7.tar.gz", hash = "sha256:4987c65554f7a2dbf30c18fd48778ef124af6fab771a377103da0585e2336ece"}, + {file = "urllib3-1.26.19-py2.py3-none-any.whl", hash = "sha256:37a0344459b199fce0e80b0d3569837ec6b6937435c5244e7fd73fa6006830f3"}, + {file = "urllib3-1.26.19.tar.gz", hash = "sha256:3e3d753a8618b86d7de333b4223005f68720bcd6a7d2bcb9fbd2229ec7c1e429"}, ] [package.extras] -brotli = ["brotlipy (>=0.6.0)"] -secure = ["certifi", "cryptography (>=1.3.4)", "idna (>=2.0.0)", "ipaddress", "pyOpenSSL (>=0.14)"] +brotli = ["brotli (==1.0.9)", "brotli (>=1.0.9)", "brotlicffi (>=0.8.0)", "brotlipy (>=0.6.0)"] +secure = ["certifi", "cryptography (>=1.3.4)", "idna (>=2.0.0)", "ipaddress", "pyOpenSSL (>=0.14)", "urllib3-secure-extra"] socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] [[package]] name = "wcwidth" version = "0.2.5" description = "Measures the displayed width of unicode strings in a terminal" -category = "dev" optional = false python-versions = "*" files = [ @@ -1511,7 +1448,6 @@ files = [ name = "yarl" version = "1.7.2" description = "Yet another URL library" -category = "main" optional = false python-versions = ">=3.6" files = [