From 7ddae17e3af68893266c65d291d9a374e71415fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 02:41:59 +0000 Subject: [PATCH] build(deps): bump ddtrace from 1.9.3 to 2.1.4 Bumps [ddtrace](https://github.com/DataDog/dd-trace-py) from 1.9.3 to 2.1.4. - [Release notes](https://github.com/DataDog/dd-trace-py/releases) - [Changelog](https://github.com/DataDog/dd-trace-py/blob/2.x/CHANGELOG.md) - [Commits](https://github.com/DataDog/dd-trace-py/compare/v1.9.3...v2.1.4) --- updated-dependencies: - dependency-name: ddtrace dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 494 +++++++++++++++++++++---------------------------- pyproject.toml | 2 +- 2 files changed, 216 insertions(+), 280 deletions(-) diff --git a/poetry.lock b/poetry.lock index ab49926..824d217 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.6.1 and should not be changed by hand. [[package]] name = "aiofiles" version = "23.1.0" description = "File support for asyncio." -category = "main" optional = false python-versions = ">=3.7,<4.0" files = [ @@ -16,7 +15,6 @@ files = [ name = "aiohttp" version = "3.8.3" description = "Async http client/server framework (asyncio)" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -125,7 +123,6 @@ speedups = ["Brotli", "aiodns", "cchardet"] name = "aioredis" version = "2.0.1" description = "asyncio (PEP 3156) Redis support" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -144,7 +141,6 @@ hiredis = ["hiredis (>=1.0)"] name = "aiosignal" version = "1.2.0" description = "aiosignal: a list of registered asynchronous callbacks" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -159,7 +155,6 @@ frozenlist = ">=1.1.0" name = "aiosqlite" version = "0.17.0" description = "asyncio bridge to the standard sqlite3 module" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -174,7 +169,6 @@ typing_extensions = ">=3.7.2" name = "ansicon" version = "1.89.0" description = "Python wrapper for loading Jason Hood's ANSICON" -category = "dev" optional = false python-versions = "*" files = [ @@ -186,7 +180,6 @@ files = [ name = "astunparse" version = "1.6.3" description = "An AST unparser for Python" -category = "main" optional = false python-versions = "*" files = [ @@ -202,7 +195,6 @@ wheel = ">=0.23.0,<1.0" name = "async-timeout" version = "4.0.2" description = "Timeout context manager for asyncio programs" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -214,7 +206,6 @@ files = [ name = "asyncpg" version = "0.27.0" description = "An asyncio PostgreSQL driver" -category = "main" optional = false python-versions = ">=3.7.0" files = [ @@ -265,7 +256,6 @@ test = ["flake8 (>=5.0.4,<5.1.0)", "uvloop (>=0.15.3)"] name = "attrs" version = "22.1.0" description = "Classes Without Boilerplate" -category = "main" optional = false python-versions = ">=3.5" files = [ @@ -283,7 +273,6 @@ tests-no-zope = ["cloudpickle", "coverage[toml] (>=5.0.2)", "hypothesis", "mypy name = "beautifulsoup4" version = "4.11.1" description = "Screen-scraping library" -category = "main" optional = false python-versions = ">=3.6.0" files = [ @@ -302,7 +291,6 @@ lxml = ["lxml"] name = "black" version = "22.10.0" description = "The uncompromising code formatter." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -346,7 +334,6 @@ uvloop = ["uvloop (>=0.15.2)"] name = "blessed" version = "1.19.1" description = "Easy, practical library for making terminal apps, by providing an elegant, well-documented interface to Colors, Keyboard input, and screen Positioning capabilities." -category = "dev" optional = false python-versions = ">=2.7" files = [ @@ -363,7 +350,6 @@ wcwidth = ">=0.1.4" name = "bpython" version = "0.24" description = "" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -389,7 +375,6 @@ watch = ["watchdog"] name = "braceexpand" version = "0.1.7" description = "Bash-style brace expansion for Python" -category = "main" optional = false python-versions = "*" files = [ @@ -401,7 +386,6 @@ files = [ name = "bytecode" version = "0.13.0" description = "Python module to generate and modify bytecode" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -413,7 +397,6 @@ files = [ name = "cachetools" version = "5.2.0" description = "Extensible memoizing collections and decorators" -category = "main" optional = false python-versions = "~=3.7" files = [ @@ -425,7 +408,6 @@ files = [ name = "cattrs" version = "22.2.0" description = "Composable complex class support for attrs and dataclasses." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -441,7 +423,6 @@ exceptiongroup = {version = "*", markers = "python_version < \"3.11\""} name = "certifi" version = "2022.12.7" description = "Python package for providing Mozilla's CA Bundle." -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -453,7 +434,6 @@ files = [ 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 = [ @@ -465,7 +445,6 @@ files = [ name = "charset-normalizer" version = "2.1.1" description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet." -category = "main" optional = false python-versions = ">=3.6.0" files = [ @@ -480,7 +459,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 = [ @@ -495,7 +473,6 @@ colorama = {version = "*", markers = "platform_system == \"Windows\""} name = "colorama" version = "0.4.5" description = "Cross-platform colored terminal text." -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -507,7 +484,6 @@ files = [ name = "commonmark" version = "0.9.1" description = "Python parser for the CommonMark Markdown spec" -category = "main" optional = false python-versions = "*" files = [ @@ -522,7 +498,6 @@ test = ["flake8 (==3.7.8)", "hypothesis (==3.55.3)"] name = "coverage" version = "6.5.0" description = "Code coverage measurement for Python" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -585,7 +560,6 @@ toml = ["tomli"] name = "curtsies" version = "0.4.1" description = "Curses-like terminal wrapper, with colored strings!" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -600,7 +574,6 @@ cwcwidth = "*" name = "cwcwidth" version = "0.1.7" description = "Python bindings for wc(s)width" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -639,7 +612,6 @@ files = [ name = "datadog" version = "0.44.0" description = "The Datadog Python library" -category = "main" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7" files = [ @@ -654,7 +626,6 @@ requests = ">=2.6.0" name = "ddsketch" version = "2.0.4" description = "Distributed quantile sketches" -category = "main" optional = false python-versions = ">=2.7" files = [ @@ -668,105 +639,112 @@ six = "*" [[package]] name = "ddtrace" -version = "1.9.3" +version = "2.1.4" description = "Datadog APM client library" -category = "main" optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" +python-versions = ">=3.7" files = [ - {file = "ddtrace-1.9.3-cp27-cp27m-macosx_11_0_x86_64.whl", hash = "sha256:ad558c5ceec69204346bc3d3fe84ea64886869d00e8eeb8af140a47e0ac17e72"}, - {file = "ddtrace-1.9.3-cp27-cp27m-manylinux2010_i686.whl", hash = "sha256:7cadf6a8157182d94e3d4b921c9a81c8d1023ec6d6be88535d648c0f0de55a99"}, - {file = "ddtrace-1.9.3-cp27-cp27m-manylinux2010_x86_64.whl", hash = "sha256:cdaa72b3b9ce15ed085352336f44b836056175635050ba4a5f6b53bb397ff78b"}, - {file = "ddtrace-1.9.3-cp27-cp27mu-manylinux2010_i686.whl", hash = "sha256:44932cb4abf190cb6a1a49feca09d25f5113f6f2b75967876c96dc81b23e8f40"}, - {file = "ddtrace-1.9.3-cp27-cp27mu-manylinux2010_x86_64.whl", hash = "sha256:e7ce35ab7412e851342c3f45d6a32447b65990e0a4b55ac98b551aa68967fcb2"}, - {file = "ddtrace-1.9.3-cp310-cp310-macosx_11_0_universal2.whl", hash = "sha256:00631cc213bae3117950b363680977a0a906600e8ca6ee2a6c88301d1cb906c8"}, - {file = "ddtrace-1.9.3-cp310-cp310-macosx_11_0_x86_64.whl", hash = "sha256:4b60d255b278a26c8352a3cc2fda7cd49601be2dabd4902d063a55dd40e686a6"}, - {file = "ddtrace-1.9.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c08d008d96564fcb8720395b8f425c6dce290fc526933f3fae64741a79b1c436"}, - {file = "ddtrace-1.9.3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:cd11b42422fce21ac3c8b646647c89fd12866c3503673e256a4ad934f40e2ff7"}, - {file = "ddtrace-1.9.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9160df2720b3ae90610a935c48926320c2bbbec09647cd49715dd4f22e5087a6"}, - {file = "ddtrace-1.9.3-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:bad5f00f20a6519b40b4f4ef913ce66ed3c0fcf02f793a1f5758bf3658eb58f4"}, - {file = "ddtrace-1.9.3-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:37254693d7531dc5acd145f2bd5cbd7fd597d89564ce1e8fc794e292f70edfab"}, - {file = "ddtrace-1.9.3-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:d711f81057653d06d513f0d1309d68770e378f7052ac6c7e2c0e8f35585fde7d"}, - {file = "ddtrace-1.9.3-cp310-cp310-win32.whl", hash = "sha256:86c4ea9d3820d22bfca9c4607ebe84ffa76f10ac812732ef0e67c57c70e5b73f"}, - {file = "ddtrace-1.9.3-cp310-cp310-win_amd64.whl", hash = "sha256:c839ad2091433c9332756f11a778991d65a004312658159a87027ceaba331d91"}, - {file = "ddtrace-1.9.3-cp311-cp311-macosx_11_0_universal2.whl", hash = "sha256:69404751f82cc4876df228e69f69e3d2d69b6f10de95306a7939e6f7c9e38b23"}, - {file = "ddtrace-1.9.3-cp311-cp311-macosx_11_0_x86_64.whl", hash = "sha256:fe638dbc8d17179f4d38956ba78da4857bb29da43444444ba90a7c0c8e125aba"}, - {file = "ddtrace-1.9.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0bd30abbf602137e5af194dce08c0423e982113f9e32f1fc3dc7e254f753b4c8"}, - {file = "ddtrace-1.9.3-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:96278e4110b0da4ed47e676fb77d707820d79216c281bc500ce30f5432bbea07"}, - {file = "ddtrace-1.9.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1d7f578befe6fb3a6db313c86ab013e89380aa5881bf596f6bf14c3b7dae5110"}, - {file = "ddtrace-1.9.3-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:3bb4463314b038b837f10985edd34c8fff8cd063ca54f42273c3134e953856ff"}, - {file = "ddtrace-1.9.3-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:fd7fbc588e171f971d82fe81e0ed1118c68cba2cf3cd202a30b72e2fb12f11be"}, - {file = "ddtrace-1.9.3-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:d90556ec19b7db873d67e00b8bd40b014850746e6b47966df1c7faa387beae7d"}, - {file = "ddtrace-1.9.3-cp311-cp311-win32.whl", hash = "sha256:10b6baa9f024bf347521ca8f8e950c754cd630c3822db04f9ee4ad746246542f"}, - {file = "ddtrace-1.9.3-cp311-cp311-win_amd64.whl", hash = "sha256:8b37fdee6f47b0a888fd2a98d84c6e9bd71469e5306a0f126731c5379cdb0e1d"}, - {file = "ddtrace-1.9.3-cp35-cp35m-manylinux2010_i686.whl", hash = "sha256:576081fd72720bf10fe584ef32ac3bbc973b210d320cc97a8721f199e9c686b5"}, - {file = "ddtrace-1.9.3-cp35-cp35m-manylinux2010_x86_64.whl", hash = "sha256:4d8860789df958f4ddf90bd5920d0389be7db1610ac53a48995dd968327d49a7"}, - {file = "ddtrace-1.9.3-cp35-cp35m-manylinux2014_aarch64.whl", hash = "sha256:f553b265ef91dcee328c6511a8af6bb69c867bdc236363f91562dc6c310b1967"}, - {file = "ddtrace-1.9.3-cp35-cp35m-win32.whl", hash = "sha256:87db03cffde72a646a80d04ef14027beb2d5a82f4022be546014472cfe883c81"}, - {file = "ddtrace-1.9.3-cp35-cp35m-win_amd64.whl", hash = "sha256:42d427d8b959226750265416dd0d88a8216d0db17047be201e39b064ea3fdaa9"}, - {file = "ddtrace-1.9.3-cp36-cp36m-macosx_11_0_x86_64.whl", hash = "sha256:c80e6b9aae05cdd715ec3e073b4aac1230e985e0429f4c10124c1f649dc4de40"}, - {file = "ddtrace-1.9.3-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2d6b1634dd27132f4fd30e60e71cf916c3ca5061dc20f4ac8320403134c63208"}, - {file = "ddtrace-1.9.3-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:b2d45a248688c4978d7b229629d88e85a77582f362e29bb4f6dcc1f413acfe1c"}, - {file = "ddtrace-1.9.3-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6e072c63fcabcf6c7f2095444606bf86c0a2769a6a00017c5c8a05545b96190e"}, - {file = "ddtrace-1.9.3-cp36-cp36m-musllinux_1_1_aarch64.whl", hash = "sha256:dadeb7deb6e18824e4126e7ee2ddb37975feb248ed7795c452d01c015106715b"}, - {file = "ddtrace-1.9.3-cp36-cp36m-musllinux_1_1_i686.whl", hash = "sha256:c3a077ec35c9996e9473c88b42bb6178f3a739ec841a31901bccebdf3e527f7f"}, - {file = "ddtrace-1.9.3-cp36-cp36m-musllinux_1_1_x86_64.whl", hash = "sha256:21457294ea62948267cf54469156f66b72edf2c0086f2c533b8a36cb1aad49b6"}, - {file = "ddtrace-1.9.3-cp36-cp36m-win32.whl", hash = "sha256:a7318ac2e7901acfd4c634593e6d08e38a4ab3d368d8607ae6db34bce7f203c5"}, - {file = "ddtrace-1.9.3-cp36-cp36m-win_amd64.whl", hash = "sha256:a96aabb3cd3ce83e56b0d90a96aa15d4abafe0674ada86f1a0a720de218aaae0"}, - {file = "ddtrace-1.9.3-cp37-cp37m-macosx_11_0_x86_64.whl", hash = "sha256:e88d89eda6cbfee742eefa04b8a5e4e19966f94e421696d792ba027c397a9728"}, - {file = "ddtrace-1.9.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:130f497aa255381e52c8c45c6770d4dbfc7338832289cf599d75ba3093ebe7b2"}, - {file = "ddtrace-1.9.3-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:b6e756f5212f91fe22af36f788050f3917ed201ae5c9b492a6a5faada4974128"}, - {file = "ddtrace-1.9.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ba1a0eed7430c814dfbe40193964f17a6aae0242b9e5c23d97b1b971df7aaee5"}, - {file = "ddtrace-1.9.3-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:201571b611e1ac8d5bd8a89264a389fc968aff58acefd2b6449335901d7b922a"}, - {file = "ddtrace-1.9.3-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:f6c1c20e817ddc16e574b61f9eb7815b70ae97dad052939a87263b509df78550"}, - {file = "ddtrace-1.9.3-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:b9d27cb3b2db78d66929fca5d3f032745ba96d557dddca995f75984cc5c7df18"}, - {file = "ddtrace-1.9.3-cp37-cp37m-win32.whl", hash = "sha256:e958ea1dad691bab61ba57925f91da16786ea0e0115d0d8d7296cb1bc901f261"}, - {file = "ddtrace-1.9.3-cp37-cp37m-win_amd64.whl", hash = "sha256:9bf82e64def77555fca2205dc9ca91c552775af2d29fd2b56b07b1f821a2fce4"}, - {file = "ddtrace-1.9.3-cp38-cp38-macosx_11_0_universal2.whl", hash = "sha256:d9743e2224d670fb4cf8747ab144af62aa6ee163dc22d79b4ec8f7b34bc0f72b"}, - {file = "ddtrace-1.9.3-cp38-cp38-macosx_11_0_x86_64.whl", hash = "sha256:b97d115ce4efd0b0e3872ad586053abac78abc8ab7f27a5006167dc3caa7aaf2"}, - {file = "ddtrace-1.9.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c12c0fd3570ea825311d4bcac174898fabf558fdaf29646b0ad41660cbf86b54"}, - {file = "ddtrace-1.9.3-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:40af523e3f01b6f53dc52f2a5e8e6b90200cbf8a761b92ba4977a634f9fcc654"}, - {file = "ddtrace-1.9.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7f593f1bcbd54350a3f4fd21eecb103d053b5410397bc1d6ec5e591791859e1c"}, - {file = "ddtrace-1.9.3-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:69d2517f03c79a3584d61d661e4309fe91f7f68a7b2733009a3d90c05a40658d"}, - {file = "ddtrace-1.9.3-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:ff678236f67849899de76a4c67ec87c47ebdd6282da8713ca4f37da65466a7c4"}, - {file = "ddtrace-1.9.3-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:e0fc652ee8738932bf054535869e3398bf446c849fe4d40114d1f57313cd71e4"}, - {file = "ddtrace-1.9.3-cp38-cp38-win32.whl", hash = "sha256:8a4d2c2ad0ea12420478db425291ac3664730ed4ee8f6bf1673e6040aa0142bb"}, - {file = "ddtrace-1.9.3-cp38-cp38-win_amd64.whl", hash = "sha256:6ef856db8bc41d146f93faa870cd460b0394c8d380fd91a762863be67818b495"}, - {file = "ddtrace-1.9.3-cp39-cp39-macosx_11_0_universal2.whl", hash = "sha256:3cdedad4f1a838cd84832e59bea984adcb3d992e8b30f72387dd398cecf9259e"}, - {file = "ddtrace-1.9.3-cp39-cp39-macosx_11_0_x86_64.whl", hash = "sha256:1c876ef06db3059b8b0f8ba401fd2bfe94f49d9ac192419581cead29978fecc4"}, - {file = "ddtrace-1.9.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:24420f36d3ed1197bb93abf2645261070807df2e5429cc37eeadbe788b5ea835"}, - {file = "ddtrace-1.9.3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:e8de551738ccb20d27674dfd6703904a4ea49db8ef44e5e65a035c34fd4b4dff"}, - {file = "ddtrace-1.9.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:898176d0fe92d88a7542b8cc2c0f9c3a578550dcdfa09879a436651316404bfc"}, - {file = "ddtrace-1.9.3-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:435322d64f085316008832e6b6055c1ea96d83a75c6d6f0c7d2f1e5e72a70422"}, - {file = "ddtrace-1.9.3-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:5a1763c5d329e928cb948d855aa569bb3883809e1ae5991aa4c34f4f6b200a65"}, - {file = "ddtrace-1.9.3-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:b83e5c9d0e41eac04375a05097667b1beaee1170987ea261e47325b9cd03c323"}, - {file = "ddtrace-1.9.3-cp39-cp39-win32.whl", hash = "sha256:a4f00f3c4226d0b57c56dcbd1215041cc94a1ae2f7ae91a9e01f278af745c410"}, - {file = "ddtrace-1.9.3-cp39-cp39-win_amd64.whl", hash = "sha256:41c66492402aec3530f58994192e441ebbe74e3e2d96ce1985d65445c987eac9"}, - {file = "ddtrace-1.9.3.tar.gz", hash = "sha256:1b592972e0230510c2c831c4717a50f43ce9360c1d8355d835b246fba5fc83b4"}, + {file = "ddtrace-2.1.4-cp310-cp310-macosx_11_0_universal2.whl", hash = "sha256:431dbc6678e2a03bd67429d6ce050dff87e06697132b45d652e6d1bd2b8479bd"}, + {file = "ddtrace-2.1.4-cp310-cp310-macosx_11_0_x86_64.whl", hash = "sha256:936d70b61bc773519e01a6c84fcfc2ae90e60e0f962a3678e1b201d0c1e7297f"}, + {file = "ddtrace-2.1.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:48dd6028f8f23bb48bf4afac3d9a465ea44db2abdcb1d4b7636b328e7903e8d8"}, + {file = "ddtrace-2.1.4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:f851fbc092827d203e0c46897e1925024ea2d21bcb6e706de90e18873941865c"}, + {file = "ddtrace-2.1.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:02e14ae706a70236ed08ef1fd9a93ef3664bcc5a1d09f19e4db40de443c61d6e"}, + {file = "ddtrace-2.1.4-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:ffabf31b700b48a63506ff988dcdaf156e19582749a403e33044c4fdd09a5993"}, + {file = "ddtrace-2.1.4-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:3d40e11d8bcf30e4ed870cd1ce95383f6aa34ddea45a73317b787e1ae3c6caf7"}, + {file = "ddtrace-2.1.4-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:3998014378d8aba6910711bb5af545ac4947334b020430ec255d0b74debe5fed"}, + {file = "ddtrace-2.1.4-cp310-cp310-win32.whl", hash = "sha256:bffdaa8f2162bff5f8c0f1e67a5776de31255f5637b21cc43b70f594a3f35fde"}, + {file = "ddtrace-2.1.4-cp310-cp310-win_amd64.whl", hash = "sha256:57505c711bf70f7f2a86ec7af2d4d1d099201b7782ab1c7f6d9d4d30454fd478"}, + {file = "ddtrace-2.1.4-cp311-cp311-macosx_11_0_universal2.whl", hash = "sha256:5589927879a9654116d9a7a48244912df858c1854794161d017c2b573e7101ce"}, + {file = "ddtrace-2.1.4-cp311-cp311-macosx_11_0_x86_64.whl", hash = "sha256:ac35ca3bb4c3d916a6bee628ddbf674499a6dff16632f8a1909d2534e262a87c"}, + {file = "ddtrace-2.1.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:7bcac3e2f16e7a24eebe48d31b9dc995476c20747ec6f8b76cd0412580ab1914"}, + {file = "ddtrace-2.1.4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ab24da58c4b3f004e49a5f417b6c68f4dc2523deccf7f13ae7e31f64fc5b5ed6"}, + {file = "ddtrace-2.1.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:34b1c6cdd48b309942e485a6cf6ce27c13ff7d8a584a84cf357c08696d5aa554"}, + {file = "ddtrace-2.1.4-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:049befcc02514feef8480675ad0c4433962de2f191debd038c12a6d2a9a53e5e"}, + {file = "ddtrace-2.1.4-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:bfc22383d8ed80936cb6160928fbe77d39e235cd7fc7d80a15866e158f8a863a"}, + {file = "ddtrace-2.1.4-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:7d0e50d11d60a58e8e53e08fadb4acde7d07da5f5b68221b97f9265be22e8a38"}, + {file = "ddtrace-2.1.4-cp311-cp311-win32.whl", hash = "sha256:bd684f99177bb96b6ac3ace58ed638818a278532ccad8b149767b00ee26dba62"}, + {file = "ddtrace-2.1.4-cp311-cp311-win_amd64.whl", hash = "sha256:81cea6d1182a17ab9b60120c66a5515aaa78e780abc09d1ace40dc76656167e7"}, + {file = "ddtrace-2.1.4-cp312-cp312-macosx_11_0_universal2.whl", hash = "sha256:4d36b26c979fac69d6418e91cea8e47f06df549ac77608b904e81dc3ec9d68f6"}, + {file = "ddtrace-2.1.4-cp312-cp312-macosx_11_0_x86_64.whl", hash = "sha256:05849fd41aa983a9901c0a8ea00d8e96fb9eac1e390c651101c54542a939e2f7"}, + {file = "ddtrace-2.1.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2f2762c3072c25674674b6484ba6516a8d9faabace6cea9afaf3f1e306bd1691"}, + {file = "ddtrace-2.1.4-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:345efbb9ca299d80725039cbf0b47e4beb9a1b32ea01eac1d070602f48ce7d5b"}, + {file = "ddtrace-2.1.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7815876b4d12112a77edf9fc5c5492626ccbf75f0aed005d747c1343a0d82860"}, + {file = "ddtrace-2.1.4-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:0bfb5519ed5f594c098185eee01015692c10c7b7fe4bb54af8bed21055ae2587"}, + {file = "ddtrace-2.1.4-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:dddf1f89295510b7417ae885be98d763bb0fda5eae0dbb4674196abd7b04f270"}, + {file = "ddtrace-2.1.4-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:5a5eeb61ecbec1ca87e6859a10921bde6d2dfe54a5f7e75fc64df1163cc1ee65"}, + {file = "ddtrace-2.1.4-cp312-cp312-win32.whl", hash = "sha256:bfa60950a43a771199fe0592558e5c8cdc205fca199402996f0a8f5588c9b54c"}, + {file = "ddtrace-2.1.4-cp312-cp312-win_amd64.whl", hash = "sha256:5e8e7255a16669b3250d717d7711e20fbf8c257f3eb2c2aa304c7b5db18a2956"}, + {file = "ddtrace-2.1.4-cp37-cp37m-macosx_11_0_x86_64.whl", hash = "sha256:924160e52356ec61cf6f5ad1348c39d9e687365f77a01b23ef64e2e556dbb7e1"}, + {file = "ddtrace-2.1.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:bba269fb62a6fa21b5e81deec79f3c4cd2ba151d1661896c63840c39dff10677"}, + {file = "ddtrace-2.1.4-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:324587da64dd5a0eae9eb18f5a80a8a6d979527c23e020ee3885916cee763e55"}, + {file = "ddtrace-2.1.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8b9b18f4ecc95dbb05f701d9225c8b4a6fc03768589f8182444ef073bfdf1a8c"}, + {file = "ddtrace-2.1.4-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:cebd556e0416ffda97ae616078c6716509124b3f608880897620fdaf0ace063c"}, + {file = "ddtrace-2.1.4-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:0743d7fdf566916eeffb050428dfd0d4a787892e5a691a4fe871fef943226db4"}, + {file = "ddtrace-2.1.4-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:53b0120efc1ca96af7d65d28f0f2598fbd31953d04778ee1a3c54e4de59c94b0"}, + {file = "ddtrace-2.1.4-cp37-cp37m-win32.whl", hash = "sha256:921d3acf2bca44a5fddbca5ca72ad5e5885b14b3e1bca5629b8fc76107139005"}, + {file = "ddtrace-2.1.4-cp37-cp37m-win_amd64.whl", hash = "sha256:5dec4e896261ab7e9cb1971ed1dc3bd4def96c1d2c3c73e2a4b9ebfa6f75c0d3"}, + {file = "ddtrace-2.1.4-cp38-cp38-macosx_11_0_universal2.whl", hash = "sha256:888f877d8705d331ec8022bc77cebdbfdddf0322840bc365290c0b27963f20d7"}, + {file = "ddtrace-2.1.4-cp38-cp38-macosx_11_0_x86_64.whl", hash = "sha256:c69178d4b4740a118ad712eeec90196650138207635713d770925789f5cbd03d"}, + {file = "ddtrace-2.1.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d6a0de562708ea6173cf4de13a46ec65a4b32322844672880ead395303c4217a"}, + {file = "ddtrace-2.1.4-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:37a29ebb12e16d1db3bf1b48c2449c490947df6cd147eed67ac77886c5945b09"}, + {file = "ddtrace-2.1.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a39fa5cb483de64a3336d506956d4ce57f7653adb9823f9797bc1eb96e2d77c2"}, + {file = "ddtrace-2.1.4-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:e754fd49b7a5a1ec9d5a963821411bffed928d21653ecdf078fdb06cbee0dd3d"}, + {file = "ddtrace-2.1.4-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:7e1bcc6acd0fa444ff73c06c6572008e89fccbfa5d7a09daf45137f2455d2280"}, + {file = "ddtrace-2.1.4-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:f53148d936d674e5f1ff7b9c72cbdc7bd344948e774c4d03ad78f3a58c4f27b4"}, + {file = "ddtrace-2.1.4-cp38-cp38-win32.whl", hash = "sha256:675acd5297548ce65bd44fd642dcbe9014d9cb69f3d57b020b38392cdd74bb7b"}, + {file = "ddtrace-2.1.4-cp38-cp38-win_amd64.whl", hash = "sha256:8f6f7b9cf96da548104e6e4f12566e5cba6a60158d33c47e6532efca91a5b113"}, + {file = "ddtrace-2.1.4-cp39-cp39-macosx_11_0_universal2.whl", hash = "sha256:80da7f78f695e7b158ef0ad6de4d12a14ba1817c8862fa433c4df77814c593aa"}, + {file = "ddtrace-2.1.4-cp39-cp39-macosx_11_0_x86_64.whl", hash = "sha256:271fde3363c1096e1951206902e2e8cd9632689c70114dd3695dae009583ac42"}, + {file = "ddtrace-2.1.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:707dc8e3372b406438fee95204676a5e7beec640a3fad2cacebceee1a5f95e3e"}, + {file = "ddtrace-2.1.4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:e8c5917568a6fba0126e2dba8eda0dd417788a25e5b2427b7741db8b5afeeab5"}, + {file = "ddtrace-2.1.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:571e77462729ad83747d26217d6791aa7fdcb57e7cc72127b512fc7f2b75f46a"}, + {file = "ddtrace-2.1.4-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:b7f897d7ce74a0df5886c3700ab5f56a0c78d7fccb055ed6602600d59d072843"}, + {file = "ddtrace-2.1.4-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:e125a6c520f7e0bb9c0ce06dc4b37e12b81c756608520daeda30aeb5dd31e2ce"}, + {file = "ddtrace-2.1.4-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:af3bc75fa519d4e669ae8e38ceeb9aea41b9ebe6459d02c2af67259790ea291d"}, + {file = "ddtrace-2.1.4-cp39-cp39-win32.whl", hash = "sha256:52ff7626bb896ec25b3594aaca91487fecd3b3ca4150c764f7c44caf87972e33"}, + {file = "ddtrace-2.1.4-cp39-cp39-win_amd64.whl", hash = "sha256:048ef63d4cc4da65a82382c6ec24dde316746c2b0e500148232f91d8bf0222d3"}, + {file = "ddtrace-2.1.4.tar.gz", hash = "sha256:77dffac5459e44eb1accdb3f518520128dec2ba335dad6deb800331dee9a5e7f"}, ] [package.dependencies] -attrs = {version = ">=20", markers = "python_version > \"2.7\""} +attrs = ">=20" bytecode = {version = "*", markers = "python_version >= \"3.8\""} cattrs = "*" ddsketch = ">=2.0.1" envier = "*" -jsonschema = "*" -packaging = ">=17.1" -protobuf = {version = ">=3", markers = "python_version >= \"3.7\""} +opentelemetry-api = ">=1" +protobuf = ">=3" +psutil = ">=5.8,<6.0" +setuptools = {version = "*", markers = "python_version >= \"3.12\""} six = ">=1.12.0" -tenacity = ">=5" typing-extensions = "*" +wrapt = ">=1.15,<2.0" xmltodict = ">=0.12" [package.extras] opentracing = ["opentracing (>=2.0.0)"] +[[package]] +name = "deprecated" +version = "1.2.14" +description = "Python @deprecated decorator to deprecate old python classes, functions or methods." +optional = false +python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" +files = [ + {file = "Deprecated-1.2.14-py2.py3-none-any.whl", hash = "sha256:6fac8b097794a90302bdbb17b9b815e732d3c4720583ff1b198499d78470466c"}, + {file = "Deprecated-1.2.14.tar.gz", hash = "sha256:e5323eb936458dccc2582dc6f9c322c852a775a27065ff2b0c4970b9d53d01b3"}, +] + +[package.dependencies] +wrapt = ">=1.10,<2" + +[package.extras] +dev = ["PyTest", "PyTest-Cov", "bump2version (<1)", "sphinx (<2)", "tox"] + [[package]] name = "discord-ext-menus" version = "1.1" description = "An extension module to make reaction based menus with discord.py" -category = "main" optional = false python-versions = ">=3.5.3" files = [ @@ -781,7 +759,6 @@ files = [ name = "discord.py" version = "2.2.0a4659+g7cf3cd51" description = "A Python wrapper for the Discord API" -category = "main" optional = false python-versions = ">=3.8.0" files = [] @@ -806,7 +783,6 @@ resolved_reference = "7cf3cd51a5d463ae5633ec2dd43d3e397b081876" name = "distlib" version = "0.3.6" description = "Distribution utilities" -category = "dev" optional = false python-versions = "*" files = [ @@ -818,7 +794,6 @@ files = [ name = "django-environ" version = "0.9.0" description = "A package that allows you to utilize 12factor inspired environment variables to configure your Django application." -category = "main" optional = false python-versions = ">=3.4,<4" files = [ @@ -827,15 +802,14 @@ files = [ ] [package.extras] -develop = ["coverage[toml] (>=5.0a4)", "furo (>=2021.8.17b43,<2021.9.0)", "pytest (>=4.6.11)", "sphinx (>=3.5.0)", "sphinx-notfound-page"] -docs = ["furo (>=2021.8.17b43,<2021.9.0)", "sphinx (>=3.5.0)", "sphinx-notfound-page"] +develop = ["coverage[toml] (>=5.0a4)", "furo (>=2021.8.17b43,<2021.9.dev0)", "pytest (>=4.6.11)", "sphinx (>=3.5.0)", "sphinx-notfound-page"] +docs = ["furo (>=2021.8.17b43,<2021.9.dev0)", "sphinx (>=3.5.0)", "sphinx-notfound-page"] testing = ["coverage[toml] (>=5.0a4)", "pytest (>=4.6.11)"] [[package]] name = "dnspython" version = "2.0.0" description = "DNS toolkit" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -854,7 +828,6 @@ trio = ["sniffio (>=1.1)", "trio (>=0.14.0)"] name = "envier" version = "0.4.0" description = "Python application configuration via the environment" -category = "main" optional = false python-versions = ">=2.7" files = [ @@ -869,7 +842,6 @@ mypy = ["mypy"] name = "exceptiongroup" version = "1.1.0" description = "Backport of PEP 654 (exception groups)" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -884,7 +856,6 @@ test = ["pytest (>=6)"] name = "filelock" version = "3.8.0" description = "A platform independent file lock." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -900,7 +871,6 @@ testing = ["covdefaults (>=2.2)", "coverage (>=6.4.2)", "pytest (>=7.1.2)", "pyt name = "flake8" version = "6.0.0" description = "the modular source code checker: pep8 pyflakes and co" -category = "dev" optional = false python-versions = ">=3.8.1" files = [ @@ -917,7 +887,6 @@ pyflakes = ">=3.0.0,<3.1.0" name = "flake8-isort" version = "6.0.0" description = "flake8 plugin that integrates isort ." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -936,7 +905,6 @@ test = ["pytest"] name = "frozenlist" version = "1.3.1" description = "A list-like structure which implements collections.abc.MutableSequence" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1005,7 +973,6 @@ files = [ name = "graphviz" version = "0.20.1" description = "Simple Python interface for Graphviz" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1022,7 +989,6 @@ test = ["coverage", "mock (>=4)", "pytest (>=7)", "pytest-cov", "pytest-mock (>= name = "greenlet" version = "1.1.3.post0" description = "Lightweight in-process concurrent programming" -category = "dev" optional = false python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*" files = [ @@ -1101,7 +1067,6 @@ docs = ["Sphinx"] name = "humanize" version = "4.4.0" description = "Python humanize utilities" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1116,7 +1081,6 @@ tests = ["freezegun", "pytest", "pytest-cov"] name = "identify" version = "2.5.6" description = "File identification library for Python" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1131,7 +1095,6 @@ license = ["ukkonen"] name = "idna" version = "3.4" description = "Internationalized Domain Names in Applications (IDNA)" -category = "main" optional = false python-versions = ">=3.5" files = [ @@ -1143,7 +1106,6 @@ files = [ name = "import-expression" version = "1.1.4" description = "Parses a superset of Python allowing for inline module import expressions" -category = "main" optional = false python-versions = "*" files = [ @@ -1157,11 +1119,29 @@ astunparse = ">=1.6.3,<2.0.0" [package.extras] test = ["pytest", "pytest-cov"] +[[package]] +name = "importlib-metadata" +version = "6.8.0" +description = "Read metadata from Python packages" +optional = false +python-versions = ">=3.8" +files = [ + {file = "importlib_metadata-6.8.0-py3-none-any.whl", hash = "sha256:3ebb78df84a805d7698245025b975d9d67053cd94c79245ba4b3eb694abe68bb"}, + {file = "importlib_metadata-6.8.0.tar.gz", hash = "sha256:dbace7892d8c0c4ac1ad096662232f831d4e64f4c4545bd53016a3e9d4654743"}, +] + +[package.dependencies] +zipp = ">=0.5" + +[package.extras] +docs = ["furo", "jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-lint"] +perf = ["ipython"] +testing = ["flufl.flake8", "importlib-resources (>=1.3)", "packaging", "pyfakefs", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-mypy (>=0.9.1)", "pytest-perf (>=0.9.2)", "pytest-ruff"] + [[package]] name = "ipinfo" version = "4.4.2" description = "Official Python library for IPInfo" -category = "main" optional = false python-versions = "*" files = [ @@ -1178,7 +1158,6 @@ requests = "*" name = "ipwhois" version = "1.2.0" description = "Retrieve and parse whois data for IPv4 and IPv6 addresses." -category = "main" optional = false python-versions = "*" files = [ @@ -1193,7 +1172,6 @@ dnspython = "<=2.0.0" name = "iso8601" version = "1.1.0" description = "Simple module to parse ISO 8601 dates" -category = "main" optional = false python-versions = ">=3.6.2,<4.0" files = [ @@ -1205,7 +1183,6 @@ files = [ name = "isort" version = "5.10.1" description = "A Python utility / library to sort Python imports." -category = "dev" optional = false python-versions = ">=3.6.1,<4.0" files = [ @@ -1223,7 +1200,6 @@ requirements-deprecated-finder = ["pip-api", "pipreqs"] name = "jaraco.context" version = "4.1.2" description = "Context managers by jaraco" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1239,7 +1215,6 @@ testing = ["pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", name = "jinxed" version = "1.2.0" description = "Jinxed Terminal Library" -category = "dev" optional = false python-versions = "*" files = [ @@ -1254,7 +1229,6 @@ ansicon = {version = "*", markers = "platform_system == \"Windows\""} name = "jishaku" version = "2.5.1a462+gd5ee79d.master" description = "A discord.py extension including useful tools for bot development and debugging." -category = "main" optional = false python-versions = ">=3.8.0" files = [] @@ -1281,31 +1255,10 @@ url = "https://github.com/Gorialis/jishaku" reference = "master" resolved_reference = "d5ee79d01b2f95d52713cd189e72964050089d63" -[[package]] -name = "jsonschema" -version = "4.16.0" -description = "An implementation of JSON Schema validation for Python" -category = "main" -optional = false -python-versions = ">=3.7" -files = [ - {file = "jsonschema-4.16.0-py3-none-any.whl", hash = "sha256:9e74b8f9738d6a946d70705dc692b74b5429cd0960d58e79ffecfc43b2221eb9"}, - {file = "jsonschema-4.16.0.tar.gz", hash = "sha256:165059f076eff6971bae5b742fc029a7b4ef3f9bcf04c14e4776a7605de14b23"}, -] - -[package.dependencies] -attrs = ">=17.4.0" -pyrsistent = ">=0.14.0,<0.17.0 || >0.17.0,<0.17.1 || >0.17.1,<0.17.2 || >0.17.2" - -[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)"] - [[package]] 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 = [ @@ -1398,7 +1351,6 @@ source = ["Cython (>=0.29.7)"] name = "mccabe" version = "0.7.0" description = "McCabe checker, plugin for flake8" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -1410,7 +1362,6 @@ files = [ name = "more-itertools" version = "8.14.0" description = "More routines for operating on iterables, beyond itertools" -category = "main" optional = false python-versions = ">=3.5" files = [ @@ -1422,7 +1373,6 @@ files = [ name = "mpmath" version = "1.2.1" description = "Python library for arbitrary-precision floating-point arithmetic" -category = "main" optional = false python-versions = "*" files = [ @@ -1438,7 +1388,6 @@ tests = ["pytest (>=4.6)"] name = "multidict" version = "6.0.2" description = "multidict implementation" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1507,7 +1456,6 @@ files = [ name = "mypy" version = "0.991" description = "Optional static typing for Python" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1558,7 +1506,6 @@ reports = ["lxml"] name = "mypy-extensions" version = "0.4.3" description = "Experimental type system extensions for programs checked with the mypy typechecker." -category = "dev" optional = false python-versions = "*" files = [ @@ -1570,7 +1517,6 @@ files = [ name = "nodeenv" version = "1.7.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 = [ @@ -1582,25 +1528,24 @@ files = [ setuptools = "*" [[package]] -name = "packaging" -version = "21.3" -description = "Core utilities for Python packages" -category = "main" +name = "opentelemetry-api" +version = "1.20.0" +description = "OpenTelemetry Python API" optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" files = [ - {file = "packaging-21.3-py3-none-any.whl", hash = "sha256:ef103e05f519cdc783ae24ea4e2e0f508a9c99b2d4969652eed6a2e1ea5bd522"}, - {file = "packaging-21.3.tar.gz", hash = "sha256:dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb"}, + {file = "opentelemetry_api-1.20.0-py3-none-any.whl", hash = "sha256:982b76036fec0fdaf490ae3dfd9f28c81442a33414f737abc687a32758cdcba5"}, + {file = "opentelemetry_api-1.20.0.tar.gz", hash = "sha256:06abe351db7572f8afdd0fb889ce53f3c992dbf6f6262507b385cc1963e06983"}, ] [package.dependencies] -pyparsing = ">=2.0.2,<3.0.5 || >3.0.5" +deprecated = ">=1.2.6" +importlib-metadata = ">=6.0,<7.0" [[package]] name = "pathspec" version = "0.10.1" description = "Utility library for gitignore style pattern matching of file paths." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1612,7 +1557,6 @@ files = [ name = "pillow" version = "9.4.0" description = "Python Imaging Library (Fork)" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1703,7 +1647,6 @@ tests = ["check-manifest", "coverage", "defusedxml", "markdown2", "olefile", "pa name = "platformdirs" version = "2.5.2" 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" files = [ @@ -1719,7 +1662,6 @@ test = ["appdirs (==1.4.4)", "pytest (>=6)", "pytest-cov (>=2.7)", "pytest-mock name = "pre-commit" version = "2.20.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1739,7 +1681,6 @@ virtualenv = ">=20.0.8" name = "protobuf" version = "4.21.7" description = "" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1763,7 +1704,6 @@ files = [ name = "psutil" version = "5.9.4" description = "Cross-platform lib for process and system monitoring in Python." -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ @@ -1790,7 +1730,6 @@ test = ["enum34", "ipaddress", "mock", "pywin32", "wmi"] name = "psycopg2" version = "2.9.5" description = "psycopg2 - Python-PostgreSQL Database Adapter" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -1813,7 +1752,6 @@ files = [ name = "pycodestyle" version = "2.10.0" description = "Python style guide checker" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -1825,7 +1763,6 @@ files = [ name = "pydig" version = "0.4.0" description = "Python wrapper library for the 'dig' command line tool" -category = "main" optional = false python-versions = ">=3.5,<4.0" files = [ @@ -1837,7 +1774,6 @@ files = [ name = "pyflakes" version = "3.0.1" description = "passive checker of Python programs" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -1849,7 +1785,6 @@ files = [ name = "pygments" version = "2.13.0" description = "Pygments is a syntax highlighting package written in Python." -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -1860,26 +1795,10 @@ files = [ [package.extras] plugins = ["importlib-metadata"] -[[package]] -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 = [ - {file = "pyparsing-3.0.9-py3-none-any.whl", hash = "sha256:5026bae9a10eeaefb61dab2f09052b9f4307d44aee4eda64b309723d8d206bbc"}, - {file = "pyparsing-3.0.9.tar.gz", hash = "sha256:2b020ecf7d21b687f219b71ecad3631f644a47f01403fa1d1036b0c6416d70fb"}, -] - -[package.extras] -diagrams = ["jinja2", "railroad-diagrams"] - [[package]] name = "pypika-tortoise" version = "0.1.6" description = "Forked from pypika and streamline just for tortoise-orm" -category = "main" optional = false python-versions = ">=3.7,<4.0" files = [ @@ -1887,42 +1806,10 @@ files = [ {file = "pypika_tortoise-0.1.6-py3-none-any.whl", hash = "sha256:2d68bbb7e377673743cff42aa1059f3a80228d411fbcae591e4465e173109fd8"}, ] -[[package]] -name = "pyrsistent" -version = "0.18.1" -description = "Persistent/Functional/Immutable data structures" -category = "main" -optional = false -python-versions = ">=3.7" -files = [ - {file = "pyrsistent-0.18.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:df46c854f490f81210870e509818b729db4488e1f30f2a1ce1698b2295a878d1"}, - {file = "pyrsistent-0.18.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5d45866ececf4a5fff8742c25722da6d4c9e180daa7b405dc0a2a2790d668c26"}, - {file = "pyrsistent-0.18.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:4ed6784ceac462a7d6fcb7e9b663e93b9a6fb373b7f43594f9ff68875788e01e"}, - {file = "pyrsistent-0.18.1-cp310-cp310-win32.whl", hash = "sha256:e4f3149fd5eb9b285d6bfb54d2e5173f6a116fe19172686797c056672689daf6"}, - {file = "pyrsistent-0.18.1-cp310-cp310-win_amd64.whl", hash = "sha256:636ce2dc235046ccd3d8c56a7ad54e99d5c1cd0ef07d9ae847306c91d11b5fec"}, - {file = "pyrsistent-0.18.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:e92a52c166426efbe0d1ec1332ee9119b6d32fc1f0bbfd55d5c1088070e7fc1b"}, - {file = "pyrsistent-0.18.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d7a096646eab884bf8bed965bad63ea327e0d0c38989fc83c5ea7b8a87037bfc"}, - {file = "pyrsistent-0.18.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:cdfd2c361b8a8e5d9499b9082b501c452ade8bbf42aef97ea04854f4a3f43b22"}, - {file = "pyrsistent-0.18.1-cp37-cp37m-win32.whl", hash = "sha256:7ec335fc998faa4febe75cc5268a9eac0478b3f681602c1f27befaf2a1abe1d8"}, - {file = "pyrsistent-0.18.1-cp37-cp37m-win_amd64.whl", hash = "sha256:6455fc599df93d1f60e1c5c4fe471499f08d190d57eca040c0ea182301321286"}, - {file = "pyrsistent-0.18.1-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:fd8da6d0124efa2f67d86fa70c851022f87c98e205f0594e1fae044e7119a5a6"}, - {file = "pyrsistent-0.18.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7bfe2388663fd18bd8ce7db2c91c7400bf3e1a9e8bd7d63bf7e77d39051b85ec"}, - {file = "pyrsistent-0.18.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:0e3e1fcc45199df76053026a51cc59ab2ea3fc7c094c6627e93b7b44cdae2c8c"}, - {file = "pyrsistent-0.18.1-cp38-cp38-win32.whl", hash = "sha256:b568f35ad53a7b07ed9b1b2bae09eb15cdd671a5ba5d2c66caee40dbf91c68ca"}, - {file = "pyrsistent-0.18.1-cp38-cp38-win_amd64.whl", hash = "sha256:d1b96547410f76078eaf66d282ddca2e4baae8964364abb4f4dcdde855cd123a"}, - {file = "pyrsistent-0.18.1-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:f87cc2863ef33c709e237d4b5f4502a62a00fab450c9e020892e8e2ede5847f5"}, - {file = "pyrsistent-0.18.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6bc66318fb7ee012071b2792024564973ecc80e9522842eb4e17743604b5e045"}, - {file = "pyrsistent-0.18.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:914474c9f1d93080338ace89cb2acee74f4f666fb0424896fcfb8d86058bf17c"}, - {file = "pyrsistent-0.18.1-cp39-cp39-win32.whl", hash = "sha256:1b34eedd6812bf4d33814fca1b66005805d3640ce53140ab8bbb1e2651b0d9bc"}, - {file = "pyrsistent-0.18.1-cp39-cp39-win_amd64.whl", hash = "sha256:e24a828f57e0c337c8d8bb9f6b12f09dfdf0273da25fda9e314f0b684b415a07"}, - {file = "pyrsistent-0.18.1.tar.gz", hash = "sha256:d4d61f8b993a7255ba714df3aca52700f8125289f84f704cf80916517c46eb96"}, -] - [[package]] name = "python-json-logger" version = "2.0.7" description = "A python library adding a json log formatter" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -1934,7 +1821,6 @@ files = [ name = "pytz" version = "2022.4" description = "World timezone definitions, modern and historical" -category = "main" optional = false python-versions = "*" files = [ @@ -1946,7 +1832,6 @@ files = [ name = "pyxdg" version = "0.28" description = "PyXDG contains implementations of freedesktop.org standards in python." -category = "dev" optional = false python-versions = "*" files = [ @@ -1958,7 +1843,6 @@ files = [ name = "pyyaml" version = "6.0" description = "YAML parser and emitter for Python" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -2008,7 +1892,6 @@ files = [ name = "requests" version = "2.28.1" description = "Python HTTP for Humans." -category = "main" optional = false python-versions = ">=3.7, <4" files = [ @@ -2030,7 +1913,6 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] name = "rich" version = "12.6.0" description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" -category = "main" optional = false python-versions = ">=3.6.3,<4.0.0" files = [ @@ -2049,7 +1931,6 @@ jupyter = ["ipywidgets (>=7.5.1,<8.0.0)"] name = "sentry-sdk" version = "1.18.0" description = "Python client for Sentry (https://sentry.io)" -category = "main" optional = false python-versions = "*" files = [ @@ -2090,7 +1971,6 @@ tornado = ["tornado (>=5)"] name = "setuptools" version = "65.5.1" description = "Easily download, build, install, upgrade, and uninstall Python packages" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -2107,7 +1987,6 @@ testing-integration = ["build[virtualenv]", "filelock (>=3.4.0)", "jaraco.envs ( name = "six" version = "1.16.0" description = "Python 2 and 3 compatibility utilities" -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -2119,7 +1998,6 @@ files = [ name = "soupsieve" version = "2.3.2.post1" description = "A modern CSS selector implementation for Beautiful Soup." -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -2131,7 +2009,6 @@ files = [ name = "sympy" version = "1.11.1" description = "Computer algebra system (CAS) in Python" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -2146,7 +2023,6 @@ mpmath = ">=0.19" name = "tabulate" version = "0.9.0" description = "Pretty-print tabular data" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -2157,26 +2033,10 @@ files = [ [package.extras] widechars = ["wcwidth"] -[[package]] -name = "tenacity" -version = "8.1.0" -description = "Retry code until it succeeds" -category = "main" -optional = false -python-versions = ">=3.6" -files = [ - {file = "tenacity-8.1.0-py3-none-any.whl", hash = "sha256:35525cd47f82830069f0d6b73f7eb83bc5b73ee2fff0437952cedf98b27653ac"}, - {file = "tenacity-8.1.0.tar.gz", hash = "sha256:e48c437fdf9340f5666b92cd7990e96bc5fc955e1298baf4a907e3972067a445"}, -] - -[package.extras] -doc = ["reno", "sphinx", "tornado (>=4.5)"] - [[package]] 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 = [ @@ -2188,7 +2048,6 @@ files = [ name = "tomli" version = "2.0.1" description = "A lil' TOML parser" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -2200,7 +2059,6 @@ files = [ name = "tortoise-orm" version = "0.19.2" description = "Easy async ORM for python, built with relations in mind" -category = "main" optional = false python-versions = ">=3.7,<4.0" files = [ @@ -2226,7 +2084,6 @@ psycopg = ["psycopg[binary,pool]"] name = "types-aiofiles" version = "22.1.0.4" description = "Typing stubs for aiofiles" -category = "dev" optional = false python-versions = "*" files = [ @@ -2238,7 +2095,6 @@ files = [ name = "types-beautifulsoup4" version = "4.11.6" description = "Typing stubs for beautifulsoup4" -category = "dev" optional = false python-versions = "*" files = [ @@ -2250,7 +2106,6 @@ files = [ name = "types-boto" version = "2.49.18.3" description = "Typing stubs for boto" -category = "dev" optional = false python-versions = "*" files = [ @@ -2262,7 +2117,6 @@ files = [ name = "types-protobuf" version = "3.20.4.2" description = "Typing stubs for protobuf" -category = "dev" optional = false python-versions = "*" files = [ @@ -2274,7 +2128,6 @@ files = [ name = "types-psutil" version = "5.9.5.11" description = "Typing stubs for psutil" -category = "dev" optional = false python-versions = "*" files = [ @@ -2286,7 +2139,6 @@ files = [ name = "types-pytz" version = "2022.7.1.2" description = "Typing stubs for pytz" -category = "dev" optional = false python-versions = "*" files = [ @@ -2298,7 +2150,6 @@ files = [ name = "types-pyyaml" version = "6.0.12.2" description = "Typing stubs for PyYAML" -category = "dev" optional = false python-versions = "*" files = [ @@ -2310,7 +2161,6 @@ files = [ name = "types-requests" version = "2.28.11.15" description = "Typing stubs for requests" -category = "dev" optional = false python-versions = "*" files = [ @@ -2325,7 +2175,6 @@ types-urllib3 = "<1.27" name = "types-setuptools" version = "65.6.0.2" description = "Typing stubs for setuptools" -category = "dev" optional = false python-versions = "*" files = [ @@ -2337,7 +2186,6 @@ files = [ name = "types-six" version = "1.16.21.4" description = "Typing stubs for six" -category = "dev" optional = false python-versions = "*" files = [ @@ -2349,7 +2197,6 @@ files = [ name = "types-tabulate" version = "0.9.0.0" description = "Typing stubs for tabulate" -category = "dev" optional = false python-versions = "*" files = [ @@ -2361,7 +2208,6 @@ files = [ name = "types-urllib3" version = "1.26.25.1" description = "Typing stubs for urllib3" -category = "dev" optional = false python-versions = "*" files = [ @@ -2373,7 +2219,6 @@ files = [ name = "typing-extensions" version = "4.4.0" description = "Backported and Experimental Type Hints for Python 3.7+" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -2385,7 +2230,6 @@ files = [ name = "urllib3" version = "1.26.12" 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" files = [ @@ -2402,7 +2246,6 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] name = "virtualenv" version = "20.16.5" description = "Virtual Python Environment builder" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -2423,7 +2266,6 @@ testing = ["coverage (>=6.2)", "coverage-enable-subprocess (>=1)", "flaky (>=3.7 name = "wcwidth" version = "0.2.5" description = "Measures the displayed width of unicode strings in a terminal" -category = "dev" optional = false python-versions = "*" files = [ @@ -2435,7 +2277,6 @@ files = [ name = "websockets" version = "10.4" description = "An implementation of the WebSocket Protocol (RFC 6455 & 7692)" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -2514,7 +2355,6 @@ files = [ name = "wheel" version = "0.38.1" description = "A built-package format for Python" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -2529,7 +2369,6 @@ test = ["pytest (>=3.0.0)"] name = "wolframalpha" version = "5.0.0" description = "Wolfram|Alpha 2.0 API client" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -2546,11 +2385,94 @@ xmltodict = "*" docs = ["jaraco.packaging (>=8.2)", "rst.linker (>=1.9)", "sphinx"] testing = ["keyring", "pmxbot", "pytest (>=3.5,!=3.7.3)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=1.2.3)", "pytest-cov", "pytest-enabler", "pytest-flake8", "pytest-mypy"] +[[package]] +name = "wrapt" +version = "1.15.0" +description = "Module for decorators, wrappers and monkey patching." +optional = false +python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" +files = [ + {file = "wrapt-1.15.0-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:ca1cccf838cd28d5a0883b342474c630ac48cac5df0ee6eacc9c7290f76b11c1"}, + {file = "wrapt-1.15.0-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:e826aadda3cae59295b95343db8f3d965fb31059da7de01ee8d1c40a60398b29"}, + {file = "wrapt-1.15.0-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:5fc8e02f5984a55d2c653f5fea93531e9836abbd84342c1d1e17abc4a15084c2"}, + {file = "wrapt-1.15.0-cp27-cp27m-manylinux2010_i686.whl", hash = "sha256:96e25c8603a155559231c19c0349245eeb4ac0096fe3c1d0be5c47e075bd4f46"}, + {file = "wrapt-1.15.0-cp27-cp27m-manylinux2010_x86_64.whl", hash = "sha256:40737a081d7497efea35ab9304b829b857f21558acfc7b3272f908d33b0d9d4c"}, + {file = "wrapt-1.15.0-cp27-cp27mu-manylinux1_i686.whl", hash = "sha256:f87ec75864c37c4c6cb908d282e1969e79763e0d9becdfe9fe5473b7bb1e5f09"}, + {file = "wrapt-1.15.0-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:1286eb30261894e4c70d124d44b7fd07825340869945c79d05bda53a40caa079"}, + {file = "wrapt-1.15.0-cp27-cp27mu-manylinux2010_i686.whl", hash = "sha256:493d389a2b63c88ad56cdc35d0fa5752daac56ca755805b1b0c530f785767d5e"}, + {file = "wrapt-1.15.0-cp27-cp27mu-manylinux2010_x86_64.whl", hash = "sha256:58d7a75d731e8c63614222bcb21dd992b4ab01a399f1f09dd82af17bbfc2368a"}, + {file = "wrapt-1.15.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:21f6d9a0d5b3a207cdf7acf8e58d7d13d463e639f0c7e01d82cdb671e6cb7923"}, + {file = "wrapt-1.15.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:ce42618f67741d4697684e501ef02f29e758a123aa2d669e2d964ff734ee00ee"}, + {file = "wrapt-1.15.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:41d07d029dd4157ae27beab04d22b8e261eddfc6ecd64ff7000b10dc8b3a5727"}, + {file = "wrapt-1.15.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:54accd4b8bc202966bafafd16e69da9d5640ff92389d33d28555c5fd4f25ccb7"}, + {file = "wrapt-1.15.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2fbfbca668dd15b744418265a9607baa970c347eefd0db6a518aaf0cfbd153c0"}, + {file = "wrapt-1.15.0-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:76e9c727a874b4856d11a32fb0b389afc61ce8aaf281ada613713ddeadd1cfec"}, + {file = "wrapt-1.15.0-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:e20076a211cd6f9b44a6be58f7eeafa7ab5720eb796975d0c03f05b47d89eb90"}, + {file = "wrapt-1.15.0-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:a74d56552ddbde46c246b5b89199cb3fd182f9c346c784e1a93e4dc3f5ec9975"}, + {file = "wrapt-1.15.0-cp310-cp310-win32.whl", hash = "sha256:26458da5653aa5b3d8dc8b24192f574a58984c749401f98fff994d41d3f08da1"}, + {file = "wrapt-1.15.0-cp310-cp310-win_amd64.whl", hash = "sha256:75760a47c06b5974aa5e01949bf7e66d2af4d08cb8c1d6516af5e39595397f5e"}, + {file = "wrapt-1.15.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:ba1711cda2d30634a7e452fc79eabcadaffedf241ff206db2ee93dd2c89a60e7"}, + {file = "wrapt-1.15.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:56374914b132c702aa9aa9959c550004b8847148f95e1b824772d453ac204a72"}, + {file = "wrapt-1.15.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a89ce3fd220ff144bd9d54da333ec0de0399b52c9ac3d2ce34b569cf1a5748fb"}, + {file = "wrapt-1.15.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:3bbe623731d03b186b3d6b0d6f51865bf598587c38d6f7b0be2e27414f7f214e"}, + {file = "wrapt-1.15.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3abbe948c3cbde2689370a262a8d04e32ec2dd4f27103669a45c6929bcdbfe7c"}, + {file = "wrapt-1.15.0-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:b67b819628e3b748fd3c2192c15fb951f549d0f47c0449af0764d7647302fda3"}, + {file = "wrapt-1.15.0-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:7eebcdbe3677e58dd4c0e03b4f2cfa346ed4049687d839adad68cc38bb559c92"}, + {file = "wrapt-1.15.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:74934ebd71950e3db69960a7da29204f89624dde411afbfb3b4858c1409b1e98"}, + {file = "wrapt-1.15.0-cp311-cp311-win32.whl", hash = "sha256:bd84395aab8e4d36263cd1b9308cd504f6cf713b7d6d3ce25ea55670baec5416"}, + {file = "wrapt-1.15.0-cp311-cp311-win_amd64.whl", hash = "sha256:a487f72a25904e2b4bbc0817ce7a8de94363bd7e79890510174da9d901c38705"}, + {file = "wrapt-1.15.0-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:4ff0d20f2e670800d3ed2b220d40984162089a6e2c9646fdb09b85e6f9a8fc29"}, + {file = "wrapt-1.15.0-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:9ed6aa0726b9b60911f4aed8ec5b8dd7bf3491476015819f56473ffaef8959bd"}, + {file = "wrapt-1.15.0-cp35-cp35m-manylinux2010_i686.whl", hash = "sha256:896689fddba4f23ef7c718279e42f8834041a21342d95e56922e1c10c0cc7afb"}, + {file = "wrapt-1.15.0-cp35-cp35m-manylinux2010_x86_64.whl", hash = "sha256:75669d77bb2c071333417617a235324a1618dba66f82a750362eccbe5b61d248"}, + {file = "wrapt-1.15.0-cp35-cp35m-win32.whl", hash = "sha256:fbec11614dba0424ca72f4e8ba3c420dba07b4a7c206c8c8e4e73f2e98f4c559"}, + {file = "wrapt-1.15.0-cp35-cp35m-win_amd64.whl", hash = "sha256:fd69666217b62fa5d7c6aa88e507493a34dec4fa20c5bd925e4bc12fce586639"}, + {file = "wrapt-1.15.0-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:b0724f05c396b0a4c36a3226c31648385deb6a65d8992644c12a4963c70326ba"}, + {file = "wrapt-1.15.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:bbeccb1aa40ab88cd29e6c7d8585582c99548f55f9b2581dfc5ba68c59a85752"}, + {file = "wrapt-1.15.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:38adf7198f8f154502883242f9fe7333ab05a5b02de7d83aa2d88ea621f13364"}, + {file = "wrapt-1.15.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:578383d740457fa790fdf85e6d346fda1416a40549fe8db08e5e9bd281c6a475"}, + {file = "wrapt-1.15.0-cp36-cp36m-musllinux_1_1_aarch64.whl", hash = "sha256:a4cbb9ff5795cd66f0066bdf5947f170f5d63a9274f99bdbca02fd973adcf2a8"}, + {file = "wrapt-1.15.0-cp36-cp36m-musllinux_1_1_i686.whl", hash = "sha256:af5bd9ccb188f6a5fdda9f1f09d9f4c86cc8a539bd48a0bfdc97723970348418"}, + {file = "wrapt-1.15.0-cp36-cp36m-musllinux_1_1_x86_64.whl", hash = "sha256:b56d5519e470d3f2fe4aa7585f0632b060d532d0696c5bdfb5e8319e1d0f69a2"}, + {file = "wrapt-1.15.0-cp36-cp36m-win32.whl", hash = "sha256:77d4c1b881076c3ba173484dfa53d3582c1c8ff1f914c6461ab70c8428b796c1"}, + {file = "wrapt-1.15.0-cp36-cp36m-win_amd64.whl", hash = "sha256:077ff0d1f9d9e4ce6476c1a924a3332452c1406e59d90a2cf24aeb29eeac9420"}, + {file = "wrapt-1.15.0-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:5c5aa28df055697d7c37d2099a7bc09f559d5053c3349b1ad0c39000e611d317"}, + {file = "wrapt-1.15.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3a8564f283394634a7a7054b7983e47dbf39c07712d7b177b37e03f2467a024e"}, + {file = "wrapt-1.15.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:780c82a41dc493b62fc5884fb1d3a3b81106642c5c5c78d6a0d4cbe96d62ba7e"}, + {file = "wrapt-1.15.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e169e957c33576f47e21864cf3fc9ff47c223a4ebca8960079b8bd36cb014fd0"}, + {file = "wrapt-1.15.0-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:b02f21c1e2074943312d03d243ac4388319f2456576b2c6023041c4d57cd7019"}, + {file = "wrapt-1.15.0-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:f2e69b3ed24544b0d3dbe2c5c0ba5153ce50dcebb576fdc4696d52aa22db6034"}, + {file = "wrapt-1.15.0-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:d787272ed958a05b2c86311d3a4135d3c2aeea4fc655705f074130aa57d71653"}, + {file = "wrapt-1.15.0-cp37-cp37m-win32.whl", hash = "sha256:02fce1852f755f44f95af51f69d22e45080102e9d00258053b79367d07af39c0"}, + {file = "wrapt-1.15.0-cp37-cp37m-win_amd64.whl", hash = "sha256:abd52a09d03adf9c763d706df707c343293d5d106aea53483e0ec8d9e310ad5e"}, + {file = "wrapt-1.15.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:cdb4f085756c96a3af04e6eca7f08b1345e94b53af8921b25c72f096e704e145"}, + {file = "wrapt-1.15.0-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:230ae493696a371f1dbffaad3dafbb742a4d27a0afd2b1aecebe52b740167e7f"}, + {file = "wrapt-1.15.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:63424c681923b9f3bfbc5e3205aafe790904053d42ddcc08542181a30a7a51bd"}, + {file = "wrapt-1.15.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d6bcbfc99f55655c3d93feb7ef3800bd5bbe963a755687cbf1f490a71fb7794b"}, + {file = "wrapt-1.15.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c99f4309f5145b93eca6e35ac1a988f0dc0a7ccf9ccdcd78d3c0adf57224e62f"}, + {file = "wrapt-1.15.0-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:b130fe77361d6771ecf5a219d8e0817d61b236b7d8b37cc045172e574ed219e6"}, + {file = "wrapt-1.15.0-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:96177eb5645b1c6985f5c11d03fc2dbda9ad24ec0f3a46dcce91445747e15094"}, + {file = "wrapt-1.15.0-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:d5fe3e099cf07d0fb5a1e23d399e5d4d1ca3e6dfcbe5c8570ccff3e9208274f7"}, + {file = "wrapt-1.15.0-cp38-cp38-win32.whl", hash = "sha256:abd8f36c99512755b8456047b7be10372fca271bf1467a1caa88db991e7c421b"}, + {file = "wrapt-1.15.0-cp38-cp38-win_amd64.whl", hash = "sha256:b06fa97478a5f478fb05e1980980a7cdf2712015493b44d0c87606c1513ed5b1"}, + {file = "wrapt-1.15.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:2e51de54d4fb8fb50d6ee8327f9828306a959ae394d3e01a1ba8b2f937747d86"}, + {file = "wrapt-1.15.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:0970ddb69bba00670e58955f8019bec4a42d1785db3faa043c33d81de2bf843c"}, + {file = "wrapt-1.15.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:76407ab327158c510f44ded207e2f76b657303e17cb7a572ffe2f5a8a48aa04d"}, + {file = "wrapt-1.15.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:cd525e0e52a5ff16653a3fc9e3dd827981917d34996600bbc34c05d048ca35cc"}, + {file = "wrapt-1.15.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9d37ac69edc5614b90516807de32d08cb8e7b12260a285ee330955604ed9dd29"}, + {file = "wrapt-1.15.0-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:078e2a1a86544e644a68422f881c48b84fef6d18f8c7a957ffd3f2e0a74a0d4a"}, + {file = "wrapt-1.15.0-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:2cf56d0e237280baed46f0b5316661da892565ff58309d4d2ed7dba763d984b8"}, + {file = "wrapt-1.15.0-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:7dc0713bf81287a00516ef43137273b23ee414fe41a3c14be10dd95ed98a2df9"}, + {file = "wrapt-1.15.0-cp39-cp39-win32.whl", hash = "sha256:46ed616d5fb42f98630ed70c3529541408166c22cdfd4540b88d5f21006b0eff"}, + {file = "wrapt-1.15.0-cp39-cp39-win_amd64.whl", hash = "sha256:eef4d64c650f33347c1f9266fa5ae001440b232ad9b98f1f43dfe7a79435c0a6"}, + {file = "wrapt-1.15.0-py3-none-any.whl", hash = "sha256:64b1df0f83706b4ef4cfb4fb0e4c2669100fd7ecacfb59e091fad300d4e04640"}, + {file = "wrapt-1.15.0.tar.gz", hash = "sha256:d06730c6aed78cee4126234cf2d071e01b44b915e725a6cb439a879ec9754a3a"}, +] + [[package]] 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 = [ @@ -2562,7 +2484,6 @@ files = [ name = "yarl" version = "1.8.1" description = "Yet another URL library" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -2631,7 +2552,22 @@ files = [ idna = ">=2.0" multidict = ">=4.0" +[[package]] +name = "zipp" +version = "3.17.0" +description = "Backport of pathlib-compatible object wrapper for zip files" +optional = false +python-versions = ">=3.8" +files = [ + {file = "zipp-3.17.0-py3-none-any.whl", hash = "sha256:0e923e726174922dce09c53c59ad483ff7bbb8e572e00c7f7c46b88556409f31"}, + {file = "zipp-3.17.0.tar.gz", hash = "sha256:84e64a1c28cf7e91ed2078bb8cc8c259cb19b76942096c8d7b84947690cabaf0"}, +] + +[package.extras] +docs = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (<7.2.5)", "sphinx (>=3.5)", "sphinx-lint"] +testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-ignore-flaky", "pytest-mypy (>=0.9.1)", "pytest-ruff"] + [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "0eac80b1eee8dc9abd8298e3cc06d9fc277d61e9f8663383f96a4515b1c0bc70" +content-hash = "5142b0d3d7ac0f40f9cd9f8fe3fba13fa462d5baea8fbcb0a2bab4ff55198766" diff --git a/pyproject.toml b/pyproject.toml index e007428..d03ece2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ pydig = "^0.4.0" sympy = "^1.11.1" wolframalpha = "^5.0.0" datadog = "^0.44.0" -ddtrace = "^1.9.3" +ddtrace = "^2.1.4" lxml = "^4.9.2" python-json-logger = "^2.0.7" sentry-sdk = "^1.18.0"