diff --git a/poetry.lock b/poetry.lock index 3dad0d0510..ca7a0fbe10 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.5.1 and should not be changed by hand. [[package]] name = "aiohttp" version = "3.8.4" description = "Async http client/server framework (asyncio)" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -113,7 +112,6 @@ speedups = ["Brotli", "aiodns", "cchardet"] name = "aiosignal" version = "1.3.1" description = "aiosignal: a list of registered asynchronous callbacks" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -128,7 +126,6 @@ frozenlist = ">=1.1.0" name = "alembic" version = "1.11.0" description = "A database migration tool for SQLAlchemy." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -150,7 +147,6 @@ tz = ["python-dateutil"] name = "amqp" version = "5.1.1" description = "Low-level AMQP client for Python (fork of amqplib)." -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -165,7 +161,6 @@ vine = ">=5.0.0" name = "aniso8601" version = "7.0.0" description = "A library for parsing ISO 8601 strings." -category = "main" optional = false python-versions = "*" files = [ @@ -177,7 +172,6 @@ files = [ name = "anyio" version = "3.6.2" description = "High level compatibility layer for multiple asynchronous event loop implementations" -category = "main" optional = false python-versions = ">=3.6.2" files = [ @@ -198,7 +192,6 @@ trio = ["trio (>=0.16,<0.22)"] name = "apscheduler" version = "3.9.1" description = "In-process task scheduler with Cron-like capabilities" -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4" files = [ @@ -210,7 +203,7 @@ files = [ pytz = "*" setuptools = ">=0.7" six = ">=1.4.0" -tzlocal = ">=2.0,<3.0.0 || >=4.0.0" +tzlocal = ">=2.0,<3.dev0 || >=4.dev0" [package.extras] asyncio = ["trollius"] @@ -229,7 +222,6 @@ zookeeper = ["kazoo"] name = "arabic-reshaper" version = "3.0.0" description = "Reconstruct Arabic sentences to be used in applications that do not support Arabic" -category = "main" optional = false python-versions = "*" files = [ @@ -244,7 +236,6 @@ with-fonttools = ["fonttools (>=4.0)"] name = "astroid" version = "2.15.5" description = "An abstract syntax tree for Python with inference support." -category = "dev" optional = false python-versions = ">=3.7.2" files = [ @@ -261,7 +252,6 @@ wrapt = {version = ">=1.11,<2", markers = "python_version < \"3.11\""} name = "async-timeout" version = "4.0.2" description = "Timeout context manager for asyncio programs" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -273,7 +263,6 @@ files = [ name = "asyncio-redis" version = "0.16.0" description = "PEP 3156 implementation of the redis protocol." -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -288,7 +277,6 @@ hiredis = ["hiredis"] name = "atomicwrites" version = "1.4.1" description = "Atomic file writes." -category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ @@ -299,7 +287,6 @@ files = [ name = "attrs" version = "23.1.0" description = "Classes Without Boilerplate" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -318,7 +305,6 @@ tests-no-zope = ["cloudpickle", "hypothesis", "mypy (>=1.1.1)", "pympler", "pyte name = "babel" version = "2.12.1" description = "Internationalization utilities" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -333,7 +319,6 @@ pytz = {version = ">=2015.7", markers = "python_version < \"3.9\""} name = "backports-zoneinfo" version = "0.2.1" description = "Backport of the standard library zoneinfo module" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -362,7 +347,6 @@ tzdata = ["tzdata"] name = "billiard" version = "3.6.4.0" description = "Python multiprocessing fork with improvements and bugfixes" -category = "main" optional = false python-versions = "*" files = [ @@ -374,7 +358,6 @@ files = [ name = "black" version = "22.3.0" description = "The uncompromising code formatter." -category = "dev" optional = false python-versions = ">=3.6.2" files = [ @@ -419,26 +402,26 @@ uvloop = ["uvloop (>=0.15.2)"] [[package]] name = "bleach" -version = "4.1.0" +version = "6.0.0" description = "An easy safelist-based HTML-sanitizing tool." -category = "main" optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" files = [ - {file = "bleach-4.1.0-py2.py3-none-any.whl", hash = "sha256:4d2651ab93271d1129ac9cbc679f524565cc8a1b791909c4a51eac4446a15994"}, - {file = "bleach-4.1.0.tar.gz", hash = "sha256:0900d8b37eba61a802ee40ac0061f8c2b5dee29c1927dd1d233e075ebf5a71da"}, + {file = "bleach-6.0.0-py3-none-any.whl", hash = "sha256:33c16e3353dbd13028ab4799a0f89a83f113405c766e9c122df8a06f5b85b3f4"}, + {file = "bleach-6.0.0.tar.gz", hash = "sha256:1a1a85c1595e07d8db14c5f09f09e6433502c51c595970edc090551f0db99414"}, ] [package.dependencies] -packaging = "*" six = ">=1.9.0" webencodings = "*" +[package.extras] +css = ["tinycss2 (>=1.1.0,<1.2)"] + [[package]] name = "blinker" version = "1.6.2" description = "Fast, simple object-to-object and broadcast signaling" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -450,7 +433,6 @@ files = [ name = "boto" version = "2.49.0" description = "Amazon Web Services Library" -category = "main" optional = false python-versions = "*" files = [ @@ -462,7 +444,6 @@ files = [ name = "broadcaster" version = "0.2.0" description = "Simple broadcast channels." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -482,7 +463,6 @@ redis = ["asyncio-redis"] name = "cachelib" version = "0.9.0" description = "A collection of cache libraries in the same API interface." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -494,7 +474,6 @@ files = [ name = "cairocffi" version = "1.5.1" description = "cffi-based cairo bindings for Python" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -513,7 +492,6 @@ xcb = ["xcffib (>=0.3.2)"] name = "cairosvg" version = "2.7.0" description = "A Simple SVG Converter based on Cairo" -category = "main" optional = false python-versions = ">=3.5" files = [ @@ -536,7 +514,6 @@ test = ["flake8", "isort", "pytest"] name = "celery" version = "5.2.7" description = "Distributed Task Queue." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -591,7 +568,6 @@ zstd = ["zstandard"] name = "certifi" version = "2023.5.7" description = "Python package for providing Mozilla's CA Bundle." -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -603,7 +579,6 @@ files = [ name = "cffi" version = "1.15.1" description = "Foreign Function Interface for Python calling C code." -category = "main" optional = false python-versions = "*" files = [ @@ -680,7 +655,6 @@ pycparser = "*" name = "cfgv" version = "3.3.1" description = "Validate configuration and produce human readable error messages." -category = "dev" optional = false python-versions = ">=3.6.1" files = [ @@ -692,7 +666,6 @@ files = [ name = "charset-normalizer" 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.5.0" files = [ @@ -707,7 +680,6 @@ unicode-backport = ["unicodedata2"] name = "click" version = "8.1.3" description = "Composable command line interface toolkit" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -722,7 +694,6 @@ colorama = {version = "*", markers = "platform_system == \"Windows\""} name = "click-didyoumean" version = "0.3.0" description = "Enables git-like *did-you-mean* feature in click" -category = "main" optional = false python-versions = ">=3.6.2,<4.0.0" files = [ @@ -737,7 +708,6 @@ click = ">=7" name = "click-plugins" version = "1.1.1" description = "An extension module for click to enable registering CLI commands via setuptools entry-points." -category = "main" optional = false python-versions = "*" files = [ @@ -755,7 +725,6 @@ dev = ["coveralls", "pytest (>=3.6)", "pytest-cov", "wheel"] name = "click-repl" version = "0.2.0" description = "REPL plugin for Click" -category = "main" optional = false python-versions = "*" files = [ @@ -772,7 +741,6 @@ six = "*" name = "colorama" version = "0.4.6" description = "Cross-platform colored terminal text." -category = "main" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7" files = [ @@ -784,7 +752,6 @@ files = [ name = "coolname" version = "1.1.0" description = "Random name and slug generator" -category = "main" optional = false python-versions = "*" files = [ @@ -796,7 +763,6 @@ files = [ name = "coverage" version = "7.2.7" description = "Code coverage measurement for Python" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -872,7 +838,6 @@ toml = ["tomli"] name = "cryptography" version = "40.0.2" description = "cryptography is a package which provides cryptographic recipes and primitives to Python developers." -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -914,7 +879,6 @@ tox = ["tox"] name = "cssselect2" version = "0.7.0" description = "CSS selectors for Python ElementTree" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -934,7 +898,6 @@ test = ["flake8", "isort", "pytest"] name = "defusedxml" version = "0.7.1" description = "XML bomb protection for Python stdlib modules" -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -946,7 +909,6 @@ files = [ name = "deprecated" version = "1.2.13" description = "Python @deprecated decorator to deprecate old python classes, functions or methods." -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ @@ -964,7 +926,6 @@ dev = ["PyTest", "PyTest (<5)", "PyTest-Cov", "PyTest-Cov (<2.6)", "bump2version name = "diff-match-patch" version = "20230430" description = "Diff Match and Patch" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -979,7 +940,6 @@ dev = ["attribution (==1.6.2)", "black (==23.3.0)", "flit (==3.8.0)", "mypy (==1 name = "dill" version = "0.3.6" description = "serialize all of python" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -994,7 +954,6 @@ graph = ["objgraph (>=1.7.2)"] name = "distlib" version = "0.3.6" description = "Distribution utilities" -category = "dev" optional = false python-versions = "*" files = [ @@ -1006,7 +965,6 @@ files = [ name = "distro" version = "1.8.0" description = "Distro - an OS platform information API" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -1018,7 +976,6 @@ files = [ name = "dnspython" version = "1.16.0" description = "DNS toolkit" -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ @@ -1034,7 +991,6 @@ idna = ["idna (>=2.1)"] name = "dredd-hooks" version = "0.2.0" description = "Python Hooks Bridge for Dredd API Testing Framework" -category = "dev" optional = false python-versions = "*" files = [ @@ -1045,7 +1001,6 @@ files = [ name = "elasticsearch" version = "7.17.9" description = "Python client for Elasticsearch" -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4" files = [ @@ -1067,7 +1022,6 @@ requests = ["requests (>=2.4.0,<3.0.0)"] name = "elasticsearch-dsl" version = "7.0.0" description = "Python client for Elasticsearch" -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ @@ -1087,7 +1041,6 @@ develop = ["coverage (<5.0.0)", "mock", "pytest (>=3.0.0)", "pytest-cov", "pytz" name = "email-validator" version = "1.3.1" description = "A robust email address syntax and deliverability validation library." -category = "main" optional = false python-versions = ">=3.5" files = [ @@ -1103,7 +1056,6 @@ idna = ">=2.0.0" name = "envparse" version = "0.2.0" description = "Simple environment variable parsing" -category = "main" optional = false python-versions = "*" files = [ @@ -1117,7 +1069,6 @@ testing = ["pytest"] name = "eventlet" version = "0.33.3" description = "Highly concurrent networking library" -category = "main" optional = false python-versions = "*" files = [ @@ -1134,7 +1085,6 @@ six = ">=1.10.0" name = "factory-boy" version = "3.2.1" description = "A versatile test fixtures replacement based on thoughtbot's factory_bot for Ruby." -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -1153,7 +1103,6 @@ doc = ["Sphinx", "sphinx-rtd-theme", "sphinxcontrib-spelling"] name = "faker" version = "18.7.0" description = "Faker is a Python package that generates fake data for you." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1168,7 +1117,6 @@ python-dateutil = ">=2.4" name = "fastapi" version = "0.95.2" description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1190,7 +1138,6 @@ test = ["anyio[trio] (>=3.2.1,<4.0.0)", "black (==23.1.0)", "coverage[toml] (>=6 name = "filelock" version = "3.12.0" description = "A platform independent file lock." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1206,7 +1153,6 @@ testing = ["covdefaults (>=2.3)", "coverage (>=7.2.3)", "diff-cover (>=7.5)", "p name = "flask" version = "1.1.2" description = "A simple framework for building complex web applications." -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -1229,7 +1175,6 @@ dotenv = ["python-dotenv"] name = "flask-admin" version = "1.6.1" description = "Simple and extensible admin interface framework for Flask" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -1249,7 +1194,6 @@ azure = ["azure-storage-blob"] name = "flask-babel" version = "2.0.0" description = "Adds i18n/l10n support to Flask applications" -category = "main" optional = false python-versions = "*" files = [ @@ -1270,7 +1214,6 @@ dev = ["Pallets-Sphinx-Themes", "bumpversion", "ghp-import", "pytest", "pytest-m name = "flask-caching" version = "2.0.2" description = "Adds caching support to Flask applications." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1286,7 +1229,6 @@ Flask = "<3" name = "flask-celeryext" version = "0.4.3" description = "\"Flask-CeleryExt is a simple integration layer between Celery and Flask.\"" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -1305,7 +1247,6 @@ tests = ["Sphinx (>=4.2.0)", "check-manifest (>=0.42)", "coverage (>=5.3,<6)", " name = "flask-cors" version = "3.0.10" description = "A Flask extension adding a decorator for CORS support" -category = "main" optional = false python-versions = "*" files = [ @@ -1321,7 +1262,6 @@ Six = "*" name = "flask-elasticsearch" version = "0.2.5" description = "Flask extension for Elasticsearch integration" -category = "main" optional = false python-versions = "*" files = [ @@ -1336,7 +1276,6 @@ Flask = "*" name = "flask-graphql" version = "2.0.1" description = "Adds GraphQL support to your Flask application" -category = "main" optional = false python-versions = "*" files = [ @@ -1352,7 +1291,6 @@ graphql-server-core = ">=1.1,<2" name = "flask-jwt-extended" version = "3.25.0" description = "Extended JWT integration with Flask" -category = "main" optional = false python-versions = "*" files = [ @@ -1372,7 +1310,6 @@ asymmetric-crypto = ["cryptography (>=2.3)"] name = "flask-limiter" version = "1.4" description = "Rate limiting for flask applications" -category = "main" optional = false python-versions = "*" files = [ @@ -1389,7 +1326,6 @@ six = ">=1.4.1" name = "flask-login" version = "0.6.2" description = "User authentication and session management for Flask." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1405,7 +1341,6 @@ Werkzeug = ">=1.0.1" name = "flask-migrate" version = "2.7.0" description = "SQLAlchemy database migrations for Flask applications using Alembic" -category = "main" optional = false python-versions = "*" files = [ @@ -1422,7 +1357,6 @@ Flask-SQLAlchemy = ">=1.0" name = "flask-redis" version = "0.4.0" description = "A nice way to use Redis in your Flask app" -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -1442,7 +1376,6 @@ tests = ["coverage", "pytest", "pytest-mock"] name = "Flask-REST-JSONAPI" version = "0.12.6.5" description = "" -category = "main" optional = false python-versions = "*" files = [] @@ -1465,7 +1398,6 @@ resolved_reference = "a03408bffd5ef96bf3b8abe3a30d147db46fbe47" name = "flask-script" version = "2.0.6" description = "Scripting support for Flask" -category = "main" optional = false python-versions = "*" files = [ @@ -1479,7 +1411,6 @@ Flask = "*" name = "flask-scrypt" version = "0.1.3.6" description = "Flask-Scrypt provides convenient wrappers forscrypt password hashing and random salt generation." -category = "main" optional = false python-versions = "*" files = [ @@ -1494,7 +1425,6 @@ scrypt = "*" name = "flask-sqlalchemy" version = "2.5.1" description = "Adds SQLAlchemy support to your Flask application." -category = "main" optional = false python-versions = ">= 2.7, != 3.0.*, != 3.1.*, != 3.2.*, != 3.3.*" files = [ @@ -1510,7 +1440,6 @@ SQLAlchemy = ">=0.8.0" name = "forex-python" version = "1.8" description = "Foreign exchange rates and currency conversion." -category = "main" optional = false python-versions = "*" files = [ @@ -1526,7 +1455,6 @@ simplejson = "*" name = "freetype-py" version = "2.3.0" description = "Freetype python bindings" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1543,7 +1471,6 @@ files = [ name = "frozenlist" version = "1.3.3" description = "A list-like structure which implements collections.abc.MutableSequence" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1627,7 +1554,6 @@ files = [ name = "geoip2" version = "4.7.0" description = "MaxMind GeoIP2 API" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1644,7 +1570,6 @@ requests = ">=2.24.0,<3.0.0" name = "gevent" version = "22.10.1" description = "Coroutine-based network library" -category = "main" optional = false python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5" files = [ @@ -1706,7 +1631,6 @@ test = ["backports.socketpair", "cffi (>=1.12.2)", "contextvars (==2.4)", "cover name = "google-compute-engine" version = "2.8.13" description = "Google Compute Engine" -category = "main" optional = false python-versions = "*" files = [ @@ -1722,7 +1646,6 @@ setuptools = "*" name = "graphene" version = "2.1.9" description = "GraphQL Framework for Python" -category = "main" optional = false python-versions = "*" files = [ @@ -1745,7 +1668,6 @@ test = ["coveralls", "fastdiff (==0.2.0)", "iso8601", "mock", "promise", "pytest name = "graphene-sqlalchemy" version = "2.3.0" description = "Graphene SQLAlchemy integration" -category = "main" optional = false python-versions = "*" files = [ @@ -1768,7 +1690,6 @@ test = ["mock (==2.0.0)", "pytest (==4.3.1)", "pytest-benchmark (==3.2.1)", "pyt name = "graphene-sqlalchemy-filter" version = "1.13.0" description = "Filters for Graphene SQLAlchemy integration" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -1784,7 +1705,6 @@ SQLAlchemy = "<2" name = "graphql-core" version = "2.3.2" description = "GraphQL implementation for Python" -category = "main" optional = false python-versions = "*" files = [ @@ -1805,7 +1725,6 @@ test = ["coveralls (==1.11.1)", "cython (==0.29.17)", "gevent (==1.5.0)", "pyann name = "graphql-relay" version = "2.0.1" description = "Relay implementation for Python" -category = "main" optional = false python-versions = "*" files = [ @@ -1822,7 +1741,6 @@ six = ">=1.12" name = "graphql-server-core" version = "1.2.0" description = "GraphQL Server tools for powering your server" -category = "main" optional = false python-versions = "*" files = [ @@ -1840,7 +1758,6 @@ test = ["pytest (==4.6.9)", "pytest-cov (==2.8.1)"] name = "greenlet" version = "1.1.3.post0" 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 = [ @@ -1919,7 +1836,6 @@ docs = ["Sphinx"] name = "gunicorn" version = "20.1.0" description = "WSGI HTTP Server for UNIX" -category = "main" optional = false python-versions = ">=3.5" files = [ @@ -1940,7 +1856,6 @@ tornado = ["tornado (>=0.2)"] name = "h11" version = "0.14.0" description = "A pure-Python, bring-your-own-I/O implementation of HTTP/1.1" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1952,7 +1867,6 @@ files = [ name = "healthcheck" version = "1.3.3" description = "Adds healthcheck endpoints to Flask apps" -category = "main" optional = false python-versions = "*" files = [ @@ -1963,7 +1877,6 @@ files = [ name = "html5lib" version = "1.1" description = "HTML parser based on the WHATWG HTML specification" -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -1985,7 +1898,6 @@ lxml = ["lxml"] name = "httplib2" version = "0.22.0" description = "A comprehensive HTTP client library." -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ @@ -2000,7 +1912,6 @@ pyparsing = {version = ">=2.4.2,<3.0.0 || >3.0.0,<3.0.1 || >3.0.1,<3.0.2 || >3.0 name = "httptools" version = "0.5.0" description = "A collection of framework independent HTTP protocol utils." -category = "main" optional = false python-versions = ">=3.5.0" files = [ @@ -2054,7 +1965,6 @@ test = ["Cython (>=0.29.24,<0.30.0)"] name = "humanize" version = "4.1.0" description = "Python humanize utilities" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -2069,7 +1979,6 @@ tests = ["freezegun", "pytest", "pytest-cov"] name = "icalendar" version = "5.0.7" description = "iCalendar parser/generator" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -2086,7 +1995,6 @@ pytz = "*" name = "identify" version = "2.5.24" description = "File identification library for Python" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -2101,7 +2009,6 @@ license = ["ukkonen"] name = "idna" version = "3.4" description = "Internationalized Domain Names in Applications (IDNA)" -category = "main" optional = false python-versions = ">=3.5" files = [ @@ -2113,7 +2020,6 @@ files = [ name = "importlab" version = "0.8" description = "A library to calculate python dependency graphs." -category = "dev" optional = false python-versions = ">=3.6.0" files = [ @@ -2128,7 +2034,6 @@ networkx = ">=2" name = "importlib-metadata" version = "6.6.0" description = "Read metadata from Python packages" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -2148,7 +2053,6 @@ testing = ["flake8 (<5)", "flufl.flake8", "importlib-resources (>=1.3)", "packag name = "importlib-resources" version = "5.12.0" description = "Read resources from Python packages" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -2167,7 +2071,6 @@ testing = ["flake8 (<5)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-chec name = "iniconfig" version = "2.0.0" description = "brain-dead simple config-ini parsing" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -2179,7 +2082,6 @@ files = [ name = "isort" version = "5.12.0" description = "A Python utility / library to sort Python imports." -category = "dev" optional = false python-versions = ">=3.8.0" files = [ @@ -2197,7 +2099,6 @@ requirements-deprecated-finder = ["pip-api", "pipreqs"] name = "itsdangerous" version = "2.0.1" description = "Safely pass data to untrusted environments and back." -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -2209,7 +2110,6 @@ files = [ name = "jinja2" version = "2.11.3" description = "A very fast and expressive template engine." -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -2227,7 +2127,6 @@ i18n = ["Babel (>=0.8)"] name = "kombu" version = "5.2.4" description = "Messaging library for Python." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -2259,7 +2158,6 @@ zookeeper = ["kazoo (>=1.3.1)"] name = "lazy-object-proxy" version = "1.9.0" description = "A fast and thorough lazy object proxy." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -2305,7 +2203,6 @@ files = [ name = "libcst" version = "0.4.9" description = "A concrete syntax tree with AST-like properties for Python 3.5, 3.6, 3.7, 3.8, 3.9, and 3.10 programs." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -2353,7 +2250,6 @@ dev = ["Sphinx (>=5.1.1)", "black (==22.10.0)", "coverage (>=4.5.4)", "fixit (== name = "limits" version = "3.4.0" description = "Rate limiting utilities" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -2384,7 +2280,6 @@ rediscluster = ["redis (>=4.2.0,!=4.5.2,!=4.5.3)"] name = "lxml" version = "4.9.2" description = "Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API." -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, != 3.4.*" files = [ @@ -2477,7 +2372,6 @@ source = ["Cython (>=0.29.7)"] name = "mako" version = "1.2.4" description = "A super-fast templating language that borrows the best ideas from the existing templating languages." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -2497,7 +2391,6 @@ testing = ["pytest"] name = "markupsafe" version = "2.0.1" description = "Safely add untrusted strings to HTML/XML markup." -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -2576,7 +2469,6 @@ files = [ name = "marrow.mailer" version = "4.0.2.post1" description = "A light-weight modular mail delivery framework for Python 2.7+, 3.3+, Pypy, and Pypy3." -category = "main" optional = false python-versions = "*" files = [] @@ -2599,7 +2491,6 @@ resolved_reference = "5b144797a412f4816ecc25f237a6ebc0737f6897" name = "marrow.util" version = "1.2.4" description = "A collection of many commonly reimplemented utility classes and functions." -category = "main" optional = false python-versions = "*" files = [] @@ -2615,7 +2506,6 @@ resolved_reference = "d82029336b2be595e74eefc9d07d9786c1b05e2b" name = "marshmallow" version = "2.21.0" description = "A lightweight library for converting complex datatypes to and from native Python datatypes." -category = "main" optional = false python-versions = "*" files = [ @@ -2634,7 +2524,6 @@ tests = ["pytest", "pytz"] name = "marshmallow-jsonapi" version = "0.23.2" description = "JSON API 1.0 (https://jsonapi.org) formatting with marshmallow" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -2654,7 +2543,6 @@ tests = ["Flask (==1.1.2)", "faker (==4.1.1)", "mock", "pytest"] name = "maxminddb" version = "2.3.0" description = "Reader for the MaxMind DB format" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -2665,7 +2553,6 @@ files = [ name = "mccabe" version = "0.7.0" description = "McCabe checker, plugin for flake8" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -2677,7 +2564,6 @@ files = [ name = "multidict" version = "6.0.4" description = "multidict implementation" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -2761,7 +2647,6 @@ files = [ name = "mypy-extensions" version = "1.0.0" description = "Type system extensions for programs checked with the mypy type checker." -category = "dev" optional = false python-versions = ">=3.5" files = [ @@ -2773,7 +2658,6 @@ files = [ name = "networkx" version = "3.1" description = "Python package for creating and manipulating graphs and networks" -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -2792,7 +2676,6 @@ test = ["codecov (>=2.1)", "pytest (>=7.2)", "pytest-cov (>=4.0)"] name = "ninja" version = "1.11.1" description = "Ninja is a small build system with a focus on speed" -category = "dev" optional = false python-versions = "*" files = [ @@ -2822,7 +2705,6 @@ test = ["codecov (>=2.0.5)", "coverage (>=4.2)", "flake8 (>=3.0.4)", "pytest (>= name = "nodeenv" version = "1.8.0" description = "Node.js virtual environment builder" -category = "dev" optional = false python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*" files = [ @@ -2837,7 +2719,6 @@ setuptools = "*" name = "nose" version = "1.3.7" description = "nose extends unittest to make testing easier" -category = "dev" optional = false python-versions = "*" files = [ @@ -2850,7 +2731,6 @@ files = [ name = "oauth2" version = "1.9.0.post1" description = "library for OAuth version 1.9" -category = "main" optional = false python-versions = "*" files = [ @@ -2865,7 +2745,6 @@ httplib2 = "*" name = "oauthlib" version = "3.2.2" description = "A generic, spec-compliant, thorough implementation of the OAuth request-signing logic" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -2882,7 +2761,6 @@ signedtoken = ["cryptography (>=3.0.0)", "pyjwt (>=2.0.0,<3)"] name = "objproxies" version = "0.9.4" description = "General purpose proxy and wrapper types" -category = "dev" optional = false python-versions = "*" files = [ @@ -2893,7 +2771,6 @@ files = [ name = "omise" version = "0.12.0" description = "Omise Python client" -category = "main" optional = false python-versions = "*" files = [ @@ -2908,7 +2785,6 @@ requests = ">=2.12.1" name = "packaging" version = "23.1" description = "Core utilities for Python packages" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -2920,7 +2796,6 @@ files = [ 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 = [ @@ -2932,7 +2807,6 @@ files = [ name = "paypalrestsdk" version = "1.13.1" description = "The PayPal REST SDK provides Python APIs to create, process and manage payments." -category = "main" optional = false python-versions = "*" files = [ @@ -2948,7 +2822,6 @@ six = ">=1.0.0" name = "pep8" version = "1.7.1" description = "Python style guide checker" -category = "dev" optional = false python-versions = "*" files = [ @@ -2960,7 +2833,6 @@ files = [ name = "pillow" version = "9.5.0" description = "Python Imaging Library (Fork)" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -3040,7 +2912,6 @@ tests = ["check-manifest", "coverage", "defusedxml", "markdown2", "olefile", "pa name = "platformdirs" version = "3.5.1" description = "A small Python package for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -3056,7 +2927,6 @@ test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=7.3.1)", "pytest- name = "pluggy" version = "1.0.0" description = "plugin and hook calling mechanisms for python" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -3072,7 +2942,6 @@ testing = ["pytest", "pytest-benchmark"] name = "pre-commit" version = "3.3.2" description = "A framework for managing and maintaining multi-language pre-commit hooks." -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -3091,7 +2960,6 @@ virtualenv = ">=20.10.0" name = "promise" version = "2.3" description = "Promises/A+ implementation for Python" -category = "main" optional = false python-versions = "*" files = [ @@ -3108,7 +2976,6 @@ test = ["coveralls", "futures", "mock", "pytest (>=2.7.3)", "pytest-benchmark", name = "prompt-toolkit" version = "3.0.38" description = "Library for building powerful interactive command lines in Python" -category = "main" optional = false python-versions = ">=3.7.0" files = [ @@ -3123,7 +2990,6 @@ wcwidth = "*" name = "psycopg2-binary" version = "2.9.3" description = "psycopg2 - Python-PostgreSQL Database Adapter" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -3192,7 +3058,6 @@ files = [ name = "py" version = "1.11.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.*, !=3.4.*" files = [ @@ -3204,7 +3069,6 @@ files = [ name = "pycairo" version = "1.23.0" description = "Python interface for cairo" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -3225,7 +3089,6 @@ files = [ name = "pycln" version = "2.1.3" description = "A formatter for finding and removing unused import statements." -category = "dev" optional = false python-versions = ">=3.6.2,<4" files = [ @@ -3244,7 +3107,6 @@ typer = ">=0.4.1,<0.8.0" name = "pycountry" version = "22.3.5" description = "ISO country, subdivision, language, currency and script definitions and their translations" -category = "main" optional = false python-versions = ">=3.6, <4" files = [ @@ -3258,7 +3120,6 @@ setuptools = "*" name = "pycparser" version = "2.21" description = "C parser in Python" -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ @@ -3270,7 +3131,6 @@ files = [ name = "pycryptodome" version = "3.14.1" description = "Cryptographic library for Python" -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -3310,7 +3170,6 @@ files = [ name = "pydantic" version = "1.10.7" description = "Data validation and settings management using python type hints" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -3363,7 +3222,6 @@ email = ["email-validator (>=1.0.3)"] name = "pyjwt" version = "1.7.1" description = "JSON Web Token implementation in Python" -category = "main" optional = false python-versions = "*" files = [ @@ -3380,7 +3238,6 @@ test = ["pytest (>=4.0.1,<5.0.0)", "pytest-cov (>=2.6.0,<3.0.0)", "pytest-runner name = "pylint" version = "2.17.4" description = "python code static checker" -category = "dev" optional = false python-versions = ">=3.7.2" files = [ @@ -3403,11 +3260,55 @@ typing-extensions = {version = ">=3.10.0", markers = "python_version < \"3.10\"" spelling = ["pyenchant (>=3.2,<4.0)"] testutils = ["gitpython (>3)"] +[[package]] +name = "pylint-flask" +version = "0.6" +description = "pylint-flask is a Pylint plugin to aid Pylint in recognizing and understanding errors caused when using Flask" +optional = false +python-versions = "*" +files = [ + {file = "pylint-flask-0.6.tar.gz", hash = "sha256:f4d97de2216bf7bfce07c9c08b166e978fe9f2725de2a50a9845a97de7e31517"}, +] + +[package.dependencies] +pylint-plugin-utils = ">=0.2.1" + +[[package]] +name = "pylint-flask-sqlalchemy" +version = "0.2.0" +description = "A Pylint plugin for improving code analysis when editing code using Flask-SQLAlchemy" +optional = false +python-versions = ">=3.5" +files = [ + {file = "pylint_flask_sqlalchemy-0.2.0-py3-none-any.whl", hash = "sha256:27f1fffb940adc9ac8f00ff7eb91ec39ca070c0f3bcec0d7f1c702a993d40505"}, + {file = "pylint_flask_sqlalchemy-0.2.0.tar.gz", hash = "sha256:8ede5baba1a465d8ba39d8383ffcf0889d7a6afeff44bd24177fcf529ba8aa81"}, +] + +[package.dependencies] +Flask-SQLAlchemy = ">=2" +pylint = "*" + +[package.extras] +dev = ["black", "bump2version", "gitchangelog", "mypy", "pystache"] + +[[package]] +name = "pylint-plugin-utils" +version = "0.8.2" +description = "Utilities and helpers for writing Pylint plugins" +optional = false +python-versions = ">=3.7,<4.0" +files = [ + {file = "pylint_plugin_utils-0.8.2-py3-none-any.whl", hash = "sha256:ae11664737aa2effbf26f973a9e0b6779ab7106ec0adc5fe104b0907ca04e507"}, + {file = "pylint_plugin_utils-0.8.2.tar.gz", hash = "sha256:d3cebf68a38ba3fba23a873809155562571386d4c1b03e5b4c4cc26c3eee93e4"}, +] + +[package.dependencies] +pylint = ">=1.7" + [[package]] name = "pyopenssl" version = "23.1.1" description = "Python wrapper module around the OpenSSL library" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -3426,7 +3327,6 @@ test = ["flaky", "pretend", "pytest (>=3.0.1)"] name = "pyparsing" version = "3.0.9" description = "pyparsing module - Classes and methods to define and execute parsing grammars" -category = "main" optional = false python-versions = ">=3.6.8" files = [ @@ -3441,7 +3341,6 @@ diagrams = ["jinja2", "railroad-diagrams"] name = "pypdf3" version = "1.0.6" description = "Pure Python PDF toolkit" -category = "main" optional = false python-versions = "*" files = [ @@ -3455,7 +3354,6 @@ tqdm = "*" name = "pyphen" version = "0.14.0" description = "Pure Python module to hyphenate text" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -3471,7 +3369,6 @@ test = ["flake8", "isort", "pytest"] name = "pypng" version = "0.20220715.0" description = "Pure Python library for saving and loading PNG images" -category = "main" optional = false python-versions = "*" files = [ @@ -3483,7 +3380,6 @@ files = [ name = "pytest" version = "7.1.2" description = "pytest: simple powerful testing with Python" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -3508,7 +3404,6 @@ testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2. name = "pytest-cov" version = "4.1.0" description = "Pytest plugin for measuring coverage." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -3527,7 +3422,6 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtuale name = "python-bidi" version = "0.4.2" description = "Pure python implementation of the BiDi layout algorithm" -category = "main" optional = false python-versions = "*" files = [ @@ -3542,7 +3436,6 @@ six = "*" name = "python-dateutil" version = "2.8.2" description = "Extensions to the standard Python datetime module" -category = "main" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" files = [ @@ -3557,7 +3450,6 @@ six = ">=1.5" name = "python-dotenv" version = "0.20.0" description = "Read key-value pairs from a .env file and set them as environment variables" -category = "main" optional = false python-versions = ">=3.5" files = [ @@ -3572,7 +3464,6 @@ cli = ["click (>=5.0)"] name = "python-geoip" version = "1.2" description = "Provides GeoIP functionality for Python." -category = "main" optional = false python-versions = "*" files = [ @@ -3584,7 +3475,6 @@ files = [ name = "python-geoip-geolite2" version = "2015.0303" description = "Provides access to the geolite2 database. This product includes GeoLite2 data created by MaxMind, available from http://www.maxmind.com/" -category = "main" optional = false python-versions = "*" files = [ @@ -3599,7 +3489,6 @@ python-geoip = "*" name = "python-http-client" version = "3.3.7" description = "HTTP REST client, simplified for Python" -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ @@ -3611,7 +3500,6 @@ files = [ name = "python-magic" version = "0.4.25" description = "File type identification using libmagic" -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -3623,7 +3511,6 @@ files = [ name = "python-pentabarf-xml" version = "0.20" description = "Generate pentabarf XML schedule for events/conferences" -category = "main" optional = false python-versions = "*" files = [ @@ -3634,7 +3521,6 @@ files = [ name = "python-slugify" version = "8.0.1" description = "A Python slugify application that also handles Unicode" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -3652,7 +3538,6 @@ unidecode = ["Unidecode (>=1.1.1)"] name = "pytype" version = "2022.2.8" description = "Python type inferencer" -category = "dev" optional = false python-versions = "<3.10,>=3.7" files = [ @@ -3680,7 +3565,6 @@ toml = "*" name = "pytz" version = "2023.3" description = "World timezone definitions, modern and historical" -category = "main" optional = false python-versions = "*" files = [ @@ -3692,7 +3576,6 @@ files = [ name = "pyupgrade" version = "3.4.0" description = "A tool to automatically upgrade syntax for newer versions." -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -3707,7 +3590,6 @@ tokenize-rt = ">=3.2.0" name = "pyyaml" version = "5.4.1" 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 = [ @@ -3746,7 +3628,6 @@ files = [ name = "qrcode" version = "7.4.2" description = "QR Code image generator" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -3770,7 +3651,6 @@ test = ["coverage", "pytest"] name = "redis" version = "4.5.5" description = "Python client for Redis database and key-value store" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -3789,7 +3669,6 @@ ocsp = ["cryptography (>=36.0.1)", "pyopenssl (==20.0.1)", "requests (>=2.26.0)" name = "reportlab" version = "4.0.0" description = "The Reportlab Toolkit" -category = "main" optional = false python-versions = ">=3.7,<4" files = [ @@ -3810,7 +3689,6 @@ rl-renderpm = ["rl-renderPM (>=4.0.3,<4.1)"] name = "requests" version = "2.31.0" description = "Python HTTP for Humans." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -3832,7 +3710,6 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] name = "requests-oauthlib" version = "1.3.1" description = "OAuthlib authentication support for Requests." -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ @@ -3851,7 +3728,6 @@ rsa = ["oauthlib[signedtoken] (>=3.0.0)"] name = "rlpycairo" version = "0.2.0" description = "Plugin backend renderer for reportlab.graphics.renderPM" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -3867,7 +3743,6 @@ pycairo = ">=1.20.0" name = "rx" version = "1.6.3" description = "Reactive Extensions (Rx) for Python" -category = "main" optional = false python-versions = "*" files = [ @@ -3878,7 +3753,6 @@ files = [ name = "scrypt" version = "0.8.20" description = "Bindings for the scrypt key derivation function library" -category = "main" optional = false python-versions = "*" files = [ @@ -3926,7 +3800,6 @@ files = [ name = "sendgrid" version = "6.10.0" description = "Twilio SendGrid library for Python" -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -3942,7 +3815,6 @@ starkbank-ecdsa = ">=2.0.1" name = "sentry-sdk" version = "1.24.0" description = "Python client for Sentry (https://sentry.io)" -category = "main" optional = false python-versions = "*" files = [ @@ -3988,7 +3860,6 @@ tornado = ["tornado (>=5)"] name = "setuptools" version = "67.7.2" description = "Easily download, build, install, upgrade, and uninstall Python packages" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -4005,7 +3876,6 @@ testing-integration = ["build[virtualenv]", "filelock (>=3.4.0)", "jaraco.envs ( name = "simplejson" version = "3.19.1" description = "Simple, fast, extensible JSON encoder/decoder for Python" -category = "main" optional = false python-versions = ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -4100,7 +3970,6 @@ files = [ name = "singledispatch" version = "3.7.0" description = "Backport functools.singledispatch from Python 3.4 to Python 2.6-3.3." -category = "main" optional = false python-versions = ">=2.6" files = [ @@ -4119,7 +3988,6 @@ testing = ["pytest (>=4.6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4) 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 = [ @@ -4131,7 +3999,6 @@ files = [ name = "sniffio" version = "1.3.0" description = "Sniff out which async library your code is running under" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -4143,7 +4010,6 @@ files = [ name = "sqlalchemy" version = "1.3.23" description = "Database Abstraction Library" -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ @@ -4203,7 +4069,6 @@ pymysql = ["pymysql", "pymysql (<1)"] name = "sqlalchemy-citext" version = "1.8.0" description = "A sqlalchemy plugin that allows postgres use of CITEXT." -category = "main" optional = false python-versions = "*" files = [ @@ -4217,7 +4082,6 @@ SQLAlchemy = ">=0.6" name = "sqlalchemy-continuum" version = "1.3.12" description = "Versioning and auditing extension for SQLAlchemy." -category = "main" optional = false python-versions = "*" files = [ @@ -4242,7 +4106,6 @@ test = ["Flask (>=0.9)", "Flask-Login (>=0.2.9)", "Flask-SQLAlchemy (>=1.0)", "P name = "sqlalchemy-utils" version = "0.41.1" description = "Various utility functions for SQLAlchemy." -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -4271,7 +4134,6 @@ url = ["furl (>=0.4.1)"] name = "starkbank-ecdsa" version = "2.2.0" description = "A lightweight and fast pure python ECDSA library" -category = "main" optional = false python-versions = "*" files = [ @@ -4282,7 +4144,6 @@ files = [ name = "starlette" version = "0.27.0" description = "The little ASGI library that shines." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -4301,7 +4162,6 @@ full = ["httpx (>=0.22.0)", "itsdangerous", "jinja2", "python-multipart", "pyyam name = "stripe" version = "3.0.0" description = "Python bindings for the Stripe API" -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ @@ -4316,7 +4176,6 @@ requests = {version = ">=2.20", markers = "python_version >= \"3.0\""} name = "svglib" version = "1.5.1" description = "A pure-Python library for reading and converting SVG" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -4333,7 +4192,6 @@ tinycss2 = ">=0.6.0" name = "tabulate" version = "0.9.0" description = "Pretty-print tabular data" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -4348,7 +4206,6 @@ widechars = ["wcwidth"] name = "text-unidecode" version = "1.3" description = "The most basic Text::Unidecode port" -category = "main" optional = false python-versions = "*" files = [ @@ -4360,7 +4217,6 @@ files = [ name = "tinycss2" version = "1.2.1" description = "A tiny CSS parser" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -4379,7 +4235,6 @@ test = ["flake8", "isort", "pytest"] name = "tokenize-rt" version = "5.0.0" description = "A wrapper around the stdlib `tokenize` which roundtrips." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -4391,7 +4246,6 @@ files = [ 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 = [ @@ -4403,7 +4257,6 @@ files = [ name = "tomli" version = "2.0.1" description = "A lil' TOML parser" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -4415,7 +4268,6 @@ files = [ name = "tomlkit" version = "0.11.8" description = "Style preserving TOML library" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -4427,7 +4279,6 @@ files = [ name = "tqdm" version = "4.65.0" description = "Fast, Extensible Progress Meter" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -4448,7 +4299,6 @@ telegram = ["requests"] name = "typer" version = "0.4.2" description = "Typer, build great CLIs. Easy to code. Based on Python type hints." -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -4469,7 +4319,6 @@ test = ["black (>=22.3.0,<23.0.0)", "coverage (>=5.2,<6.0)", "isort (>=5.0.6,<6. name = "typing-extensions" version = "4.5.0" description = "Backported and Experimental Type Hints for Python 3.7+" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -4481,7 +4330,6 @@ files = [ name = "typing-inspect" version = "0.8.0" description = "Runtime inspection utilities for typing module." -category = "dev" optional = false python-versions = "*" files = [ @@ -4497,7 +4345,6 @@ typing-extensions = ">=3.7.4" name = "tzdata" version = "2023.3" description = "Provider of IANA time zone data" -category = "main" optional = false python-versions = ">=2" files = [ @@ -4509,7 +4356,6 @@ files = [ name = "tzlocal" version = "5.0.1" description = "tzinfo object for the local timezone" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -4528,7 +4374,6 @@ devenv = ["black", "check-manifest", "flake8", "pyroma", "pytest (>=4.3)", "pyte name = "urllib3" version = "1.26.15" 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.*" files = [ @@ -4545,7 +4390,6 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] name = "uvicorn" version = "0.22.0" description = "The lightning-fast ASGI server." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -4560,7 +4404,7 @@ h11 = ">=0.8" httptools = {version = ">=0.5.0", optional = true, markers = "extra == \"standard\""} python-dotenv = {version = ">=0.13", optional = true, markers = "extra == \"standard\""} pyyaml = {version = ">=5.1", optional = true, markers = "extra == \"standard\""} -uvloop = {version = ">=0.14.0,<0.15.0 || >0.15.0,<0.15.1 || >0.15.1", optional = true, markers = "sys_platform != \"win32\" and sys_platform != \"cygwin\" and platform_python_implementation != \"PyPy\" and extra == \"standard\""} +uvloop = {version = ">=0.14.0,<0.15.0 || >0.15.0,<0.15.1 || >0.15.1", optional = true, markers = "(sys_platform != \"win32\" and sys_platform != \"cygwin\") and platform_python_implementation != \"PyPy\" and extra == \"standard\""} watchfiles = {version = ">=0.13", optional = true, markers = "extra == \"standard\""} websockets = {version = ">=10.4", optional = true, markers = "extra == \"standard\""} @@ -4571,7 +4415,6 @@ standard = ["colorama (>=0.4)", "httptools (>=0.5.0)", "python-dotenv (>=0.13)", name = "uvloop" version = "0.17.0" description = "Fast implementation of asyncio event loop on top of libuv" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -4616,7 +4459,6 @@ test = ["Cython (>=0.29.32,<0.30.0)", "aiohttp", "flake8 (>=3.9.2,<3.10.0)", "my name = "vine" version = "5.0.0" description = "Promises, promises, promises." -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -4628,7 +4470,6 @@ files = [ name = "virtualenv" version = "20.23.0" description = "Virtual Python Environment builder" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -4649,7 +4490,6 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.3)", "coverage-enable-subprocess name = "watchfiles" version = "0.19.0" description = "Simple, modern and high performance file watching and code reload in python." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -4684,7 +4524,6 @@ anyio = ">=3.0.0" name = "wcwidth" version = "0.2.6" description = "Measures the displayed width of unicode strings in a terminal" -category = "main" optional = false python-versions = "*" files = [ @@ -4696,7 +4535,6 @@ files = [ name = "weasyprint" version = "52.5" description = "The Awesome Document Factory" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -4723,7 +4561,6 @@ test = ["pytest-cov", "pytest-flake8", "pytest-isort", "pytest-runner"] name = "webencodings" version = "0.5.1" description = "Character encoding aliases for legacy web content" -category = "main" optional = false python-versions = "*" files = [ @@ -4735,7 +4572,6 @@ files = [ name = "websockets" version = "11.0.3" description = "An implementation of the WebSocket Protocol (RFC 6455 & 7692)" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -4815,7 +4651,6 @@ files = [ name = "werkzeug" version = "2.0.3" description = "The comprehensive WSGI web application library." -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -4830,7 +4665,6 @@ watchdog = ["watchdog"] name = "wrapt" version = "1.15.0" description = "Module for decorators, wrappers and monkey patching." -category = "main" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" files = [ @@ -4915,7 +4749,6 @@ files = [ name = "wtforms" version = "2.3.3" description = "A flexible forms validation and rendering library for Python web development." -category = "main" optional = false python-versions = "*" files = [ @@ -4936,7 +4769,6 @@ locale = ["Babel (>=1.3)"] name = "xhtml2pdf" version = "0.2.6" description = "PDF generator using HTML and CSS" -category = "main" optional = false python-versions = "*" files = [ @@ -4957,7 +4789,6 @@ svglib = ">=1.2.1" name = "xmltodict" version = "0.13.0" description = "Makes working with XML feel like you are working with JSON" -category = "main" optional = false python-versions = ">=3.4" files = [ @@ -4969,7 +4800,6 @@ files = [ name = "yarl" version = "1.9.2" description = "Yet another URL library" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -5057,7 +4887,6 @@ multidict = ">=4.0" name = "zipp" version = "3.15.0" description = "Backport of pathlib-compatible object wrapper for zip files" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -5073,7 +4902,6 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more name = "zope-event" version = "4.6" description = "Very basic event publishing system" -category = "main" optional = false python-versions = "*" files = [ @@ -5092,7 +4920,6 @@ test = ["zope.testrunner"] name = "zope-interface" version = "6.0" description = "Interfaces for Python" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -5139,4 +4966,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.8,<3.10" -content-hash = "c68ca8eef062e9c038d884eaf2aa865caf8aeaf9e8ca224504ee38805530e4fb" +content-hash = "6b548c632497df224c4d92b723638383c12c5e299e89709333cb6066af514af5" diff --git a/pyproject.toml b/pyproject.toml index b2ce13b743..489e350427 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -85,7 +85,7 @@ gunicorn = "20.1.0" boto = "2.49" geoip2 = "4.7.0" SQLAlchemy-Continuum = "1.3.12" -bleach = "4.1.0" +bleach = "6.0.0" stripe = "3.0.0" xhtml2pdf = "0.2.6" flask-caching = "2.0.2"