diff --git a/poetry.lock b/poetry.lock
index 25338701ed..244d4e24b8 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -14,14 +14,17 @@ tests_no_zope = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>
[[package]]
name = "authlib"
-version = "1.0.1"
-description = "The ultimate Python library in building OAuth and OpenID Connect servers and clients."
+version = "0.15.5"
+description = "The ultimate Python library in building OAuth and OpenID Connect servers."
category = "main"
optional = true
python-versions = "*"
[package.dependencies]
-cryptography = ">=3.2"
+cryptography = "*"
+
+[package.extras]
+client = ["requests"]
[[package]]
name = "automat"
@@ -40,7 +43,7 @@ visualize = ["graphviz (>0.5.1)", "Twisted (>=16.1.1)"]
[[package]]
name = "bcrypt"
-version = "3.2.2"
+version = "3.2.0"
description = "Modern password hashing for your software and your servers"
category = "main"
optional = false
@@ -48,6 +51,7 @@ python-versions = ">=3.6"
[package.dependencies]
cffi = ">=1.1"
+six = ">=1.4.1"
[package.extras]
tests = ["pytest (>=3.2.1,!=3.3.0)"]
@@ -78,23 +82,20 @@ uvloop = ["uvloop (>=0.15.2)"]
[[package]]
name = "bleach"
-version = "5.0.1"
+version = "4.1.0"
description = "An easy safelist-based HTML-sanitizing tool."
category = "main"
optional = false
-python-versions = ">=3.7"
+python-versions = ">=3.6"
[package.dependencies]
+packaging = "*"
six = ">=1.9.0"
webencodings = "*"
-[package.extras]
-css = ["tinycss2 (>=1.1.0,<1.2)"]
-dev = ["build (==0.8.0)", "flake8 (==4.0.1)", "hashin (==0.17.0)", "pip-tools (==6.6.2)", "pytest (==7.1.2)", "Sphinx (==4.3.2)", "tox (==3.25.0)", "twine (==4.0.1)", "wheel (==0.37.1)", "black (==22.3.0)", "mypy (==0.961)"]
-
[[package]]
name = "canonicaljson"
-version = "1.6.2"
+version = "1.6.0"
description = "Canonical JSON"
category = "main"
optional = false
@@ -102,22 +103,21 @@ python-versions = "~=3.7"
[package.dependencies]
simplejson = ">=3.14.0"
-typing-extensions = {version = ">=4.0.0", markers = "python_version < \"3.8\""}
[package.extras]
frozendict = ["frozendict (>=1.0)"]
[[package]]
name = "certifi"
-version = "2022.6.15"
+version = "2021.10.8"
description = "Python package for providing Mozilla's CA Bundle."
category = "main"
optional = false
-python-versions = ">=3.6"
+python-versions = "*"
[[package]]
name = "cffi"
-version = "1.15.1"
+version = "1.15.0"
description = "Foreign Function Interface for Python calling C code."
category = "main"
optional = false
@@ -128,11 +128,11 @@ pycparser = "*"
[[package]]
name = "charset-normalizer"
-version = "2.1.0"
+version = "2.0.12"
description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
category = "main"
optional = false
-python-versions = ">=3.6.0"
+python-versions = ">=3.5.0"
[package.extras]
unicode_backport = ["unicodedata2"]
@@ -162,7 +162,7 @@ click = "*"
[[package]]
name = "colorama"
-version = "0.4.5"
+version = "0.4.4"
description = "Cross-platform colored terminal text."
category = "dev"
optional = false
@@ -189,7 +189,7 @@ python-versions = "*"
[[package]]
name = "cryptography"
-version = "37.0.4"
+version = "36.0.1"
description = "cryptography is a package which provides cryptographic recipes and primitives to Python developers."
category = "main"
optional = false
@@ -204,7 +204,7 @@ docstest = ["pyenchant (>=1.6.11)", "twine (>=1.12.0)", "sphinxcontrib-spelling
pep8test = ["black", "flake8", "flake8-import-order", "pep8-naming"]
sdist = ["setuptools_rust (>=0.11.4)"]
ssh = ["bcrypt (>=3.1.5)"]
-test = ["pytest (>=6.2.0)", "pytest-benchmark", "pytest-cov", "pytest-subtests", "pytest-xdist", "pretend", "iso8601", "pytz", "hypothesis (>=1.11.4,!=3.79.2)"]
+test = ["pytest (>=6.2.0)", "pytest-cov", "pytest-subtests", "pytest-xdist", "pretend", "iso8601", "pytz", "hypothesis (>=1.11.4,!=3.79.2)"]
[[package]]
name = "defusedxml"
@@ -230,22 +230,22 @@ dev = ["tox", "bump2version (<1)", "sphinx (<2)", "importlib-metadata (<3)", "im
[[package]]
name = "docutils"
-version = "0.19"
+version = "0.18.1"
description = "Docutils -- Python Documentation Utilities"
category = "dev"
optional = false
-python-versions = ">=3.7"
+python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[[package]]
name = "elementpath"
-version = "3.0.1"
-description = "XPath 1.0/2.0/3.0 parsers and selectors for ElementTree and lxml"
+version = "2.5.0"
+description = "XPath 1.0/2.0 parsers and selectors for ElementTree and lxml"
category = "main"
optional = true
python-versions = ">=3.7"
[package.extras]
-dev = ["tox", "coverage", "lxml", "xmlschema (>=2.0.0)", "sphinx", "memory-profiler", "memray", "flake8", "mypy (==0.971)", "lxml-stubs"]
+dev = ["tox", "coverage", "lxml", "xmlschema (>=1.8.0)", "sphinx", "memory-profiler", "flake8", "mypy (==0.910)"]
[[package]]
name = "flake8"
@@ -278,7 +278,7 @@ dev = ["coverage", "black", "hypothesis", "hypothesmith"]
[[package]]
name = "flake8-comprehensions"
-version = "3.10.0"
+version = "3.8.0"
description = "A flake8 plugin to help you write better list/set/dict comprehensions."
category = "dev"
optional = false
@@ -290,7 +290,7 @@ importlib-metadata = {version = "*", markers = "python_version < \"3.8\""}
[[package]]
name = "frozendict"
-version = "2.3.4"
+version = "2.3.3"
description = "A simple immutable dictionary"
category = "main"
optional = false
@@ -372,18 +372,18 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes
[[package]]
name = "importlib-resources"
-version = "5.9.0"
+version = "5.4.0"
description = "Read resources from Python packages"
category = "main"
optional = false
-python-versions = ">=3.7"
+python-versions = ">=3.6"
[package.dependencies]
zipp = {version = ">=3.1.0", markers = "python_version < \"3.10\""}
[package.extras]
-docs = ["sphinx", "jaraco.packaging (>=9)", "rst.linker (>=1.9)", "jaraco.tidelift (>=1.4)"]
-testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-cov", "pytest-enabler (>=1.3)", "pytest-black (>=0.3.7)", "pytest-mypy (>=0.9.1)"]
+docs = ["sphinx", "jaraco.packaging (>=8.2)", "rst.linker (>=1.9)"]
+testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-cov", "pytest-enabler (>=1.0.1)", "pytest-black (>=0.3.7)", "pytest-mypy"]
[[package]]
name = "incremental"
@@ -428,23 +428,23 @@ tests = ["mock", "pycurl", "pytest", "pytest-cov", "coverage", "pytest-timeout",
[[package]]
name = "jeepney"
-version = "0.8.0"
+version = "0.7.1"
description = "Low-level, pure Python DBus protocol wrapper."
category = "dev"
optional = false
-python-versions = ">=3.7"
+python-versions = ">=3.6"
[package.extras]
-trio = ["async-generator", "trio"]
-test = ["async-timeout", "trio", "testpath", "pytest-asyncio (>=0.17)", "pytest-trio", "pytest"]
+test = ["pytest", "pytest-trio", "pytest-asyncio", "testpath", "trio", "async-timeout"]
+trio = ["trio", "async-generator"]
[[package]]
name = "jinja2"
-version = "3.1.2"
+version = "3.0.3"
description = "A very fast and expressive template engine."
category = "main"
optional = false
-python-versions = ">=3.7"
+python-versions = ">=3.6"
[package.dependencies]
MarkupSafe = ">=2.0"
@@ -454,7 +454,7 @@ i18n = ["Babel (>=2.7)"]
[[package]]
name = "jsonschema"
-version = "4.7.2"
+version = "4.4.0"
description = "An implementation of JSON Schema validation for Python"
category = "main"
optional = false
@@ -469,25 +469,25 @@ typing-extensions = {version = "*", markers = "python_version < \"3.8\""}
[package.extras]
format = ["fqdn", "idna", "isoduration", "jsonpointer (>1.13)", "rfc3339-validator", "rfc3987", "uri-template", "webcolors (>=1.11)"]
-format-nongpl = ["fqdn", "idna", "isoduration", "jsonpointer (>1.13)", "rfc3339-validator", "rfc3986-validator (>0.1.0)", "uri-template", "webcolors (>=1.11)"]
+format_nongpl = ["fqdn", "idna", "isoduration", "jsonpointer (>1.13)", "rfc3339-validator", "rfc3986-validator (>0.1.0)", "uri-template", "webcolors (>=1.11)"]
[[package]]
name = "keyring"
-version = "23.7.0"
+version = "23.5.0"
description = "Store and access your passwords safely."
category = "dev"
optional = false
python-versions = ">=3.7"
[package.dependencies]
-importlib-metadata = {version = ">=3.6", markers = "python_version < \"3.10\""}
+importlib-metadata = ">=3.6"
jeepney = {version = ">=0.4.2", markers = "sys_platform == \"linux\""}
pywin32-ctypes = {version = "<0.1.0 || >0.1.0,<0.1.1 || >0.1.1", markers = "sys_platform == \"win32\""}
SecretStorage = {version = ">=3.2", markers = "sys_platform == \"linux\""}
[package.extras]
-docs = ["sphinx", "jaraco.packaging (>=9)", "rst.linker (>=1.9)", "jaraco.tidelift (>=1.4)"]
-testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-cov", "pytest-enabler (>=1.3)", "pytest-black (>=0.3.7)", "pytest-mypy (>=0.9.1)"]
+docs = ["sphinx", "jaraco.packaging (>=8.2)", "rst.linker (>=1.9)", "jaraco.tidelift (>=1.4)"]
+testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-cov", "pytest-enabler (>=1.0.1)", "pytest-black (>=0.3.7)", "pytest-mypy"]
[[package]]
name = "ldap3"
@@ -516,7 +516,7 @@ source = ["Cython (>=0.29.7)"]
[[package]]
name = "markupsafe"
-version = "2.1.1"
+version = "2.1.0"
description = "Safely add untrusted strings to HTML/XML markup."
category = "main"
optional = false
@@ -564,15 +564,15 @@ python-versions = "*"
[[package]]
name = "msgpack"
-version = "1.0.4"
-description = "MessagePack serializer"
+version = "1.0.3"
+description = "MessagePack (de)serializer."
category = "main"
optional = false
python-versions = "*"
[[package]]
name = "mypy"
-version = "0.971"
+version = "0.950"
description = "Optional static typing for Python"
category = "dev"
optional = false
@@ -599,14 +599,14 @@ python-versions = "*"
[[package]]
name = "mypy-zope"
-version = "0.3.9"
+version = "0.3.7"
description = "Plugin for mypy to support zope interfaces"
category = "dev"
optional = false
python-versions = "*"
[package.dependencies]
-mypy = "0.971"
+mypy = "0.950"
"zope.interface" = "*"
"zope.schema" = "*"
@@ -664,7 +664,7 @@ python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
[[package]]
name = "phonenumbers"
-version = "8.12.52"
+version = "8.12.44"
description = "Python version of Google's common library for parsing, formatting, storing and validating international phone numbers."
category = "main"
optional = false
@@ -672,42 +672,38 @@ python-versions = "*"
[[package]]
name = "pillow"
-version = "9.2.0"
+version = "9.0.1"
description = "Python Imaging Library (Fork)"
category = "main"
optional = false
python-versions = ">=3.7"
-[package.extras]
-docs = ["furo", "olefile", "sphinx (>=2.4)", "sphinx-copybutton", "sphinx-issues (>=3.0.1)", "sphinx-removed-in", "sphinxext-opengraph"]
-tests = ["check-manifest", "coverage", "defusedxml", "markdown2", "olefile", "packaging", "pyroma", "pytest", "pytest-cov", "pytest-timeout"]
-
[[package]]
name = "pkginfo"
-version = "1.8.3"
+version = "1.8.2"
description = "Query metadatdata from sdists / bdists / installed packages."
category = "dev"
optional = false
-python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
+python-versions = "*"
[package.extras]
-testing = ["nose", "coverage"]
+testing = ["coverage", "nose"]
[[package]]
name = "platformdirs"
-version = "2.5.2"
+version = "2.5.1"
description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
category = "dev"
optional = false
python-versions = ">=3.7"
[package.extras]
-docs = ["furo (>=2021.7.5b38)", "proselint (>=0.10.2)", "sphinx-autodoc-typehints (>=1.12)", "sphinx (>=4)"]
-test = ["appdirs (==1.4.4)", "pytest-cov (>=2.7)", "pytest-mock (>=3.6)", "pytest (>=6)"]
+docs = ["Sphinx (>=4)", "furo (>=2021.7.5b38)", "proselint (>=0.10.2)", "sphinx-autodoc-typehints (>=1.12)"]
+test = ["appdirs (==1.4.4)", "pytest (>=6)", "pytest-cov (>=2.7)", "pytest-mock (>=3.6)"]
[[package]]
name = "prometheus-client"
-version = "0.14.1"
+version = "0.14.0"
description = "Python client for the Prometheus monitoring system."
category = "main"
optional = false
@@ -809,11 +805,11 @@ integrations = ["cryptography"]
[[package]]
name = "pygments"
-version = "2.12.0"
+version = "2.11.2"
description = "Pygments is a syntax highlighting package written in Python."
category = "dev"
optional = false
-python-versions = ">=3.6"
+python-versions = ">=3.5"
[[package]]
name = "pyjwt"
@@ -881,14 +877,14 @@ test = ["flaky", "pretend", "pytest (>=3.0.1)"]
[[package]]
name = "pyparsing"
-version = "3.0.9"
-description = "pyparsing module - Classes and methods to define and execute parsing grammars"
+version = "3.0.7"
+description = "Python parsing module"
category = "main"
optional = false
-python-versions = ">=3.6.8"
+python-versions = ">=3.6"
[package.extras]
-diagrams = ["railroad-diagrams", "jinja2"]
+diagrams = ["jinja2", "railroad-diagrams"]
[[package]]
name = "pyrsistent"
@@ -933,7 +929,7 @@ six = ">=1.5"
[[package]]
name = "pytz"
-version = "2022.1"
+version = "2021.3"
description = "World timezone definitions, modern and historical"
category = "main"
optional = true
@@ -957,11 +953,11 @@ python-versions = ">=3.6"
[[package]]
name = "readme-renderer"
-version = "35.0"
+version = "33.0"
description = "readme_renderer is a library for rendering \"readme\" descriptions for Warehouse"
category = "dev"
optional = false
-python-versions = ">=3.7"
+python-versions = ">=3.6"
[package.dependencies]
bleach = ">=2.1.0"
@@ -973,21 +969,21 @@ md = ["cmarkgfm (>=0.8.0)"]
[[package]]
name = "requests"
-version = "2.28.1"
+version = "2.27.1"
description = "Python HTTP for Humans."
category = "main"
optional = false
-python-versions = ">=3.7, <4"
+python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
[package.dependencies]
certifi = ">=2017.4.17"
-charset-normalizer = ">=2,<3"
-idna = ">=2.5,<4"
+charset-normalizer = {version = ">=2.0.0,<2.1.0", markers = "python_version >= \"3\""}
+idna = {version = ">=2.5,<4", markers = "python_version >= \"3\""}
urllib3 = ">=1.21.1,<1.27"
[package.extras]
-socks = ["PySocks (>=1.5.6,!=1.5.7)"]
-use_chardet_on_py3 = ["chardet (>=3.0.2,<6)"]
+socks = ["PySocks (>=1.5.6,!=1.5.7)", "win-inet-pton"]
+use_chardet_on_py3 = ["chardet (>=3.0.2,<5)"]
[[package]]
name = "requests-toolbelt"
@@ -1012,22 +1008,6 @@ python-versions = ">=3.7"
idna2008 = ["idna"]
[[package]]
-name = "rich"
-version = "12.5.1"
-description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal"
-category = "dev"
-optional = false
-python-versions = ">=3.6.3,<4.0.0"
-
-[package.dependencies]
-commonmark = ">=0.9.0,<0.10.0"
-pygments = ">=2.6.0,<3.0.0"
-typing-extensions = {version = ">=4.0.0,<5.0", markers = "python_version < \"3.9\""}
-
-[package.extras]
-jupyter = ["ipywidgets (>=7.5.1,<8.0.0)"]
-
-[[package]]
name = "rust-python-jaeger-reporter"
version = "0.1.20"
description = "A faster reporter for the python `jaeger-client` that reports spans in a native background thread."
@@ -1044,7 +1024,7 @@ resolved_reference = "27754b5f56b4099374c389f677911f7af852a00e"
[[package]]
name = "secretstorage"
-version = "3.3.2"
+version = "3.3.1"
description = "Python bindings to FreeDesktop.org Secret Service API"
category = "dev"
optional = false
@@ -1056,7 +1036,7 @@ jeepney = ">=0.6"
[[package]]
name = "sentry-sdk"
-version = "1.8.0"
+version = "1.5.11"
description = "Python client for Sentry (https://sentry.io)"
category = "main"
optional = true
@@ -1074,7 +1054,6 @@ celery = ["celery (>=3)"]
chalice = ["chalice (>=1.16.0)"]
django = ["django (>=1.8)"]
falcon = ["falcon (>=1.4)"]
-fastapi = ["fastapi (>=0.79.0)"]
flask = ["flask (>=0.11)", "blinker (>=1.1)"]
httpx = ["httpx (>=0.16.0)"]
pure_eval = ["pure-eval", "executing", "asttokens"]
@@ -1083,7 +1062,6 @@ quart = ["quart (>=0.16.1)", "blinker (>=1.1)"]
rq = ["rq (>=0.6)"]
sanic = ["sanic (>=0.8)"]
sqlalchemy = ["sqlalchemy (>=1.2)"]
-starlette = ["starlette (>=0.19.1)"]
tornado = ["tornado (>=5)"]
[[package]]
@@ -1178,7 +1156,7 @@ tornado = "*"
[[package]]
name = "thrift"
-version = "0.16.0"
+version = "0.15.0"
description = "Python bindings for the Apache Thrift RPC system"
category = "main"
optional = true
@@ -1194,19 +1172,19 @@ twisted = ["twisted"]
[[package]]
name = "tomli"
-version = "2.0.1"
+version = "1.2.3"
description = "A lil' TOML parser"
category = "dev"
optional = false
-python-versions = ">=3.7"
+python-versions = ">=3.6"
[[package]]
name = "tornado"
-version = "6.2"
+version = "6.1"
description = "Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed."
category = "main"
optional = true
-python-versions = ">= 3.7"
+python-versions = ">= 3.5"
[[package]]
name = "towncrier"
@@ -1227,6 +1205,22 @@ tomli = {version = "*", markers = "python_version >= \"3.6\""}
dev = ["packaging"]
[[package]]
+name = "tqdm"
+version = "4.63.0"
+description = "Fast, Extensible Progress Meter"
+category = "dev"
+optional = false
+python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7"
+
+[package.dependencies]
+colorama = {version = "*", markers = "platform_system == \"Windows\""}
+
+[package.extras]
+dev = ["py-make (>=0.1.0)", "twine", "wheel"]
+notebook = ["ipywidgets (>=6)"]
+telegram = ["requests"]
+
+[[package]]
name = "treq"
version = "22.2.0"
description = "High-level Twisted HTTP Client API"
@@ -1247,21 +1241,22 @@ docs = ["sphinx (>=1.4.8)"]
[[package]]
name = "twine"
-version = "4.0.1"
+version = "3.8.0"
description = "Collection of utilities for publishing packages on PyPI"
category = "dev"
optional = false
-python-versions = ">=3.7"
+python-versions = ">=3.6"
[package.dependencies]
+colorama = ">=0.4.3"
importlib-metadata = ">=3.6"
keyring = ">=15.1"
pkginfo = ">=1.8.1"
-readme-renderer = ">=35.0"
+readme-renderer = ">=21.0"
requests = ">=2.20"
requests-toolbelt = ">=0.8.0,<0.9.0 || >0.9.0"
rfc3986 = ">=1.4.0"
-rich = ">=12.0.0"
+tqdm = ">=4.14"
urllib3 = ">=1.26.0"
[[package]]
@@ -1323,7 +1318,7 @@ twisted = "*"
[[package]]
name = "typed-ast"
-version = "1.5.4"
+version = "1.5.2"
description = "a fork of Python 2 and 3 ast modules with type comment support"
category = "dev"
optional = false
@@ -1331,7 +1326,7 @@ python-versions = ">=3.6"
[[package]]
name = "types-bleach"
-version = "5.0.3"
+version = "4.1.4"
description = "Typing stubs for bleach"
category = "dev"
optional = false
@@ -1347,15 +1342,35 @@ python-versions = "*"
[[package]]
name = "types-cryptography"
-version = "3.3.21"
+version = "3.3.15"
description = "Typing stubs for cryptography"
category = "dev"
optional = false
python-versions = "*"
+[package.dependencies]
+types-enum34 = "*"
+types-ipaddress = "*"
+
+[[package]]
+name = "types-enum34"
+version = "1.1.8"
+description = "Typing stubs for enum34"
+category = "dev"
+optional = false
+python-versions = "*"
+
+[[package]]
+name = "types-ipaddress"
+version = "1.0.8"
+description = "Typing stubs for ipaddress"
+category = "dev"
+optional = false
+python-versions = "*"
+
[[package]]
name = "types-jsonschema"
-version = "4.7.0"
+version = "4.4.6"
description = "Typing stubs for jsonschema"
category = "dev"
optional = false
@@ -1363,7 +1378,7 @@ python-versions = "*"
[[package]]
name = "types-opentracing"
-version = "2.4.10"
+version = "2.4.7"
description = "Typing stubs for opentracing"
category = "dev"
optional = false
@@ -1371,7 +1386,7 @@ python-versions = "*"
[[package]]
name = "types-pillow"
-version = "9.2.0"
+version = "9.0.15"
description = "Typing stubs for Pillow"
category = "dev"
optional = false
@@ -1379,7 +1394,7 @@ python-versions = "*"
[[package]]
name = "types-psycopg2"
-version = "2.9.18"
+version = "2.9.9"
description = "Typing stubs for psycopg2"
category = "dev"
optional = false
@@ -1387,7 +1402,7 @@ python-versions = "*"
[[package]]
name = "types-pyopenssl"
-version = "22.0.9"
+version = "22.0.0"
description = "Typing stubs for pyOpenSSL"
category = "dev"
optional = false
@@ -1398,7 +1413,7 @@ types-cryptography = "*"
[[package]]
name = "types-pyyaml"
-version = "6.0.11"
+version = "6.0.4"
description = "Typing stubs for PyYAML"
category = "dev"
optional = false
@@ -1406,7 +1421,7 @@ python-versions = "*"
[[package]]
name = "types-requests"
-version = "2.28.5"
+version = "2.27.11"
description = "Typing stubs for requests"
category = "dev"
optional = false
@@ -1417,7 +1432,7 @@ types-urllib3 = "<1.27"
[[package]]
name = "types-setuptools"
-version = "63.2.1"
+version = "57.4.9"
description = "Typing stubs for setuptools"
category = "dev"
optional = false
@@ -1425,7 +1440,7 @@ python-versions = "*"
[[package]]
name = "types-urllib3"
-version = "1.26.17"
+version = "1.26.10"
description = "Typing stubs for urllib3"
category = "dev"
optional = false
@@ -1433,11 +1448,11 @@ python-versions = "*"
[[package]]
name = "typing-extensions"
-version = "4.3.0"
-description = "Backported and Experimental Type Hints for Python 3.7+"
+version = "4.1.1"
+description = "Backported and Experimental Type Hints for Python 3.6+"
category = "main"
optional = false
-python-versions = ">=3.7"
+python-versions = ">=3.6"
[[package]]
name = "unpaddedbase64"
@@ -1449,14 +1464,14 @@ python-versions = ">=3.6,<4.0"
[[package]]
name = "urllib3"
-version = "1.26.11"
+version = "1.26.8"
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.*, !=3.5.*, <4"
+python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4"
[package.extras]
-brotli = ["brotlicffi (>=0.8.0)", "brotli (>=1.0.9)", "brotlipy (>=0.6.0)"]
+brotli = ["brotlipy (>=0.6.0)"]
secure = ["pyOpenSSL (>=0.14)", "cryptography (>=1.3.4)", "idna (>=2.0.0)", "certifi", "ipaddress"]
socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
@@ -1470,7 +1485,7 @@ python-versions = "*"
[[package]]
name = "wrapt"
-version = "1.14.1"
+version = "1.13.3"
description = "Module for decorators, wrappers and monkey patching."
category = "dev"
optional = false
@@ -1478,31 +1493,31 @@ python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
[[package]]
name = "xmlschema"
-version = "2.0.1"
+version = "1.10.0"
description = "An XML Schema validator and decoder"
category = "main"
optional = true
python-versions = ">=3.7"
[package.dependencies]
-elementpath = ">=3.0.0,<4.0.0"
+elementpath = ">=2.5.0,<3.0.0"
[package.extras]
-docs = ["jinja2", "sphinx-rtd-theme", "sphinx", "elementpath (>=3.0.0,<4.0.0)"]
-dev = ["lxml-stubs", "mypy", "flake8", "jinja2", "sphinx-rtd-theme", "sphinx", "memory-profiler", "elementpath (>=3.0.0,<4.0.0)", "lxml", "coverage", "tox"]
-codegen = ["jinja2", "elementpath (>=3.0.0,<4.0.0)"]
+codegen = ["elementpath (>=2.5.0,<3.0.0)", "jinja2"]
+dev = ["tox", "coverage", "lxml", "elementpath (>=2.5.0,<3.0.0)", "memory-profiler", "sphinx", "sphinx-rtd-theme", "jinja2", "flake8", "mypy", "lxml-stubs"]
+docs = ["elementpath (>=2.5.0,<3.0.0)", "sphinx", "sphinx-rtd-theme", "jinja2"]
[[package]]
name = "zipp"
-version = "3.8.1"
+version = "3.7.0"
description = "Backport of pathlib-compatible object wrapper for zip files"
category = "main"
optional = false
python-versions = ">=3.7"
[package.extras]
-docs = ["sphinx", "jaraco.packaging (>=9)", "rst.linker (>=1.9)", "jaraco.tidelift (>=1.4)"]
-testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-cov", "pytest-enabler (>=1.3)", "jaraco.itertools", "func-timeout", "pytest-black (>=0.3.7)", "pytest-mypy (>=0.9.1)"]
+docs = ["sphinx", "jaraco.packaging (>=8.2)", "rst.linker (>=1.9)"]
+testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-cov", "pytest-enabler (>=1.0.1)", "jaraco.itertools", "func-timeout", "pytest-black (>=0.3.7)", "pytest-mypy"]
[[package]]
name = "zope.event"
@@ -1651,7 +1666,6 @@ readme-renderer = []
requests = []
requests-toolbelt = []
rfc3986 = []
-rich = []
rust-python-jaeger-reporter = []
secretstorage = []
sentry-sdk = []
@@ -1667,6 +1681,7 @@ thrift = []
tomli = []
tornado = []
towncrier = []
+tqdm = []
treq = []
twine = []
twisted = []
@@ -1676,6 +1691,8 @@ typed-ast = []
types-bleach = []
types-commonmark = []
types-cryptography = []
+types-enum34 = []
+types-ipaddress = []
types-jsonschema = []
types-opentracing = []
types-pillow = []
|