diff --git a/poetry.lock b/poetry.lock index 69bb5d7e5..117fdd2bb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -49,7 +49,7 @@ lxml = ["lxml"] [[package]] name = "cereslib" -version = "0.3.4" +version = "0.3.5" description = "GrimoireLab: Unify, eventize and enrich information from Perceval" category = "main" optional = false @@ -298,7 +298,7 @@ typing-extensions = {version = ">=3.7.4.3", markers = "python_version < \"3.8\"" [[package]] name = "graal" -version = "0.4.1" +version = "0.4.2" description = "A generic source code analyzer" category = "main" optional = false @@ -499,7 +499,7 @@ python-versions = ">=2.6" [[package]] name = "perceval" -version = "0.21.0" +version = "0.21.1" description = "Send Sir Perceval on a quest to fetch and gather data from software repositories." category = "main" optional = false @@ -521,7 +521,7 @@ docs = ["furo (>=2021.8.31,<2022.0.0)", "myst-parser (>=0.15.2,<0.16.0)"] [[package]] name = "perceval-mozilla" -version = "0.3.4" +version = "0.3.5" description = "Bundle of Perceval backends for Mozilla ecosystem." category = "main" optional = false @@ -534,7 +534,7 @@ requests = ">=2.7.0,<3.0.0" [[package]] name = "perceval-opnfv" -version = "0.2.4" +version = "0.2.5" description = "Bundle of Perceval backends for OPNFV ecosystem." category = "main" optional = false @@ -547,7 +547,7 @@ requests = ">=2.7.0,<3.0.0" [[package]] name = "perceval-puppet" -version = "0.2.4" +version = "0.2.5" description = "Bundle of Perceval backends for Puppet, Inc. ecosystem." category = "main" optional = false @@ -560,7 +560,7 @@ requests = ">=2.7.0,<3.0.0" [[package]] name = "perceval-weblate" -version = "0.2.4" +version = "0.2.5" description = "Bundle of Perceval backends for Weblate." category = "main" optional = false @@ -573,15 +573,15 @@ requests = ">=2.7.0,<3.0.0" [[package]] name = "platformdirs" -version = "2.5.2" -description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." +version = "2.5.3" +description = "A small Python package for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." category = "main" optional = false python-versions = ">=3.7" [package.extras] -docs = ["furo (>=2021.7.5b38)", "proselint (>=0.10.2)", "sphinx (>=4)", "sphinx-autodoc-typehints (>=1.12)"] -test = ["appdirs (==1.4.4)", "pytest (>=6)", "pytest-cov (>=2.7)", "pytest-mock (>=3.6)"] +docs = ["furo (>=2022.9.29)", "proselint (>=0.13)", "sphinx (>=5.3)", "sphinx-autodoc-typehints (>=1.19.4)"] +test = ["appdirs (==1.4.4)", "pytest (>=7.2)", "pytest-cov (>=4)", "pytest-mock (>=3.10)"] [[package]] name = "pycodestyle" @@ -689,7 +689,7 @@ six = ">=1.5" [[package]] name = "pytz" -version = "2022.5" +version = "2022.6" description = "World timezone definitions, modern and historical" category = "main" optional = false @@ -734,7 +734,7 @@ numpy = ">=1.16.5" [[package]] name = "setuptools" -version = "65.5.0" +version = "65.5.1" description = "Easily download, build, install, upgrade, and uninstall Python packages" category = "main" optional = false @@ -742,7 +742,7 @@ python-versions = ">=3.7" [package.extras] docs = ["furo", "jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-favicon", "sphinx-hoverxref (<2)", "sphinx-inline-tabs", "sphinx-notfound-page (==0.8.3)", "sphinx-reredirects", "sphinxcontrib-towncrier"] -testing = ["build[virtualenv]", "filelock (>=3.4.0)", "flake8 (<5)", "flake8-2020", "ini2toml[lite] (>=0.9)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "mock", "pip (>=19.1)", "pip-run (>=8.8)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=1.3)", "pytest-flake8", "pytest-mypy (>=0.9.1)", "pytest-perf", "pytest-xdist", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel"] +testing = ["build[virtualenv]", "filelock (>=3.4.0)", "flake8 (<5)", "flake8-2020", "ini2toml[lite] (>=0.9)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pip (>=19.1)", "pip-run (>=8.8)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=1.3)", "pytest-flake8", "pytest-mypy (>=0.9.1)", "pytest-perf", "pytest-timeout", "pytest-xdist", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel"] testing-integration = ["build[virtualenv]", "filelock (>=3.4.0)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pytest", "pytest-enabler", "pytest-xdist", "tomli", "virtualenv (>=13.0.0)", "wheel"] [[package]] @@ -771,7 +771,7 @@ python-versions = ">=3.6" [[package]] name = "sortinghat" -version = "0.7.22" +version = "0.7.23" description = "A tool to manage identities." category = "main" optional = false @@ -836,6 +836,30 @@ build = ["cython (>=0.29.26)"] develop = ["cython (>=0.29.26)"] docs = ["ipykernel", "jupyter_client", "matplotlib", "nbconvert", "nbformat", "numpydoc", "pandas-datareader", "sphinx"] +[[package]] +name = "statsmodels" +version = "0.13.5" +description = "Statistical computations and models for Python" +category = "main" +optional = false +python-versions = ">=3.7" + +[package.dependencies] +numpy = {version = ">=1.17", markers = "python_version != \"3.10\" or platform_system != \"Windows\" or platform_python_implementation == \"PyPy\""} +packaging = ">=21.3" +pandas = ">=0.25" +patsy = ">=0.5.2" +scipy = [ + {version = ">=1.3", markers = "(python_version > \"3.9\" or platform_system != \"Windows\" or platform_machine != \"x86\") and python_version < \"3.12\""}, + {version = ">=1.3,<1.8", markers = "python_version == \"3.7\""}, + {version = ">=1.3,<1.9", markers = "python_version == \"3.8\" and platform_system == \"Windows\" and platform_machine == \"x86\" or python_version == \"3.9\" and platform_system == \"Windows\" and platform_machine == \"x86\""}, +] + +[package.extras] +build = ["cython (>=0.29.32)"] +develop = ["Jinja2", "colorama", "cython (>=0.29.32)", "cython (>=0.29.32,<3.0.0)", "flake8", "isort", "joblib", "matplotlib (>=3)", "oldest-supported-numpy (>=2022.4.18)", "pytest (>=7.0.1,<7.1.0)", "pytest-randomly", "pytest-xdist", "pywinpty", "setuptools-scm[toml] (>=7.0.0,<7.1.0)"] +docs = ["ipykernel", "jupyter-client", "matplotlib", "nbconvert", "nbformat", "numpydoc", "pandas-datareader", "sphinx"] + [[package]] name = "stevedore" version = "3.5.2" @@ -924,8 +948,8 @@ beautifulsoup4 = [ {file = "beautifulsoup4-4.11.1.tar.gz", hash = "sha256:ad9aa55b65ef2808eb405f46cf74df7fcb7044d5cbc26487f96eb2ef2e436693"}, ] cereslib = [ - {file = "cereslib-0.3.4-py3-none-any.whl", hash = "sha256:bef4902cfba96726ae68ed3d3238ef8434b437b61543f1dddd6cdfe634440ed1"}, - {file = "cereslib-0.3.4.tar.gz", hash = "sha256:957d134658186fb8821b1e25cde5d398ad2f3c2d8c6eb3df9b811159dbf4e35e"}, + {file = "cereslib-0.3.5-py3-none-any.whl", hash = "sha256:3e4d99185d37d8d66a6c436672941a4c1b0b1ac938832709554561320f7d80cd"}, + {file = "cereslib-0.3.5.tar.gz", hash = "sha256:a61ade4696e424adae65e5f21fbff9daeca30197440ecd551f37440a200a4036"}, ] certifi = [ {file = "certifi-2022.9.24-py3-none-any.whl", hash = "sha256:90c1a32f1d68f940488354e36370f6cca89f0f106db09518524c88d6ed83f382"}, @@ -1192,8 +1216,8 @@ gitpython = [ {file = "GitPython-3.1.29.tar.gz", hash = "sha256:cc36bfc4a3f913e66805a28e84703e419d9c264c1077e537b54f0e1af85dbefd"}, ] graal = [ - {file = "graal-0.4.1-py3-none-any.whl", hash = "sha256:7107c444e5c0f35b1cd6433da3614925544f49888f019a947a8834ae12453d2f"}, - {file = "graal-0.4.1.tar.gz", hash = "sha256:380ab41748f2e38581cec2f568be159354b532f5a1d022cf0ba35755d31ed273"}, + {file = "graal-0.4.2-py3-none-any.whl", hash = "sha256:8d60b9c3ef1d92a03089798930b0bd1b3fa8f3b2ab8cd8966670750c1467cf4b"}, + {file = "graal-0.4.2.tar.gz", hash = "sha256:48256da45a2f4eab94aff7f1319d06facae8dd21a5cae0951d67cc92da080e0c"}, ] grimoirelab-toolkit = [ {file = "grimoirelab_toolkit-0.3.2-py3-none-any.whl", hash = "sha256:02d66bf09e652b6bcbb30a9affaf0ebd6e8d2ad9dec1011796d338df8fbe6734"}, @@ -1363,28 +1387,28 @@ pbr = [ {file = "pbr-5.11.0.tar.gz", hash = "sha256:b97bc6695b2aff02144133c2e7399d5885223d42b7912ffaec2ca3898e673bfe"}, ] perceval = [ - {file = "perceval-0.21.0-py3-none-any.whl", hash = "sha256:00375afb98b13bc3a94e765458380e1a131bb7bb85402f4ec74fcad811b4ecf1"}, - {file = "perceval-0.21.0.tar.gz", hash = "sha256:b6cf88357342379a36e0db385636dfcdc077903d9657ec43e6dee0003389fe59"}, + {file = "perceval-0.21.1-py3-none-any.whl", hash = "sha256:f59b009cd094e18d38d9a34ff3d2a7f142a9edda6180989a77dbae4af07f4120"}, + {file = "perceval-0.21.1.tar.gz", hash = "sha256:980b5e63b18a37eaa41118d88f5ef98056bf9e827c105d8d44952e83add0eb1a"}, ] perceval-mozilla = [ - {file = "perceval_mozilla-0.3.4-py3-none-any.whl", hash = "sha256:016fde1d5d5bf81129b4d570f4d50c6b7a044479d71aafa9f514886868beccf4"}, - {file = "perceval_mozilla-0.3.4.tar.gz", hash = "sha256:9679f094f276684644fc0f1dc2c87af882ba9d91d9d95207feb6d05de2795195"}, + {file = "perceval_mozilla-0.3.5-py3-none-any.whl", hash = "sha256:51e0edccd5f0a9ef4ddb7e72ec46f4832563ade379032b973713ccc8d3173422"}, + {file = "perceval_mozilla-0.3.5.tar.gz", hash = "sha256:883ae4604cb327bd5d738de8db34e0c7f11a1aed117143d79200b4f12a0bd1ce"}, ] perceval-opnfv = [ - {file = "perceval_opnfv-0.2.4-py3-none-any.whl", hash = "sha256:be961cf42d50e0bcbd5e3ad95f217f84decb203a1a292a2391dde474d79848ed"}, - {file = "perceval_opnfv-0.2.4.tar.gz", hash = "sha256:5062098ea6f7308ccca529a1a84bfea94a9457dfc6f534ad585a6eefc0411fd0"}, + {file = "perceval_opnfv-0.2.5-py3-none-any.whl", hash = "sha256:eb2ab71b71584d8ad642f90ee23db064485f7a5f78ee4205cbd879ca61d6e10b"}, + {file = "perceval_opnfv-0.2.5.tar.gz", hash = "sha256:b39db716f957d0257d674154daa4a58f629568b31c960b10b9e00fafdd9396b7"}, ] perceval-puppet = [ - {file = "perceval_puppet-0.2.4-py3-none-any.whl", hash = "sha256:914fd419860abce6d4e6af3465fca6b3ef8c79f6339d522c7dbbeebbcb91892b"}, - {file = "perceval_puppet-0.2.4.tar.gz", hash = "sha256:753a28532abd8724cfb31ff5c2502f0db5bd9254dedcd255dd8179d2687816d0"}, + {file = "perceval_puppet-0.2.5-py3-none-any.whl", hash = "sha256:cee6bfadc476664282675cac841ffa9d9b5bb885704d2b0c93ff422ae97b7a06"}, + {file = "perceval_puppet-0.2.5.tar.gz", hash = "sha256:538d8895f13a8160ff15abdb9c2c71b5b393fbe9fb101b0f5fd254bb3403280e"}, ] perceval-weblate = [ - {file = "perceval_weblate-0.2.4-py3-none-any.whl", hash = "sha256:0670a2ef34239d65c145b7dec305b1880e82f79aa2d8c6d14dbe39d3d25d73ef"}, - {file = "perceval_weblate-0.2.4.tar.gz", hash = "sha256:c45364863dc3aa9458655feb7c10381e69bcdfcca842041d2d4f287dce575f91"}, + {file = "perceval_weblate-0.2.5-py3-none-any.whl", hash = "sha256:99cc716b3d3fc822645dca84138eaf6418cc3b1d97e3ac322dd75da274648211"}, + {file = "perceval_weblate-0.2.5.tar.gz", hash = "sha256:4cb1ad4ff927fede908e9193957536b8f03ddb101af8fbaf2d4a35ff35747fec"}, ] platformdirs = [ - {file = "platformdirs-2.5.2-py3-none-any.whl", hash = "sha256:027d8e83a2d7de06bbac4e5ef7e023c02b863d7ea5d079477e722bb41ab25788"}, - {file = "platformdirs-2.5.2.tar.gz", hash = "sha256:58c8abb07dcb441e6ee4b11d8df0ac856038f944ab98b7be6b27b2a3c7feef19"}, + {file = "platformdirs-2.5.3-py3-none-any.whl", hash = "sha256:0cb405749187a194f444c25c82ef7225232f11564721eabffc6ec70df83b11cb"}, + {file = "platformdirs-2.5.3.tar.gz", hash = "sha256:6e52c21afff35cb659c6e52d8b4d61b9bd544557180440538f255d9382c8cbe0"}, ] pycodestyle = [ {file = "pycodestyle-2.8.0-py2.py3-none-any.whl", hash = "sha256:720f8b39dde8b293825e7ff02c475f3077124006db4f440dcbc9a20b76548a20"}, @@ -1423,8 +1447,8 @@ python-dateutil = [ {file = "python_dateutil-2.8.2-py2.py3-none-any.whl", hash = "sha256:961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9"}, ] pytz = [ - {file = "pytz-2022.5-py2.py3-none-any.whl", hash = "sha256:335ab46900b1465e714b4fda4963d87363264eb662aab5e65da039c25f1f5b22"}, - {file = "pytz-2022.5.tar.gz", hash = "sha256:c4d88f472f54d615e9cd582a5004d1e5f624854a6a27a6211591c251f22a6914"}, + {file = "pytz-2022.6-py2.py3-none-any.whl", hash = "sha256:222439474e9c98fced559f1709d89e6c9cbf8d79c794ff3eb9f8800064291427"}, + {file = "pytz-2022.6.tar.gz", hash = "sha256:e89512406b793ca39f5971bc999cc538ce125c0e51c27941bef4568b460095e2"}, ] pyyaml = [ {file = "PyYAML-6.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:d4db7c7aef085872ef65a8fd7d6d09a14ae91f691dec3e87ee5ee0539d516f53"}, @@ -1494,8 +1518,8 @@ scipy = [ {file = "scipy-1.6.1.tar.gz", hash = "sha256:c4fceb864890b6168e79b0e714c585dbe2fd4222768ee90bc1aa0f8218691b11"}, ] setuptools = [ - {file = "setuptools-65.5.0-py3-none-any.whl", hash = "sha256:f62ea9da9ed6289bfe868cd6845968a2c854d1427f8548d52cae02a42b4f0356"}, - {file = "setuptools-65.5.0.tar.gz", hash = "sha256:512e5536220e38146176efb833d4a62aa726b7bbff82cfbc8ba9eaa3996e0b17"}, + {file = "setuptools-65.5.1-py3-none-any.whl", hash = "sha256:d0b9a8433464d5800cbe05094acf5c6d52a91bfac9b52bcfc4d41382be5d5d31"}, + {file = "setuptools-65.5.1.tar.gz", hash = "sha256:e197a19aa8ec9722928f2206f8de752def0e4c9fc6953527360d1c36d94ddb2f"}, ] sgmllib3k = [ {file = "sgmllib3k-1.0.0.tar.gz", hash = "sha256:7868fb1c8bfa764c1ac563d3cf369c381d1325d36124933a726f29fcdaa812e9"}, @@ -1509,8 +1533,8 @@ smmap = [ {file = "smmap-5.0.0.tar.gz", hash = "sha256:c840e62059cd3be204b0c9c9f74be2c09d5648eddd4580d9314c3ecde0b30936"}, ] sortinghat = [ - {file = "sortinghat-0.7.22-py3-none-any.whl", hash = "sha256:bdb1f16694b870ce64410b657634937dd2c0c392341c486c740c55d2caf31503"}, - {file = "sortinghat-0.7.22.tar.gz", hash = "sha256:0f8afd2f0e3a213476baf7b5446dac1285ef3cccf006e17ee646ec4a9ddf7860"}, + {file = "sortinghat-0.7.23-py3-none-any.whl", hash = "sha256:77fd9cc4f11ae5fa04b03e7c62c2183aefbb91f44656be28d118c1ff3874cc3f"}, + {file = "sortinghat-0.7.23.tar.gz", hash = "sha256:cc1d771e70493f7b325e10240cb48cee9e14e9a5a6e2cef718190a5ce4a6132e"}, ] soupsieve = [ {file = "soupsieve-2.3.2.post1-py3-none-any.whl", hash = "sha256:3b2503d3c7084a42b1ebd08116e5f81aadfaea95863628c80a3b774a11b7c759"}, @@ -1576,6 +1600,31 @@ statsmodels = [ {file = "statsmodels-0.13.2-cp39-cp39-win32.whl", hash = "sha256:461c82ab2265fa8457b96afc23ef3ca19f42eb070436e0241b57e58a38863901"}, {file = "statsmodels-0.13.2-cp39-cp39-win_amd64.whl", hash = "sha256:39daab5a8a9332c8ea83d6464d065080c9ba65f236daf6a64aa18f64ef776fad"}, {file = "statsmodels-0.13.2.tar.gz", hash = "sha256:77dc292c9939c036a476f1770f9d08976b05437daa229928da73231147cde7d4"}, + {file = "statsmodels-0.13.5-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:c75319fddded9507cc310fc3980e4ae4d64e3ff37b322ad5e203a84f89d85203"}, + {file = "statsmodels-0.13.5-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:6f148920ef27c7ba69a5735724f65de9422c0c8bcef71b50c846b823ceab8840"}, + {file = "statsmodels-0.13.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5cc4d3e866bfe0c4f804bca362d0e7e29d24b840aaba8d35a754387e16d2a119"}, + {file = "statsmodels-0.13.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:072950d6f7820a6b0bd6a27b2d792a6d6f952a1d2f62f0dcf8dd808799475855"}, + {file = "statsmodels-0.13.5-cp310-cp310-win_amd64.whl", hash = "sha256:159ae9962c61b31dcffe6356d72ae3d074bc597ad9273ec93ae653fe607b8516"}, + {file = "statsmodels-0.13.5-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:9061c0d5ee4f3038b590afedd527a925e5de27195dc342381bac7675b2c5efe4"}, + {file = "statsmodels-0.13.5-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:e1d89cba5fafc1bf8e75296fdfad0b619de2bfb5e6c132913991d207f3ead675"}, + {file = "statsmodels-0.13.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:01bc16e7c66acb30cd3dda6004c43212c758223d1966131226024a5c99ec5a7e"}, + {file = "statsmodels-0.13.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5d5cd9ab5de2c7489b890213cba2aec3d6468eaaec547041c2dfcb1e03411f7e"}, + {file = "statsmodels-0.13.5-cp311-cp311-win_amd64.whl", hash = "sha256:857d5c0564a68a7ef77dc2252bb43c994c0699919b4e1f06a9852c2fbb588765"}, + {file = "statsmodels-0.13.5-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:5a5348b2757ab31c5c31b498f25eff2ea3c42086bef3d3b88847c25a30bdab9c"}, + {file = "statsmodels-0.13.5-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9b21648e3a8e7514839ba000a48e495cdd8bb55f1b71c608cf314b05541e283b"}, + {file = "statsmodels-0.13.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1b829eada6cec07990f5e6820a152af4871c601fd458f76a896fb79ae2114985"}, + {file = "statsmodels-0.13.5-cp37-cp37m-win_amd64.whl", hash = "sha256:872b3a8186ef20f647c7ab5ace512a8fc050148f3c2f366460ab359eec3d9695"}, + {file = "statsmodels-0.13.5-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:bc1abb81d24f56425febd5a22bb852a1b98e53b80c4a67f50938f9512f154141"}, + {file = "statsmodels-0.13.5-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:a2c46f1b0811a9736db37badeb102c0903f33bec80145ced3aa54df61aee5c2b"}, + {file = "statsmodels-0.13.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:947f79ba9662359f1cfa6e943851f17f72b06e55f4a7c7a2928ed3bc57ed6cb8"}, + {file = "statsmodels-0.13.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:046251c939c51e7632bcc8c6d6f31b8ca0eaffdf726d2498463f8de3735c9a82"}, + {file = "statsmodels-0.13.5-cp38-cp38-win_amd64.whl", hash = "sha256:84f720e8d611ef8f297e6d2ffa7248764e223ef7221a3fc136e47ae089609611"}, + {file = "statsmodels-0.13.5-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:b0d1d24e4adf96ec3c64d9a027dcee2c5d5096bb0dad33b4d91034c0a3c40371"}, + {file = "statsmodels-0.13.5-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:0f0e5c9c58fb6cba41db01504ec8dd018c96a95152266b7d5d67e0de98840474"}, + {file = "statsmodels-0.13.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5b034aa4b9ad4f4d21abc4dd4841be0809a446db14c7aa5c8a65090aea9f1143"}, + {file = "statsmodels-0.13.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:73f97565c29241e839ffcef74fa995afdfe781910ccc27c189e5890193085958"}, + {file = "statsmodels-0.13.5-cp39-cp39-win_amd64.whl", hash = "sha256:2ff331e508f2d1a53d3a188305477f4cf05cd8c52beb6483885eb3d51c8be3ad"}, + {file = "statsmodels-0.13.5.tar.gz", hash = "sha256:593526acae1c0fda0ea6c48439f67c3943094c542fe769f8b90fe9e6c6cc4871"}, ] stevedore = [ {file = "stevedore-3.5.2-py3-none-any.whl", hash = "sha256:fa2630e3d0ad3e22d4914aff2501445815b9a4467a6edc49387c667a38faf5bf"},