mirror of
https://github.com/revanced/revanced-api.git
synced 2025-04-30 06:34:36 +02:00
chore(deps): bump certifi from 2023.5.7 to 2023.7.22 (#46)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alexandre Teles (afterSt0rm) <alexandre.teles@ufba.br> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
383aaee327
commit
1f674a41a2
65
poetry.lock
generated
65
poetry.lock
generated
@ -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]]
|
[[package]]
|
||||||
name = "aiodns"
|
name = "aiodns"
|
||||||
version = "3.0.0"
|
version = "3.0.0"
|
||||||
description = "Simple DNS resolver for asyncio"
|
description = "Simple DNS resolver for asyncio"
|
||||||
category = "main"
|
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = "*"
|
python-versions = "*"
|
||||||
files = [
|
files = [
|
||||||
@ -19,7 +18,6 @@ pycares = ">=4.0.0"
|
|||||||
name = "aiofiles"
|
name = "aiofiles"
|
||||||
version = "23.1.0"
|
version = "23.1.0"
|
||||||
description = "File support for asyncio."
|
description = "File support for asyncio."
|
||||||
category = "main"
|
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.7,<4.0"
|
python-versions = ">=3.7,<4.0"
|
||||||
files = [
|
files = [
|
||||||
@ -31,7 +29,6 @@ files = [
|
|||||||
name = "aiohttp"
|
name = "aiohttp"
|
||||||
version = "3.8.5"
|
version = "3.8.5"
|
||||||
description = "Async http client/server framework (asyncio)"
|
description = "Async http client/server framework (asyncio)"
|
||||||
category = "main"
|
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.6"
|
python-versions = ">=3.6"
|
||||||
files = [
|
files = [
|
||||||
@ -142,7 +139,6 @@ speedups = ["Brotli", "aiodns", "cchardet"]
|
|||||||
name = "aiosignal"
|
name = "aiosignal"
|
||||||
version = "1.3.1"
|
version = "1.3.1"
|
||||||
description = "aiosignal: a list of registered asynchronous callbacks"
|
description = "aiosignal: a list of registered asynchronous callbacks"
|
||||||
category = "main"
|
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.7"
|
python-versions = ">=3.7"
|
||||||
files = [
|
files = [
|
||||||
@ -157,7 +153,6 @@ frozenlist = ">=1.1.0"
|
|||||||
name = "anyio"
|
name = "anyio"
|
||||||
version = "3.7.1"
|
version = "3.7.1"
|
||||||
description = "High level compatibility layer for multiple asynchronous event loop implementations"
|
description = "High level compatibility layer for multiple asynchronous event loop implementations"
|
||||||
category = "main"
|
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.7"
|
python-versions = ">=3.7"
|
||||||
files = [
|
files = [
|
||||||
@ -178,7 +173,6 @@ trio = ["trio (<0.22)"]
|
|||||||
name = "async-timeout"
|
name = "async-timeout"
|
||||||
version = "4.0.2"
|
version = "4.0.2"
|
||||||
description = "Timeout context manager for asyncio programs"
|
description = "Timeout context manager for asyncio programs"
|
||||||
category = "main"
|
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.6"
|
python-versions = ">=3.6"
|
||||||
files = [
|
files = [
|
||||||
@ -190,7 +184,6 @@ files = [
|
|||||||
name = "asyncstdlib"
|
name = "asyncstdlib"
|
||||||
version = "3.10.8"
|
version = "3.10.8"
|
||||||
description = "The missing async toolbox"
|
description = "The missing async toolbox"
|
||||||
category = "main"
|
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = "~=3.6"
|
python-versions = "~=3.6"
|
||||||
files = [
|
files = [
|
||||||
@ -206,7 +199,6 @@ test = ["black", "coverage", "flake8", "flake8-2020", "flake8-bugbear", "mypy",
|
|||||||
name = "attrs"
|
name = "attrs"
|
||||||
version = "23.1.0"
|
version = "23.1.0"
|
||||||
description = "Classes Without Boilerplate"
|
description = "Classes Without Boilerplate"
|
||||||
category = "main"
|
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.7"
|
python-versions = ">=3.7"
|
||||||
files = [
|
files = [
|
||||||
@ -225,7 +217,6 @@ tests-no-zope = ["cloudpickle", "hypothesis", "mypy (>=1.1.1)", "pympler", "pyte
|
|||||||
name = "beautifulsoup4"
|
name = "beautifulsoup4"
|
||||||
version = "4.12.2"
|
version = "4.12.2"
|
||||||
description = "Screen-scraping library"
|
description = "Screen-scraping library"
|
||||||
category = "main"
|
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.6.0"
|
python-versions = ">=3.6.0"
|
||||||
files = [
|
files = [
|
||||||
@ -244,7 +235,6 @@ lxml = ["lxml"]
|
|||||||
name = "brotli"
|
name = "brotli"
|
||||||
version = "1.0.9"
|
version = "1.0.9"
|
||||||
description = "Python bindings for the Brotli compression library"
|
description = "Python bindings for the Brotli compression library"
|
||||||
category = "main"
|
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = "*"
|
python-versions = "*"
|
||||||
files = [
|
files = [
|
||||||
@ -336,7 +326,6 @@ files = [
|
|||||||
name = "certifi"
|
name = "certifi"
|
||||||
version = "2023.7.22"
|
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 = [
|
||||||
@ -348,7 +337,6 @@ files = [
|
|||||||
name = "cffi"
|
name = "cffi"
|
||||||
version = "1.15.1"
|
version = "1.15.1"
|
||||||
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 = [
|
||||||
@ -425,7 +413,6 @@ pycparser = "*"
|
|||||||
name = "charset-normalizer"
|
name = "charset-normalizer"
|
||||||
version = "3.2.0"
|
version = "3.2.0"
|
||||||
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.7.0"
|
python-versions = ">=3.7.0"
|
||||||
files = [
|
files = [
|
||||||
@ -510,7 +497,6 @@ files = [
|
|||||||
name = "colorama"
|
name = "colorama"
|
||||||
version = "0.4.6"
|
version = "0.4.6"
|
||||||
description = "Cross-platform colored terminal text."
|
description = "Cross-platform colored terminal text."
|
||||||
category = "main"
|
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7"
|
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7"
|
||||||
files = [
|
files = [
|
||||||
@ -522,7 +508,6 @@ files = [
|
|||||||
name = "coverage"
|
name = "coverage"
|
||||||
version = "7.2.7"
|
version = "7.2.7"
|
||||||
description = "Code coverage measurement for Python"
|
description = "Code coverage measurement for Python"
|
||||||
category = "main"
|
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.7"
|
python-versions = ">=3.7"
|
||||||
files = [
|
files = [
|
||||||
@ -595,7 +580,6 @@ toml = ["tomli"]
|
|||||||
name = "cytoolz"
|
name = "cytoolz"
|
||||||
version = "0.12.2"
|
version = "0.12.2"
|
||||||
description = "Cython implementation of Toolz: High performance functional utilities"
|
description = "Cython implementation of Toolz: High performance functional utilities"
|
||||||
category = "main"
|
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.6"
|
python-versions = ">=3.6"
|
||||||
files = [
|
files = [
|
||||||
@ -704,7 +688,6 @@ cython = ["cython"]
|
|||||||
name = "frozenlist"
|
name = "frozenlist"
|
||||||
version = "1.4.0"
|
version = "1.4.0"
|
||||||
description = "A list-like structure which implements collections.abc.MutableSequence"
|
description = "A list-like structure which implements collections.abc.MutableSequence"
|
||||||
category = "main"
|
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.8"
|
python-versions = ">=3.8"
|
||||||
files = [
|
files = [
|
||||||
@ -775,7 +758,6 @@ files = [
|
|||||||
name = "h11"
|
name = "h11"
|
||||||
version = "0.14.0"
|
version = "0.14.0"
|
||||||
description = "A pure-Python, bring-your-own-I/O implementation of HTTP/1.1"
|
description = "A pure-Python, bring-your-own-I/O implementation of HTTP/1.1"
|
||||||
category = "main"
|
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.7"
|
python-versions = ">=3.7"
|
||||||
files = [
|
files = [
|
||||||
@ -787,7 +769,6 @@ files = [
|
|||||||
name = "html5tagger"
|
name = "html5tagger"
|
||||||
version = "1.3.0"
|
version = "1.3.0"
|
||||||
description = "Pythonic HTML generation/templating (no template files)"
|
description = "Pythonic HTML generation/templating (no template files)"
|
||||||
category = "main"
|
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.7"
|
python-versions = ">=3.7"
|
||||||
files = [
|
files = [
|
||||||
@ -799,7 +780,6 @@ files = [
|
|||||||
name = "httpcore"
|
name = "httpcore"
|
||||||
version = "0.17.3"
|
version = "0.17.3"
|
||||||
description = "A minimal low-level HTTP client."
|
description = "A minimal low-level HTTP client."
|
||||||
category = "main"
|
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.7"
|
python-versions = ">=3.7"
|
||||||
files = [
|
files = [
|
||||||
@ -811,17 +791,16 @@ files = [
|
|||||||
anyio = ">=3.0,<5.0"
|
anyio = ">=3.0,<5.0"
|
||||||
certifi = "*"
|
certifi = "*"
|
||||||
h11 = ">=0.13,<0.15"
|
h11 = ">=0.13,<0.15"
|
||||||
sniffio = ">=1.0.0,<2.0.0"
|
sniffio = "==1.*"
|
||||||
|
|
||||||
[package.extras]
|
[package.extras]
|
||||||
http2 = ["h2 (>=3,<5)"]
|
http2 = ["h2 (>=3,<5)"]
|
||||||
socks = ["socksio (>=1.0.0,<2.0.0)"]
|
socks = ["socksio (==1.*)"]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "httptools"
|
name = "httptools"
|
||||||
version = "0.6.0"
|
version = "0.6.0"
|
||||||
description = "A collection of framework independent HTTP protocol utils."
|
description = "A collection of framework independent HTTP protocol utils."
|
||||||
category = "main"
|
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.5.0"
|
python-versions = ">=3.5.0"
|
||||||
files = [
|
files = [
|
||||||
@ -869,7 +848,6 @@ test = ["Cython (>=0.29.24,<0.30.0)"]
|
|||||||
name = "httpx"
|
name = "httpx"
|
||||||
version = "0.24.1"
|
version = "0.24.1"
|
||||||
description = "The next generation HTTP client."
|
description = "The next generation HTTP client."
|
||||||
category = "main"
|
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.7"
|
python-versions = ">=3.7"
|
||||||
files = [
|
files = [
|
||||||
@ -887,13 +865,12 @@ sniffio = "*"
|
|||||||
brotli = ["brotli", "brotlicffi"]
|
brotli = ["brotli", "brotlicffi"]
|
||||||
cli = ["click (>=8.0.0,<9.0.0)", "pygments (>=2.0.0,<3.0.0)", "rich (>=10,<14)"]
|
cli = ["click (>=8.0.0,<9.0.0)", "pygments (>=2.0.0,<3.0.0)", "rich (>=10,<14)"]
|
||||||
http2 = ["h2 (>=3,<5)"]
|
http2 = ["h2 (>=3,<5)"]
|
||||||
socks = ["socksio (>=1.0.0,<2.0.0)"]
|
socks = ["socksio (==1.*)"]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "idna"
|
name = "idna"
|
||||||
version = "3.4"
|
version = "3.4"
|
||||||
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 = [
|
||||||
@ -905,7 +882,6 @@ files = [
|
|||||||
name = "iniconfig"
|
name = "iniconfig"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
description = "brain-dead simple config-ini parsing"
|
description = "brain-dead simple config-ini parsing"
|
||||||
category = "main"
|
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.7"
|
python-versions = ">=3.7"
|
||||||
files = [
|
files = [
|
||||||
@ -917,7 +893,6 @@ files = [
|
|||||||
name = "lxml"
|
name = "lxml"
|
||||||
version = "4.9.3"
|
version = "4.9.3"
|
||||||
description = "Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API."
|
description = "Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API."
|
||||||
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 = [
|
||||||
@ -1025,7 +1000,6 @@ source = ["Cython (>=0.29.35)"]
|
|||||||
name = "multidict"
|
name = "multidict"
|
||||||
version = "6.0.4"
|
version = "6.0.4"
|
||||||
description = "multidict implementation"
|
description = "multidict implementation"
|
||||||
category = "main"
|
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.7"
|
python-versions = ">=3.7"
|
||||||
files = [
|
files = [
|
||||||
@ -1109,7 +1083,6 @@ files = [
|
|||||||
name = "mypy"
|
name = "mypy"
|
||||||
version = "1.4.1"
|
version = "1.4.1"
|
||||||
description = "Optional static typing for Python"
|
description = "Optional static typing for Python"
|
||||||
category = "main"
|
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.7"
|
python-versions = ">=3.7"
|
||||||
files = [
|
files = [
|
||||||
@ -1155,7 +1128,6 @@ reports = ["lxml"]
|
|||||||
name = "mypy-extensions"
|
name = "mypy-extensions"
|
||||||
version = "1.0.0"
|
version = "1.0.0"
|
||||||
description = "Type system extensions for programs checked with the mypy type checker."
|
description = "Type system extensions for programs checked with the mypy type checker."
|
||||||
category = "main"
|
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.5"
|
python-versions = ">=3.5"
|
||||||
files = [
|
files = [
|
||||||
@ -1167,7 +1139,6 @@ files = [
|
|||||||
name = "packaging"
|
name = "packaging"
|
||||||
version = "23.1"
|
version = "23.1"
|
||||||
description = "Core utilities for Python packages"
|
description = "Core utilities for Python packages"
|
||||||
category = "main"
|
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.7"
|
python-versions = ">=3.7"
|
||||||
files = [
|
files = [
|
||||||
@ -1179,7 +1150,6 @@ files = [
|
|||||||
name = "pluggy"
|
name = "pluggy"
|
||||||
version = "1.2.0"
|
version = "1.2.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.7"
|
python-versions = ">=3.7"
|
||||||
files = [
|
files = [
|
||||||
@ -1195,7 +1165,6 @@ testing = ["pytest", "pytest-benchmark"]
|
|||||||
name = "pycares"
|
name = "pycares"
|
||||||
version = "4.3.0"
|
version = "4.3.0"
|
||||||
description = "Python interface for c-ares"
|
description = "Python interface for c-ares"
|
||||||
category = "main"
|
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = "*"
|
python-versions = "*"
|
||||||
files = [
|
files = [
|
||||||
@ -1263,7 +1232,6 @@ idna = ["idna (>=2.1)"]
|
|||||||
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 = [
|
||||||
@ -1275,7 +1243,6 @@ files = [
|
|||||||
name = "pydantic"
|
name = "pydantic"
|
||||||
version = "1.10.12"
|
version = "1.10.12"
|
||||||
description = "Data validation and settings management using python type hints"
|
description = "Data validation and settings management using python type hints"
|
||||||
category = "main"
|
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.7"
|
python-versions = ">=3.7"
|
||||||
files = [
|
files = [
|
||||||
@ -1328,7 +1295,6 @@ email = ["email-validator (>=1.0.3)"]
|
|||||||
name = "pytest"
|
name = "pytest"
|
||||||
version = "7.4.0"
|
version = "7.4.0"
|
||||||
description = "pytest: simple powerful testing with Python"
|
description = "pytest: simple powerful testing with Python"
|
||||||
category = "main"
|
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.7"
|
python-versions = ">=3.7"
|
||||||
files = [
|
files = [
|
||||||
@ -1349,7 +1315,6 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no
|
|||||||
name = "pytest-asyncio"
|
name = "pytest-asyncio"
|
||||||
version = "0.21.1"
|
version = "0.21.1"
|
||||||
description = "Pytest support for asyncio"
|
description = "Pytest support for asyncio"
|
||||||
category = "main"
|
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.7"
|
python-versions = ">=3.7"
|
||||||
files = [
|
files = [
|
||||||
@ -1368,7 +1333,6 @@ testing = ["coverage (>=6.2)", "flaky (>=3.5.0)", "hypothesis (>=5.7.1)", "mypy
|
|||||||
name = "pytest-cov"
|
name = "pytest-cov"
|
||||||
version = "4.1.0"
|
version = "4.1.0"
|
||||||
description = "Pytest plugin for measuring coverage."
|
description = "Pytest plugin for measuring coverage."
|
||||||
category = "main"
|
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.7"
|
python-versions = ">=3.7"
|
||||||
files = [
|
files = [
|
||||||
@ -1387,7 +1351,6 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtuale
|
|||||||
name = "pytest-emoji"
|
name = "pytest-emoji"
|
||||||
version = "0.2.0"
|
version = "0.2.0"
|
||||||
description = "A pytest plugin that adds emojis to your test result report"
|
description = "A pytest plugin that adds emojis to your test result report"
|
||||||
category = "main"
|
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.4"
|
python-versions = ">=3.4"
|
||||||
files = [
|
files = [
|
||||||
@ -1402,7 +1365,6 @@ pytest = ">=4.2.1"
|
|||||||
name = "pytest-md"
|
name = "pytest-md"
|
||||||
version = "0.2.0"
|
version = "0.2.0"
|
||||||
description = "Plugin for generating Markdown reports for pytest results"
|
description = "Plugin for generating Markdown reports for pytest results"
|
||||||
category = "main"
|
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.6"
|
python-versions = ">=3.6"
|
||||||
files = [
|
files = [
|
||||||
@ -1417,7 +1379,6 @@ pytest = ">=4.2.1"
|
|||||||
name = "pyyaml"
|
name = "pyyaml"
|
||||||
version = "6.0.1"
|
version = "6.0.1"
|
||||||
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 = [
|
||||||
@ -1467,7 +1428,6 @@ files = [
|
|||||||
name = "sanic"
|
name = "sanic"
|
||||||
version = "23.6.0"
|
version = "23.6.0"
|
||||||
description = "A web server and web framework that's written to go fast. Build fast. Run fast."
|
description = "A web server and web framework that's written to go fast. Build fast. Run fast."
|
||||||
category = "main"
|
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.8"
|
python-versions = ">=3.8"
|
||||||
files = [
|
files = [
|
||||||
@ -1500,7 +1460,6 @@ test = ["bandit", "beautifulsoup4", "black", "chardet (>=3.0.0,<4.0.0)", "covera
|
|||||||
name = "sanic-ext"
|
name = "sanic-ext"
|
||||||
version = "23.6.0"
|
version = "23.6.0"
|
||||||
description = "Extend your Sanic installation with some core functionality."
|
description = "Extend your Sanic installation with some core functionality."
|
||||||
category = "main"
|
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = "*"
|
python-versions = "*"
|
||||||
files = [
|
files = [
|
||||||
@ -1519,7 +1478,6 @@ test = ["Jinja2", "coverage", "pytest", "pytest-asyncio", "pytest-cov", "sanic-t
|
|||||||
name = "sanic-routing"
|
name = "sanic-routing"
|
||||||
version = "23.6.0"
|
version = "23.6.0"
|
||||||
description = "Core routing component for Sanic"
|
description = "Core routing component for Sanic"
|
||||||
category = "main"
|
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = "*"
|
python-versions = "*"
|
||||||
files = [
|
files = [
|
||||||
@ -1531,7 +1489,6 @@ files = [
|
|||||||
name = "sanic-testing"
|
name = "sanic-testing"
|
||||||
version = "23.6.0"
|
version = "23.6.0"
|
||||||
description = "Core testing clients for Sanic"
|
description = "Core testing clients for Sanic"
|
||||||
category = "main"
|
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = "*"
|
python-versions = "*"
|
||||||
files = [
|
files = [
|
||||||
@ -1546,7 +1503,6 @@ httpx = ">=0.18"
|
|||||||
name = "setuptools"
|
name = "setuptools"
|
||||||
version = "68.0.0"
|
version = "68.0.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 = [
|
||||||
@ -1563,7 +1519,6 @@ testing-integration = ["build[virtualenv]", "filelock (>=3.4.0)", "jaraco.envs (
|
|||||||
name = "sniffio"
|
name = "sniffio"
|
||||||
version = "1.3.0"
|
version = "1.3.0"
|
||||||
description = "Sniff out which async library your code is running under"
|
description = "Sniff out which async library your code is running under"
|
||||||
category = "main"
|
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.7"
|
python-versions = ">=3.7"
|
||||||
files = [
|
files = [
|
||||||
@ -1575,7 +1530,6 @@ files = [
|
|||||||
name = "soupsieve"
|
name = "soupsieve"
|
||||||
version = "2.4.1"
|
version = "2.4.1"
|
||||||
description = "A modern CSS selector implementation for Beautiful Soup."
|
description = "A modern CSS selector implementation for Beautiful Soup."
|
||||||
category = "main"
|
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.7"
|
python-versions = ">=3.7"
|
||||||
files = [
|
files = [
|
||||||
@ -1587,7 +1541,6 @@ files = [
|
|||||||
name = "toolz"
|
name = "toolz"
|
||||||
version = "0.12.0"
|
version = "0.12.0"
|
||||||
description = "List processing tools and functional utilities"
|
description = "List processing tools and functional utilities"
|
||||||
category = "main"
|
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.5"
|
python-versions = ">=3.5"
|
||||||
files = [
|
files = [
|
||||||
@ -1599,7 +1552,6 @@ files = [
|
|||||||
name = "tracerite"
|
name = "tracerite"
|
||||||
version = "1.1.0"
|
version = "1.1.0"
|
||||||
description = "Human-readable HTML tracebacks for Python exceptions"
|
description = "Human-readable HTML tracebacks for Python exceptions"
|
||||||
category = "main"
|
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = "*"
|
python-versions = "*"
|
||||||
files = [
|
files = [
|
||||||
@ -1614,7 +1566,6 @@ html5tagger = ">=1.2.1"
|
|||||||
name = "types-aiofiles"
|
name = "types-aiofiles"
|
||||||
version = "23.1.0.5"
|
version = "23.1.0.5"
|
||||||
description = "Typing stubs for aiofiles"
|
description = "Typing stubs for aiofiles"
|
||||||
category = "main"
|
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = "*"
|
python-versions = "*"
|
||||||
files = [
|
files = [
|
||||||
@ -1626,7 +1577,6 @@ files = [
|
|||||||
name = "types-beautifulsoup4"
|
name = "types-beautifulsoup4"
|
||||||
version = "4.12.0.5"
|
version = "4.12.0.5"
|
||||||
description = "Typing stubs for beautifulsoup4"
|
description = "Typing stubs for beautifulsoup4"
|
||||||
category = "main"
|
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = "*"
|
python-versions = "*"
|
||||||
files = [
|
files = [
|
||||||
@ -1641,7 +1591,6 @@ types-html5lib = "*"
|
|||||||
name = "types-html5lib"
|
name = "types-html5lib"
|
||||||
version = "1.1.11.15"
|
version = "1.1.11.15"
|
||||||
description = "Typing stubs for html5lib"
|
description = "Typing stubs for html5lib"
|
||||||
category = "main"
|
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = "*"
|
python-versions = "*"
|
||||||
files = [
|
files = [
|
||||||
@ -1653,7 +1602,6 @@ files = [
|
|||||||
name = "types-ujson"
|
name = "types-ujson"
|
||||||
version = "5.8.0.1"
|
version = "5.8.0.1"
|
||||||
description = "Typing stubs for ujson"
|
description = "Typing stubs for ujson"
|
||||||
category = "main"
|
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = "*"
|
python-versions = "*"
|
||||||
files = [
|
files = [
|
||||||
@ -1665,7 +1613,6 @@ files = [
|
|||||||
name = "typing-extensions"
|
name = "typing-extensions"
|
||||||
version = "4.7.1"
|
version = "4.7.1"
|
||||||
description = "Backported and Experimental Type Hints for Python 3.7+"
|
description = "Backported and Experimental Type Hints for Python 3.7+"
|
||||||
category = "main"
|
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.7"
|
python-versions = ">=3.7"
|
||||||
files = [
|
files = [
|
||||||
@ -1677,7 +1624,6 @@ files = [
|
|||||||
name = "ujson"
|
name = "ujson"
|
||||||
version = "5.8.0"
|
version = "5.8.0"
|
||||||
description = "Ultra fast JSON encoder and decoder for Python"
|
description = "Ultra fast JSON encoder and decoder for Python"
|
||||||
category = "main"
|
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.8"
|
python-versions = ">=3.8"
|
||||||
files = [
|
files = [
|
||||||
@ -1748,7 +1694,6 @@ files = [
|
|||||||
name = "uvloop"
|
name = "uvloop"
|
||||||
version = "0.17.0"
|
version = "0.17.0"
|
||||||
description = "Fast implementation of asyncio event loop on top of libuv"
|
description = "Fast implementation of asyncio event loop on top of libuv"
|
||||||
category = "main"
|
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.7"
|
python-versions = ">=3.7"
|
||||||
files = [
|
files = [
|
||||||
@ -1793,7 +1738,6 @@ test = ["Cython (>=0.29.32,<0.30.0)", "aiohttp", "flake8 (>=3.9.2,<3.10.0)", "my
|
|||||||
name = "websockets"
|
name = "websockets"
|
||||||
version = "11.0.3"
|
version = "11.0.3"
|
||||||
description = "An implementation of the WebSocket Protocol (RFC 6455 & 7692)"
|
description = "An implementation of the WebSocket Protocol (RFC 6455 & 7692)"
|
||||||
category = "main"
|
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.7"
|
python-versions = ">=3.7"
|
||||||
files = [
|
files = [
|
||||||
@ -1873,7 +1817,6 @@ files = [
|
|||||||
name = "yarl"
|
name = "yarl"
|
||||||
version = "1.9.2"
|
version = "1.9.2"
|
||||||
description = "Yet another URL library"
|
description = "Yet another URL library"
|
||||||
category = "main"
|
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.7"
|
python-versions = ">=3.7"
|
||||||
files = [
|
files = [
|
||||||
|
@ -25,18 +25,18 @@ idna==3.4 ; python_version >= "3.11" and python_version < "4.0"
|
|||||||
iniconfig==2.0.0 ; python_version >= "3.11" and python_version < "4.0"
|
iniconfig==2.0.0 ; python_version >= "3.11" and python_version < "4.0"
|
||||||
lxml==4.9.3 ; python_version >= "3.11" and python_version < "4.0"
|
lxml==4.9.3 ; python_version >= "3.11" and python_version < "4.0"
|
||||||
multidict==6.0.4 ; python_version >= "3.11" and python_version < "4.0"
|
multidict==6.0.4 ; python_version >= "3.11" and python_version < "4.0"
|
||||||
mypy-extensions==1.0.0 ; python_version >= "3.11" and python_version < "4.0"
|
|
||||||
mypy==1.4.1 ; python_version >= "3.11" and python_version < "4.0"
|
mypy==1.4.1 ; python_version >= "3.11" and python_version < "4.0"
|
||||||
|
mypy-extensions==1.0.0 ; python_version >= "3.11" and python_version < "4.0"
|
||||||
packaging==23.1 ; python_version >= "3.11" and python_version < "4.0"
|
packaging==23.1 ; python_version >= "3.11" and python_version < "4.0"
|
||||||
pluggy==1.2.0 ; python_version >= "3.11" and python_version < "4.0"
|
pluggy==1.2.0 ; python_version >= "3.11" and python_version < "4.0"
|
||||||
pycares==4.3.0 ; python_version >= "3.11" and python_version < "4.0"
|
pycares==4.3.0 ; python_version >= "3.11" and python_version < "4.0"
|
||||||
pycparser==2.21 ; python_version >= "3.11" and python_version < "4.0"
|
pycparser==2.21 ; python_version >= "3.11" and python_version < "4.0"
|
||||||
pydantic==1.10.12 ; python_version >= "3.11" and python_version < "4.0"
|
pydantic==1.10.12 ; python_version >= "3.11" and python_version < "4.0"
|
||||||
|
pytest==7.4.0 ; python_version >= "3.11" and python_version < "4.0"
|
||||||
pytest-asyncio==0.21.1 ; python_version >= "3.11" and python_version < "4.0"
|
pytest-asyncio==0.21.1 ; python_version >= "3.11" and python_version < "4.0"
|
||||||
pytest-cov==4.1.0 ; python_version >= "3.11" and python_version < "4.0"
|
pytest-cov==4.1.0 ; python_version >= "3.11" and python_version < "4.0"
|
||||||
pytest-emoji==0.2.0 ; python_version >= "3.11" and python_version < "4.0"
|
pytest-emoji==0.2.0 ; python_version >= "3.11" and python_version < "4.0"
|
||||||
pytest-md==0.2.0 ; python_version >= "3.11" and python_version < "4.0"
|
pytest-md==0.2.0 ; python_version >= "3.11" and python_version < "4.0"
|
||||||
pytest==7.4.0 ; python_version >= "3.11" and python_version < "4.0"
|
|
||||||
pyyaml==6.0.1 ; python_version >= "3.11" and python_version < "4.0"
|
pyyaml==6.0.1 ; python_version >= "3.11" and python_version < "4.0"
|
||||||
sanic-ext==23.6.0 ; python_version >= "3.11" and python_version < "4.0"
|
sanic-ext==23.6.0 ; python_version >= "3.11" and python_version < "4.0"
|
||||||
sanic-routing==23.6.0 ; python_version >= "3.11" and python_version < "4.0"
|
sanic-routing==23.6.0 ; python_version >= "3.11" and python_version < "4.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user