diff --git a/examples/BUILD.bazel b/examples/BUILD.bazel index f6372eabec..f923de2870 100644 --- a/examples/BUILD.bazel +++ b/examples/BUILD.bazel @@ -12,4 +12,14 @@ # See the License for the specific language governing permissions and # limitations under the License. +# The following is experimental API and currently not intended for use outside this example. +load("@rules_python//python/uv/private:pin.bzl", "pin") # buildifier: disable=bzl-visibility + licenses(["notice"]) # Apache 2.0 + +pin( + name = "bzlmod_requirements_3_9_update", + srcs = ["bzlmod/requirements.in"], + out = "bzlmod/requirements_lock_3_9.txt", + python_version = "3.9.19", +) diff --git a/examples/bzlmod/BUILD.bazel b/examples/bzlmod/BUILD.bazel index bb16f98a6f..d684b9c31d 100644 --- a/examples/bzlmod/BUILD.bazel +++ b/examples/bzlmod/BUILD.bazel @@ -9,20 +9,10 @@ load("@bazel_skylib//rules:build_test.bzl", "build_test") load("@pip//:requirements.bzl", "all_data_requirements", "all_requirements", "all_whl_requirements", "requirement") load("@python_3_9//:defs.bzl", py_test_with_transition = "py_test") load("@python_versions//3.10:defs.bzl", compile_pip_requirements_3_10 = "compile_pip_requirements") -load("@python_versions//3.9:defs.bzl", compile_pip_requirements_3_9 = "compile_pip_requirements") load("@rules_python//python:defs.bzl", "py_binary", "py_library", "py_test") # This stanza calls a rule that generates targets for managing pip dependencies -# with pip-compile. -compile_pip_requirements_3_9( - name = "requirements_3_9", - src = "requirements.in", - requirements_txt = "requirements_lock_3_9.txt", - requirements_windows = "requirements_windows_3_9.txt", -) - -# This stanza calls a rule that generates targets for managing pip dependencies -# with pip-compile. +# with pip-compile for a particular python version. compile_pip_requirements_3_10( name = "requirements_3_10", timeout = "moderate", diff --git a/examples/bzlmod/MODULE.bazel b/examples/bzlmod/MODULE.bazel index 3da17a6eb2..b7b46b7dba 100644 --- a/examples/bzlmod/MODULE.bazel +++ b/examples/bzlmod/MODULE.bazel @@ -135,17 +135,7 @@ pip.parse( ], hub_name = "pip", python_version = "3.9", - # The requirements files for each platform that we want to support. - requirements_by_platform = { - # Default requirements file for needs to explicitly provide the platforms - "//:requirements_lock_3_9.txt": "linux_*,osx_*", - # This API allows one to specify additional platforms that the users - # configure the toolchains for themselves. In this example we add - # `windows_aarch64` to illustrate that `rules_python` won't fail to - # process the value, but it does not mean that this example will work - # on Windows ARM. - "//:requirements_windows_3_9.txt": "windows_x86_64,windows_aarch64", - }, + requirements_lock = "requirements_lock_3_9.txt", # These modifications were created above and we # are providing pip.parse with the label of the mod # and the name of the wheel. @@ -179,8 +169,17 @@ pip.parse( ], hub_name = "pip", python_version = "3.10", - requirements_lock = "//:requirements_lock_3_10.txt", - requirements_windows = "//:requirements_windows_3_10.txt", + # The requirements files for each platform that we want to support. + requirements_by_platform = { + # Default requirements file for needs to explicitly provide the platforms + "//:requirements_lock_3_10.txt": "linux_*,osx_*", + # This API allows one to specify additional platforms that the users + # configure the toolchains for themselves. In this example we add + # `windows_aarch64` to illustrate that `rules_python` won't fail to + # process the value, but it does not mean that this example will work + # on Windows ARM. + "//:requirements_windows_3_10.txt": "windows_x86_64,windows_aarch64", + }, # These modifications were created above and we # are providing pip.parse with the label of the mod # and the name of the wheel. diff --git a/examples/bzlmod/MODULE.bazel.lock b/examples/bzlmod/MODULE.bazel.lock index 642c176f62..580a675c1a 100644 --- a/examples/bzlmod/MODULE.bazel.lock +++ b/examples/bzlmod/MODULE.bazel.lock @@ -1232,14 +1232,19 @@ "@@rules_python~//python/extensions:pip.bzl%pip": { "general": { "bzlTransitiveDigest": "9GnLEprSx4ta69xVzCkTB+6C2HjuV7YVLcAiwY9TomQ=", - "usagesDigest": "IUBmbdL2mNoXRPg8gZQeHcB8COinOmo3wRtxFGJKFmA=", + "usagesDigest": "MChlcSw99EuW3K7OOoMcXQIdcJnEh6YmfyjJm+9mxIg=", "recordedFileInputs": { "@@other_module~//requirements_lock_3_11.txt": "a7d0061366569043d5efcf80e34a32c732679367cb3c831c4cdc606adc36d314", - "@@//requirements_windows_3_9.txt": "fd2fb0609c792fcd111b3c0a2d23c1cd0072c8961e0cd7259943dcdd49220d19", + "@@rules_python~//python/private/pypi/whl_installer/platform.py": "b944b908b25a2f97d6d9f491504ad5d2507402d7e37c802ee878783f87f2aa11", "@@//requirements_lock_3_10.txt": "5e7083982a7e60f34998579a0ae83b520d46ab8f2552cc51337217f024e6def5", + "@@rules_python~~internal_deps~pypi__packaging//BUILD.bazel": "8d36246aeefaab4b26fb9c1175cfaf13df5b6f1587e6753f1e78b132bad74795", "@@//whl_mods/appended_build_content.BUILD": "87745b00382c66e5efbd7cb44a08fc3edbf7fd5099cf593f87599188f1557a9e", - "@@//requirements_lock_3_9.txt": "c0c5a36a610f3e3761a7dd2abcd51eab452278d416f45365b331d0f278f07789", - "@@//requirements_windows_3_10.txt": "c79f04bfaca147b8330275911a3328b81fc80828b9050a6bebdb15477627dabc" + "@@rules_python~~python~python_3_9_host//python": "3f2abf225fa30c9e1c16e1d07d8db0b8ef0d368c260d365c1366027b76d7e1b0", + "@@//requirements_lock_3_9.txt": "484a269ec78160c0d63631b5d416868e9deff928865b23443f0a24f90f6f1be9", + "@@rules_python~~internal_deps~pypi__packaging//packaging-24.0.dist-info/RECORD": "be1aea790359b4c2c9ea83d153c1a57c407742a35b95ee36d00723509f5ed5dd", + "@@//requirements_windows_3_10.txt": "c79f04bfaca147b8330275911a3328b81fc80828b9050a6bebdb15477627dabc", + "@@rules_python~//BUILD.bazel": "c421a2c2f3f428d2685a16eb9cc3fb8662605aba4ef151a87a356678bb7e866d", + "@@rules_python~//python/private/pypi/requirements_parser/resolve_target_platforms.py": "42bf51980528302373529bcdfddb8014e485182d6bc9d2f7d3bbe1f11d8d923d" }, "recordedDirentsInputs": {}, "envVariables": { @@ -1248,6 +1253,34 @@ "RULES_PYTHON_REPO_DEBUG_VERBOSITY": null }, "generatedRepoSpecs": { + "pip_39_zipp_sdist_0145e43d": { + "bzlFile": "@@rules_python~//python/private/pypi:whl_library.bzl", + "ruleClassName": "whl_library", + "attributes": { + "dep_template": "@pip//{name}:{target}", + "envsubst": [ + "PIP_INDEX_URL" + ], + "experimental_target_platforms": [ + "cp39_linux_aarch64", + "cp39_linux_arm", + "cp39_linux_ppc", + "cp39_linux_s390x", + "cp39_linux_x86_64", + "cp39_osx_aarch64", + "cp39_osx_x86_64", + "cp39_windows_x86_64" + ], + "filename": "zipp-3.20.0.tar.gz", + "python_interpreter_target": "@@rules_python~~python~python_3_9_host//:python", + "repo": "pip_39", + "requirement": "zipp==3.20.0 ;python_version < '3.10'", + "sha256": "0145e43d89664cfe1a2e533adc75adafed82fe2da404b4bbb6b026c0157bdb31", + "urls": [ + "https://files.pythonhosted.org/packages/0e/af/9f2de5bd32549a1b705af7a7c054af3878816a1267cb389c03cc4f342a51/zipp-3.20.0.tar.gz" + ] + } + }, "pip_39_wrapt_cp39_cp39_musllinux_1_1_aarch64_b9b7a708": { "bzlFile": "@@rules_python~//python/private/pypi:whl_library.bzl", "ruleClassName": "whl_library", @@ -1264,7 +1297,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "wrapt-1.14.1-cp39-cp39-musllinux_1_1_aarch64.whl", @@ -1293,7 +1325,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "snowballstemmer-2.2.0-py2.py3-none-any.whl", @@ -1322,7 +1353,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "astroid-2.12.13-py3-none-any.whl", @@ -1402,7 +1432,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "tomlkit-0.11.6-py3-none-any.whl", @@ -1415,35 +1444,6 @@ ] } }, - "pip_39_typing_extensions_py3_none_any_16fa4864": { - "bzlFile": "@@rules_python~//python/private/pypi:whl_library.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@pip//{name}:{target}", - "envsubst": [ - "PIP_INDEX_URL" - ], - "experimental_target_platforms": [ - "cp39_linux_aarch64", - "cp39_linux_arm", - "cp39_linux_ppc", - "cp39_linux_s390x", - "cp39_linux_x86_64", - "cp39_osx_aarch64", - "cp39_osx_x86_64", - "cp39_windows_aarch64", - "cp39_windows_x86_64" - ], - "filename": "typing_extensions-4.4.0-py3-none-any.whl", - "python_interpreter_target": "@@rules_python~~python~python_3_9_host//:python", - "repo": "pip_39", - "requirement": "typing-extensions==4.4.0", - "sha256": "16fa4864408f655d35ec496218b85f79b3437c829e93320c7c9215ccfd92489e", - "urls": [ - "https://files.pythonhosted.org/packages/0b/8e/f1a0a5a76cfef77e1eb6004cb49e5f8d72634da638420b9ea492ce8305e8/typing_extensions-4.4.0-py3-none-any.whl" - ] - } - }, "pip_39_sphinx_sdist_9a5160e1": { "bzlFile": "@@rules_python~//python/private/pypi:whl_library.bzl", "ruleClassName": "whl_library", @@ -1460,7 +1460,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "sphinx-7.2.6.tar.gz", @@ -1498,7 +1497,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "s3cmd-2.1.0.tar.gz", @@ -1557,7 +1555,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "wrapt-1.14.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", @@ -1586,7 +1583,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "Pygments-2.16.1-py3-none-any.whl", @@ -1636,7 +1632,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "lazy-object-proxy-1.10.0.tar.gz", @@ -1686,7 +1681,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "websockets-11.0.3.tar.gz", @@ -1715,7 +1709,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "PyYAML-6.0.1-cp39-cp39-macosx_10_9_x86_64.whl", @@ -1744,7 +1737,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "MarkupSafe-2.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", @@ -1773,7 +1765,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "websockets-11.0.3-py3-none-any.whl", @@ -1802,7 +1793,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "MarkupSafe-2.1.3-cp39-cp39-macosx_10_9_universal2.whl", @@ -1831,7 +1821,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "urllib3-1.26.18.tar.gz", @@ -1860,7 +1849,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "platformdirs-2.6.0-py3-none-any.whl", @@ -1889,7 +1877,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "sphinxcontrib_applehelp-1.0.7.tar.gz", @@ -1927,7 +1914,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "PyYAML-6.0.1-cp39-cp39-win_amd64.whl", @@ -1983,7 +1969,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", @@ -1996,6 +1981,34 @@ ] } }, + "pip_39_typing_extensions_py3_none_any_04e5ca03": { + "bzlFile": "@@rules_python~//python/private/pypi:whl_library.bzl", + "ruleClassName": "whl_library", + "attributes": { + "dep_template": "@pip//{name}:{target}", + "envsubst": [ + "PIP_INDEX_URL" + ], + "experimental_target_platforms": [ + "cp39_linux_aarch64", + "cp39_linux_arm", + "cp39_linux_ppc", + "cp39_linux_s390x", + "cp39_linux_x86_64", + "cp39_osx_aarch64", + "cp39_osx_x86_64", + "cp39_windows_x86_64" + ], + "filename": "typing_extensions-4.12.2-py3-none-any.whl", + "python_interpreter_target": "@@rules_python~~python~python_3_9_host//:python", + "repo": "pip_39", + "requirement": "typing-extensions==4.12.2 ;python_version < '3.10'", + "sha256": "04e5ca0351e0f3f85c6853954072df659d0d13fac324d0072316b67d7794700d", + "urls": [ + "https://files.pythonhosted.org/packages/26/9f/ad63fc0248c5379346306f8668cda6e2e2e9c95e01216d2b8ffd9ff037d0/typing_extensions-4.12.2-py3-none-any.whl" + ] + } + }, "pip_310_snowballstemmer": { "bzlFile": "@@rules_python~//python/private/pypi:whl_library.bzl", "ruleClassName": "whl_library", @@ -2063,7 +2076,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "yamllint-1.28.0-py2.py3-none-any.whl", @@ -2092,7 +2104,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "jinja2-3.1.4.tar.gz", @@ -2121,7 +2132,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "websockets-11.0.3-cp39-cp39-musllinux_1_1_aarch64.whl", @@ -2150,7 +2160,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "sphinxcontrib_qthelp-1.0.6.tar.gz", @@ -2188,7 +2197,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "setuptools-65.6.3.tar.gz", @@ -2259,7 +2267,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "mccabe-0.7.0.tar.gz", @@ -2288,7 +2295,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "chardet-4.0.0.tar.gz", @@ -2317,7 +2323,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "sphinxcontrib_serializinghtml-1.1.9.tar.gz", @@ -2355,7 +2360,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "docutils-0.20.1.tar.gz", @@ -2405,7 +2409,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "packaging-23.2-py3-none-any.whl", @@ -2455,13 +2458,12 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "tomli-2.0.1.tar.gz", "python_interpreter_target": "@@rules_python~~python~python_3_9_host//:python", "repo": "pip_39", - "requirement": "tomli==2.0.1", + "requirement": "tomli==2.0.1 ;python_version < '3.11'", "sha256": "de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f", "urls": [ "https://files.pythonhosted.org/packages/c0/3f/d7af728f075fb08564c5949a9c95e44352e23dee646869fa104a3b2060a3/tomli-2.0.1.tar.gz" @@ -2536,7 +2538,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "wheel-0.40.0.tar.gz", @@ -2565,7 +2566,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "Pygments-2.16.1.tar.gz", @@ -2594,7 +2594,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "idna-2.10-py2.py3-none-any.whl", @@ -2623,7 +2622,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "pylint-2.15.9-py3-none-any.whl", @@ -2673,7 +2671,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "jinja2-3.1.4-py3-none-any.whl", @@ -2702,7 +2699,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "colorama-0.4.6.tar.gz", @@ -2741,7 +2737,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "pathspec-0.10.3-py3-none-any.whl", @@ -2791,7 +2786,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "MarkupSafe-2.1.3.tar.gz", @@ -2820,7 +2814,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "python_magic-0.4.27-py2.py3-none-any.whl", @@ -2849,7 +2842,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "sphinxcontrib_htmlhelp-2.0.4.tar.gz", @@ -2887,7 +2879,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "lazy_object_proxy-1.10.0-cp39-cp39-musllinux_1_1_x86_64.whl", @@ -2900,6 +2891,34 @@ ] } }, + "pip_39_typing_extensions_sdist_1a7ead55": { + "bzlFile": "@@rules_python~//python/private/pypi:whl_library.bzl", + "ruleClassName": "whl_library", + "attributes": { + "dep_template": "@pip//{name}:{target}", + "envsubst": [ + "PIP_INDEX_URL" + ], + "experimental_target_platforms": [ + "cp39_linux_aarch64", + "cp39_linux_arm", + "cp39_linux_ppc", + "cp39_linux_s390x", + "cp39_linux_x86_64", + "cp39_osx_aarch64", + "cp39_osx_x86_64", + "cp39_windows_x86_64" + ], + "filename": "typing_extensions-4.12.2.tar.gz", + "python_interpreter_target": "@@rules_python~~python~python_3_9_host//:python", + "repo": "pip_39", + "requirement": "typing-extensions==4.12.2 ;python_version < '3.10'", + "sha256": "1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8", + "urls": [ + "https://files.pythonhosted.org/packages/df/db/f35a00659bc03fec321ba8bce9420de607a1d37f8342eee1863174c69557/typing_extensions-4.12.2.tar.gz" + ] + } + }, "pip_39_tabulate_py3_none_any_024ca478": { "bzlFile": "@@rules_python~//python/private/pypi:whl_library.bzl", "ruleClassName": "whl_library", @@ -2916,7 +2935,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "tabulate-0.9.0-py3-none-any.whl", @@ -2958,7 +2976,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "MarkupSafe-2.1.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", @@ -2987,7 +3004,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "wrapt-1.14.1-cp39-cp39-win_amd64.whl", @@ -3016,7 +3032,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "lazy_object_proxy-1.10.0-cp39-cp39-musllinux_1_1_aarch64.whl", @@ -3066,7 +3081,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "tomlkit-0.11.6.tar.gz", @@ -3095,7 +3109,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "sphinx-7.2.6-py3-none-any.whl", @@ -3133,7 +3146,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "pylint-2.15.9.tar.gz", @@ -3162,7 +3174,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "pathspec-0.10.3.tar.gz", @@ -3191,7 +3202,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "alabaster-0.7.13-py3-none-any.whl", @@ -3220,7 +3230,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "wrapt-1.14.1-cp39-cp39-musllinux_1_1_x86_64.whl", @@ -3249,7 +3258,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "MarkupSafe-2.1.3-cp39-cp39-musllinux_1_1_aarch64.whl", @@ -3278,7 +3286,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "websockets-11.0.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", @@ -3307,7 +3314,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "s3cmd-2.1.0-py2.py3-none-any.whl", @@ -3336,7 +3342,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "packaging-23.2.tar.gz", @@ -3365,7 +3370,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "idna-2.10.tar.gz", @@ -3378,35 +3382,6 @@ ] } }, - "pip_39_zipp_sdist_84e64a1c": { - "bzlFile": "@@rules_python~//python/private/pypi:whl_library.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@pip//{name}:{target}", - "envsubst": [ - "PIP_INDEX_URL" - ], - "experimental_target_platforms": [ - "cp39_linux_aarch64", - "cp39_linux_arm", - "cp39_linux_ppc", - "cp39_linux_s390x", - "cp39_linux_x86_64", - "cp39_osx_aarch64", - "cp39_osx_x86_64", - "cp39_windows_aarch64", - "cp39_windows_x86_64" - ], - "filename": "zipp-3.17.0.tar.gz", - "python_interpreter_target": "@@rules_python~~python~python_3_9_host//:python", - "repo": "pip_39", - "requirement": "zipp==3.17.0", - "sha256": "84e64a1c28cf7e91ed2078bb8cc8c259cb19b76942096c8d7b84947690cabaf0", - "urls": [ - "https://files.pythonhosted.org/packages/58/03/dd5ccf4e06dec9537ecba8fcc67bbd4ea48a2791773e469e73f94c3ba9a6/zipp-3.17.0.tar.gz" - ] - } - }, "pip_39_snowballstemmer_sdist_09b16deb": { "bzlFile": "@@rules_python~//python/private/pypi:whl_library.bzl", "ruleClassName": "whl_library", @@ -3423,7 +3398,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "snowballstemmer-2.2.0.tar.gz", @@ -3473,7 +3447,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "imagesize-1.4.1-py2.py3-none-any.whl", @@ -3502,7 +3475,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "setuptools-65.6.3-py3-none-any.whl", @@ -3531,7 +3503,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "lazy_object_proxy-1.10.0-cp39-cp39-win_amd64.whl", @@ -3560,7 +3531,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "sphinxcontrib_devhelp-1.0.5-py3-none-any.whl", @@ -3598,7 +3568,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "dill-0.3.6.tar.gz", @@ -3627,7 +3596,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "colorama-0.4.6-py2.py3-none-any.whl", @@ -3656,7 +3624,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "chardet-4.0.0-py2.py3-none-any.whl", @@ -3727,7 +3694,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "lazy_object_proxy-1.10.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", @@ -3777,7 +3743,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "MarkupSafe-2.1.3-cp39-cp39-macosx_10_9_x86_64.whl", @@ -3806,7 +3771,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "platformdirs-2.6.0.tar.gz", @@ -3835,7 +3799,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "lazy_object_proxy-1.10.0-cp39-cp39-macosx_10_9_x86_64.whl", @@ -3864,7 +3827,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "MarkupSafe-2.1.3-cp39-cp39-win_amd64.whl", @@ -3894,7 +3856,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "wheel-0.40.0-py3-none-any.whl", @@ -3923,7 +3884,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "certifi-2023.7.22-py3-none-any.whl", @@ -3952,7 +3912,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "wrapt-1.14.1-cp39-cp39-macosx_11_0_arm64.whl", @@ -4002,7 +3961,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "websockets-11.0.3-cp39-cp39-musllinux_1_1_x86_64.whl", @@ -4052,7 +4010,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "wrapt-1.14.1-cp39-cp39-macosx_10_9_x86_64.whl", @@ -4081,7 +4038,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "PyYAML-6.0.1-cp39-cp39-musllinux_1_1_x86_64.whl", @@ -4110,7 +4066,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl", @@ -4190,7 +4145,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "yamllint-1.28.0.tar.gz", @@ -4203,6 +4157,34 @@ ] } }, + "pip_39_importlib_metadata_py3_none_any_66f342cc": { + "bzlFile": "@@rules_python~//python/private/pypi:whl_library.bzl", + "ruleClassName": "whl_library", + "attributes": { + "dep_template": "@pip//{name}:{target}", + "envsubst": [ + "PIP_INDEX_URL" + ], + "experimental_target_platforms": [ + "cp39_linux_aarch64", + "cp39_linux_arm", + "cp39_linux_ppc", + "cp39_linux_s390x", + "cp39_linux_x86_64", + "cp39_osx_aarch64", + "cp39_osx_x86_64", + "cp39_windows_x86_64" + ], + "filename": "importlib_metadata-8.4.0-py3-none-any.whl", + "python_interpreter_target": "@@rules_python~~python~python_3_9_host//:python", + "repo": "pip_39", + "requirement": "importlib-metadata==8.4.0 ;python_version < '3.10'", + "sha256": "66f342cc6ac9818fc6ff340576acd24d65ba0b3efabb2b4ac08b598965a4a2f1", + "urls": [ + "https://files.pythonhosted.org/packages/c0/14/362d31bf1076b21e1bcdcb0dc61944822ff263937b804a79231df2774d28/importlib_metadata-8.4.0-py3-none-any.whl" + ] + } + }, "pip_39_python_dateutil_sdist_0123cacc": { "bzlFile": "@@rules_python~//python/private/pypi:whl_library.bzl", "ruleClassName": "whl_library", @@ -4219,7 +4201,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "python-dateutil-2.8.2.tar.gz", @@ -4241,7 +4222,7 @@ "six": "[{\"config_setting\":\"//_config:is_python_3.9\",\"filename\":\"six-1.16.0-py2.py3-none-any.whl\",\"repo\":\"pip_39_six_py2_none_any_8abb2f1d\",\"target_platforms\":null,\"version\":\"3.9\"},{\"config_setting\":\"//_config:is_python_3.9\",\"filename\":\"six-1.16.0.tar.gz\",\"repo\":\"pip_39_six_sdist_1e61c374\",\"target_platforms\":null,\"version\":\"3.9\"},{\"config_setting\":\"//_config:is_python_3.10\",\"filename\":null,\"repo\":\"pip_310_six\",\"target_platforms\":null,\"version\":\"3.10\"}]", "dill": "[{\"config_setting\":\"//_config:is_python_3.9\",\"filename\":\"dill-0.3.6-py3-none-any.whl\",\"repo\":\"pip_39_dill_py3_none_any_a07ffd23\",\"target_platforms\":null,\"version\":\"3.9\"},{\"config_setting\":\"//_config:is_python_3.9\",\"filename\":\"dill-0.3.6.tar.gz\",\"repo\":\"pip_39_dill_sdist_e5db55f3\",\"target_platforms\":null,\"version\":\"3.9\"},{\"config_setting\":\"//_config:is_python_3.10\",\"filename\":null,\"repo\":\"pip_310_dill\",\"target_platforms\":null,\"version\":\"3.10\"}]", "idna": "[{\"config_setting\":\"//_config:is_python_3.9\",\"filename\":\"idna-2.10-py2.py3-none-any.whl\",\"repo\":\"pip_39_idna_py2_none_any_b97d804b\",\"target_platforms\":null,\"version\":\"3.9\"},{\"config_setting\":\"//_config:is_python_3.9\",\"filename\":\"idna-2.10.tar.gz\",\"repo\":\"pip_39_idna_sdist_b307872f\",\"target_platforms\":null,\"version\":\"3.9\"},{\"config_setting\":\"//_config:is_python_3.10\",\"filename\":null,\"repo\":\"pip_310_idna\",\"target_platforms\":null,\"version\":\"3.10\"}]", - "zipp": "[{\"config_setting\":\"//_config:is_python_3.9\",\"filename\":\"zipp-3.17.0-py3-none-any.whl\",\"repo\":\"pip_39_zipp_py3_none_any_0e923e72\",\"target_platforms\":null,\"version\":\"3.9\"},{\"config_setting\":\"//_config:is_python_3.9\",\"filename\":\"zipp-3.17.0.tar.gz\",\"repo\":\"pip_39_zipp_sdist_84e64a1c\",\"target_platforms\":null,\"version\":\"3.9\"}]", + "zipp": "[{\"config_setting\":\"//_config:is_python_3.9\",\"filename\":\"zipp-3.20.0-py3-none-any.whl\",\"repo\":\"pip_39_zipp_py3_none_any_58da6168\",\"target_platforms\":null,\"version\":\"3.9\"},{\"config_setting\":\"//_config:is_python_3.9\",\"filename\":\"zipp-3.20.0.tar.gz\",\"repo\":\"pip_39_zipp_sdist_0145e43d\",\"target_platforms\":null,\"version\":\"3.9\"}]", "babel": "[{\"config_setting\":\"//_config:is_python_3.9\",\"filename\":\"Babel-2.13.1-py3-none-any.whl\",\"repo\":\"pip_39_babel_py3_none_any_7077a498\",\"target_platforms\":null,\"version\":\"3.9\"},{\"config_setting\":\"//_config:is_python_3.9\",\"filename\":\"Babel-2.13.1.tar.gz\",\"repo\":\"pip_39_babel_sdist_33e0952d\",\"target_platforms\":null,\"version\":\"3.9\"},{\"config_setting\":\"//_config:is_python_3.10\",\"filename\":null,\"repo\":\"pip_310_babel\",\"target_platforms\":null,\"version\":\"3.10\"}]", "isort": "[{\"config_setting\":\"//_config:is_python_3.9\",\"filename\":\"isort-5.11.4-py3-none-any.whl\",\"repo\":\"pip_39_isort_py3_none_any_c033fd0e\",\"target_platforms\":null,\"version\":\"3.9\"},{\"config_setting\":\"//_config:is_python_3.9\",\"filename\":\"isort-5.11.4.tar.gz\",\"repo\":\"pip_39_isort_sdist_6db30c5d\",\"target_platforms\":null,\"version\":\"3.9\"},{\"config_setting\":\"//_config:is_python_3.10\",\"filename\":null,\"repo\":\"pip_310_isort\",\"target_platforms\":null,\"version\":\"3.10\"}]", "s3cmd": "[{\"config_setting\":\"//_config:is_python_3.9\",\"filename\":\"s3cmd-2.1.0-py2.py3-none-any.whl\",\"repo\":\"pip_39_s3cmd_py2_none_any_49cd23d5\",\"target_platforms\":null,\"version\":\"3.9\"},{\"config_setting\":\"//_config:is_python_3.9\",\"filename\":\"s3cmd-2.1.0.tar.gz\",\"repo\":\"pip_39_s3cmd_sdist_966b0a49\",\"target_platforms\":null,\"version\":\"3.9\"},{\"config_setting\":\"//_config:is_python_3.10\",\"filename\":null,\"repo\":\"pip_310_s3cmd\",\"target_platforms\":null,\"version\":\"3.10\"}]", @@ -4277,8 +4258,8 @@ "python_dateutil": "[{\"config_setting\":\"//_config:is_python_3.9\",\"filename\":\"python_dateutil-2.8.2-py2.py3-none-any.whl\",\"repo\":\"pip_39_python_dateutil_py2_none_any_961d03dc\",\"target_platforms\":null,\"version\":\"3.9\"},{\"config_setting\":\"//_config:is_python_3.9\",\"filename\":\"python-dateutil-2.8.2.tar.gz\",\"repo\":\"pip_39_python_dateutil_sdist_0123cacc\",\"target_platforms\":null,\"version\":\"3.9\"},{\"config_setting\":\"//_config:is_python_3.10\",\"filename\":null,\"repo\":\"pip_310_python_dateutil\",\"target_platforms\":null,\"version\":\"3.10\"}]", "snowballstemmer": "[{\"config_setting\":\"//_config:is_python_3.9\",\"filename\":\"snowballstemmer-2.2.0-py2.py3-none-any.whl\",\"repo\":\"pip_39_snowballstemmer_py2_none_any_c8e1716e\",\"target_platforms\":null,\"version\":\"3.9\"},{\"config_setting\":\"//_config:is_python_3.9\",\"filename\":\"snowballstemmer-2.2.0.tar.gz\",\"repo\":\"pip_39_snowballstemmer_sdist_09b16deb\",\"target_platforms\":null,\"version\":\"3.9\"},{\"config_setting\":\"//_config:is_python_3.10\",\"filename\":null,\"repo\":\"pip_310_snowballstemmer\",\"target_platforms\":null,\"version\":\"3.10\"}]", "lazy_object_proxy": "[{\"config_setting\":\"//_config:is_python_3.9\",\"filename\":\"lazy_object_proxy-1.10.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl\",\"repo\":\"pip_39_lazy_object_proxy_cp39_cp39_manylinux_2_5_x86_64_18dd842b\",\"target_platforms\":null,\"version\":\"3.9\"},{\"config_setting\":\"//_config:is_python_3.9\",\"filename\":\"lazy_object_proxy-1.10.0-cp39-cp39-musllinux_1_1_aarch64.whl\",\"repo\":\"pip_39_lazy_object_proxy_cp39_cp39_musllinux_1_1_aarch64_21713819\",\"target_platforms\":null,\"version\":\"3.9\"},{\"config_setting\":\"//_config:is_python_3.9\",\"filename\":\"lazy_object_proxy-1.10.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl\",\"repo\":\"pip_39_lazy_object_proxy_cp39_cp39_manylinux_2_17_aarch64_2297f08f\",\"target_platforms\":null,\"version\":\"3.9\"},{\"config_setting\":\"//_config:is_python_3.9\",\"filename\":\"lazy_object_proxy-1.10.0-cp39-cp39-macosx_10_9_x86_64.whl\",\"repo\":\"pip_39_lazy_object_proxy_cp39_cp39_macosx_10_9_x86_64_366c32fe\",\"target_platforms\":null,\"version\":\"3.9\"},{\"config_setting\":\"//_config:is_python_3.9\",\"filename\":\"lazy_object_proxy-1.10.0-cp39-cp39-musllinux_1_1_x86_64.whl\",\"repo\":\"pip_39_lazy_object_proxy_cp39_cp39_musllinux_1_1_x86_64_9a3a87cf\",\"target_platforms\":null,\"version\":\"3.9\"},{\"config_setting\":\"//_config:is_python_3.9\",\"filename\":\"lazy_object_proxy-1.10.0-cp39-cp39-win_amd64.whl\",\"repo\":\"pip_39_lazy_object_proxy_cp39_cp39_win_amd64_a899b10e\",\"target_platforms\":null,\"version\":\"3.9\"},{\"config_setting\":\"//_config:is_python_3.9\",\"filename\":\"lazy-object-proxy-1.10.0.tar.gz\",\"repo\":\"pip_39_lazy_object_proxy_sdist_78247b6d\",\"target_platforms\":null,\"version\":\"3.9\"},{\"config_setting\":\"//_config:is_python_3.10\",\"filename\":null,\"repo\":\"pip_310_lazy_object_proxy\",\"target_platforms\":null,\"version\":\"3.10\"}]", - "typing_extensions": "[{\"config_setting\":\"//_config:is_python_3.9\",\"filename\":\"typing_extensions-4.4.0-py3-none-any.whl\",\"repo\":\"pip_39_typing_extensions_py3_none_any_16fa4864\",\"target_platforms\":null,\"version\":\"3.9\"},{\"config_setting\":\"//_config:is_python_3.9\",\"filename\":\"typing_extensions-4.4.0.tar.gz\",\"repo\":\"pip_39_typing_extensions_sdist_1511434b\",\"target_platforms\":null,\"version\":\"3.9\"},{\"config_setting\":\"//_config:is_python_3.10\",\"filename\":null,\"repo\":\"pip_310_typing_extensions\",\"target_platforms\":null,\"version\":\"3.10\"}]", - "importlib_metadata": "[{\"config_setting\":\"//_config:is_python_3.9\",\"filename\":\"importlib_metadata-6.8.0-py3-none-any.whl\",\"repo\":\"pip_39_importlib_metadata_py3_none_any_3ebb78df\",\"target_platforms\":null,\"version\":\"3.9\"},{\"config_setting\":\"//_config:is_python_3.9\",\"filename\":\"importlib_metadata-6.8.0.tar.gz\",\"repo\":\"pip_39_importlib_metadata_sdist_dbace789\",\"target_platforms\":null,\"version\":\"3.9\"}]", + "typing_extensions": "[{\"config_setting\":\"//_config:is_python_3.9\",\"filename\":\"typing_extensions-4.12.2-py3-none-any.whl\",\"repo\":\"pip_39_typing_extensions_py3_none_any_04e5ca03\",\"target_platforms\":null,\"version\":\"3.9\"},{\"config_setting\":\"//_config:is_python_3.9\",\"filename\":\"typing_extensions-4.12.2.tar.gz\",\"repo\":\"pip_39_typing_extensions_sdist_1a7ead55\",\"target_platforms\":null,\"version\":\"3.9\"},{\"config_setting\":\"//_config:is_python_3.10\",\"filename\":null,\"repo\":\"pip_310_typing_extensions\",\"target_platforms\":null,\"version\":\"3.10\"}]", + "importlib_metadata": "[{\"config_setting\":\"//_config:is_python_3.9\",\"filename\":\"importlib_metadata-8.4.0-py3-none-any.whl\",\"repo\":\"pip_39_importlib_metadata_py3_none_any_66f342cc\",\"target_platforms\":null,\"version\":\"3.9\"},{\"config_setting\":\"//_config:is_python_3.9\",\"filename\":\"importlib_metadata-8.4.0.tar.gz\",\"repo\":\"pip_39_importlib_metadata_sdist_9a547d3b\",\"target_platforms\":null,\"version\":\"3.9\"}]", "sphinxcontrib_jsmath": "[{\"config_setting\":\"//_config:is_python_3.9\",\"filename\":\"sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl\",\"repo\":\"pip_39_sphinxcontrib_jsmath_py2_none_any_2ec2eaeb\",\"target_platforms\":null,\"version\":\"3.9\"},{\"config_setting\":\"//_config:is_python_3.9\",\"filename\":\"sphinxcontrib-jsmath-1.0.1.tar.gz\",\"repo\":\"pip_39_sphinxcontrib_jsmath_sdist_a9925e4a\",\"target_platforms\":null,\"version\":\"3.9\"},{\"config_setting\":\"//_config:is_python_3.10\",\"filename\":null,\"repo\":\"pip_310_sphinxcontrib_jsmath\",\"target_platforms\":null,\"version\":\"3.10\"}]", "sphinxcontrib_qthelp": "[{\"config_setting\":\"//_config:is_python_3.9\",\"filename\":\"sphinxcontrib_qthelp-1.0.6-py3-none-any.whl\",\"repo\":\"pip_39_sphinxcontrib_qthelp_py3_none_any_bf76886e\",\"target_platforms\":null,\"version\":\"3.9\"},{\"config_setting\":\"//_config:is_python_3.9\",\"filename\":\"sphinxcontrib_qthelp-1.0.6.tar.gz\",\"repo\":\"pip_39_sphinxcontrib_qthelp_sdist_62b9d1a1\",\"target_platforms\":null,\"version\":\"3.9\"},{\"config_setting\":\"//_config:is_python_3.10\",\"filename\":null,\"repo\":\"pip_310_sphinxcontrib_qthelp\",\"target_platforms\":null,\"version\":\"3.10\"}]", "sphinxcontrib_devhelp": "[{\"config_setting\":\"//_config:is_python_3.9\",\"filename\":\"sphinxcontrib_devhelp-1.0.5-py3-none-any.whl\",\"repo\":\"pip_39_sphinxcontrib_devhelp_py3_none_any_fe8009ae\",\"target_platforms\":null,\"version\":\"3.9\"},{\"config_setting\":\"//_config:is_python_3.9\",\"filename\":\"sphinxcontrib_devhelp-1.0.5.tar.gz\",\"repo\":\"pip_39_sphinxcontrib_devhelp_sdist_63b41e0d\",\"target_platforms\":null,\"version\":\"3.9\"},{\"config_setting\":\"//_config:is_python_3.10\",\"filename\":null,\"repo\":\"pip_310_sphinxcontrib_devhelp\",\"target_platforms\":null,\"version\":\"3.10\"}]", @@ -4364,7 +4345,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", @@ -4377,6 +4357,34 @@ ] } }, + "pip_39_importlib_metadata_sdist_9a547d3b": { + "bzlFile": "@@rules_python~//python/private/pypi:whl_library.bzl", + "ruleClassName": "whl_library", + "attributes": { + "dep_template": "@pip//{name}:{target}", + "envsubst": [ + "PIP_INDEX_URL" + ], + "experimental_target_platforms": [ + "cp39_linux_aarch64", + "cp39_linux_arm", + "cp39_linux_ppc", + "cp39_linux_s390x", + "cp39_linux_x86_64", + "cp39_osx_aarch64", + "cp39_osx_x86_64", + "cp39_windows_x86_64" + ], + "filename": "importlib_metadata-8.4.0.tar.gz", + "python_interpreter_target": "@@rules_python~~python~python_3_9_host//:python", + "repo": "pip_39", + "requirement": "importlib-metadata==8.4.0 ;python_version < '3.10'", + "sha256": "9a547d3bc3608b025f93d403fdd1aae741c24fbb8314df4b155675742ce303c5", + "urls": [ + "https://files.pythonhosted.org/packages/c0/bd/fa8ce65b0a7d4b6d143ec23b0f5fd3f7ab80121078c465bc02baeaab22dc/importlib_metadata-8.4.0.tar.gz" + ] + } + }, "pip_39_tomli_py3_none_any_939de3e7": { "bzlFile": "@@rules_python~//python/private/pypi:whl_library.bzl", "ruleClassName": "whl_library", @@ -4393,13 +4401,12 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "tomli-2.0.1-py3-none-any.whl", "python_interpreter_target": "@@rules_python~~python~python_3_9_host//:python", "repo": "pip_39", - "requirement": "tomli==2.0.1", + "requirement": "tomli==2.0.1 ;python_version < '3.11'", "sha256": "939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc", "urls": [ "https://files.pythonhosted.org/packages/97/75/10a9ebee3fd790d20926a90a2547f0bf78f371b2f13aa822c759680ca7b9/tomli-2.0.1-py3-none-any.whl" @@ -4422,7 +4429,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "websockets-11.0.3-cp39-cp39-win_amd64.whl", @@ -4451,7 +4457,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "sphinxcontrib_qthelp-1.0.6-py3-none-any.whl", @@ -4552,7 +4557,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "sphinxcontrib-jsmath-1.0.1.tar.gz", @@ -4581,7 +4585,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "alabaster-0.7.13.tar.gz", @@ -4610,7 +4613,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "pylint_print-1.0.1-py3-none-any.whl", @@ -4639,7 +4641,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "six-1.16.0.tar.gz", @@ -4669,7 +4670,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "requests-2.25.1.tar.gz", @@ -4724,7 +4724,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "six-1.16.0-py2.py3-none-any.whl", @@ -4753,7 +4752,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "urllib3-1.26.18-py2.py3-none-any.whl", @@ -4782,7 +4780,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "websockets-11.0.3-cp39-cp39-macosx_11_0_arm64.whl", @@ -4832,7 +4829,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "Babel-2.13.1.tar.gz", @@ -4882,7 +4878,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "mccabe-0.7.0-py2.py3-none-any.whl", @@ -4953,7 +4948,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "isort-5.11.4.tar.gz", @@ -4982,7 +4976,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "python-magic-0.4.27.tar.gz", @@ -5011,7 +5004,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "wrapt-1.14.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", @@ -5040,7 +5032,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "lazy_object_proxy-1.10.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", @@ -5090,7 +5081,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "certifi-2023.7.22.tar.gz", @@ -5103,35 +5093,6 @@ ] } }, - "pip_39_importlib_metadata_sdist_dbace789": { - "bzlFile": "@@rules_python~//python/private/pypi:whl_library.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@pip//{name}:{target}", - "envsubst": [ - "PIP_INDEX_URL" - ], - "experimental_target_platforms": [ - "cp39_linux_aarch64", - "cp39_linux_arm", - "cp39_linux_ppc", - "cp39_linux_s390x", - "cp39_linux_x86_64", - "cp39_osx_aarch64", - "cp39_osx_x86_64", - "cp39_windows_aarch64", - "cp39_windows_x86_64" - ], - "filename": "importlib_metadata-6.8.0.tar.gz", - "python_interpreter_target": "@@rules_python~~python~python_3_9_host//:python", - "repo": "pip_39", - "requirement": "importlib-metadata==6.8.0", - "sha256": "dbace7892d8c0c4ac1ad096662232f831d4e64f4c4545bd53016a3e9d4654743", - "urls": [ - "https://files.pythonhosted.org/packages/33/44/ae06b446b8d8263d712a211e959212083a5eda2bf36d57ca7415e03f6f36/importlib_metadata-6.8.0.tar.gz" - ] - } - }, "pip_39_python_dateutil_py2_none_any_961d03dc": { "bzlFile": "@@rules_python~//python/private/pypi:whl_library.bzl", "ruleClassName": "whl_library", @@ -5148,7 +5109,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "python_dateutil-2.8.2-py2.py3-none-any.whl", @@ -5207,7 +5167,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "PyYAML-6.0.1.tar.gz", @@ -5236,7 +5195,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "sphinxcontrib_devhelp-1.0.5.tar.gz", @@ -5295,7 +5253,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "tabulate-0.9.0.tar.gz", @@ -5324,7 +5281,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "sphinxcontrib_serializinghtml-1.1.9-py3-none-any.whl", @@ -5372,7 +5328,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "MarkupSafe-2.1.3-cp39-cp39-musllinux_1_1_x86_64.whl", @@ -5401,7 +5356,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "imagesize-1.4.1.tar.gz", @@ -5430,7 +5384,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "websockets-11.0.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", @@ -5443,7 +5396,7 @@ ] } }, - "pip_39_zipp_py3_none_any_0e923e72": { + "pip_39_sphinxcontrib_applehelp_py3_none_any_094c4d56": { "bzlFile": "@@rules_python~//python/private/pypi:whl_library.bzl", "ruleClassName": "whl_library", "attributes": { @@ -5459,20 +5412,28 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], - "filename": "zipp-3.17.0-py3-none-any.whl", + "filename": "sphinxcontrib_applehelp-1.0.7-py3-none-any.whl", + "group_deps": [ + "sphinx", + "sphinxcontrib_qthelp", + "sphinxcontrib_htmlhelp", + "sphinxcontrib_devhelp", + "sphinxcontrib_applehelp", + "sphinxcontrib_serializinghtml" + ], + "group_name": "sphinx", "python_interpreter_target": "@@rules_python~~python~python_3_9_host//:python", "repo": "pip_39", - "requirement": "zipp==3.17.0", - "sha256": "0e923e726174922dce09c53c59ad483ff7bbb8e572e00c7f7c46b88556409f31", + "requirement": "sphinxcontrib-applehelp==1.0.7", + "sha256": "094c4d56209d1734e7d252f6e0b3ccc090bd52ee56807a5d9315b19c122ab15d", "urls": [ - "https://files.pythonhosted.org/packages/d9/66/48866fc6b158c81cc2bfecc04c480f105c6040e8b077bc54c634b4a67926/zipp-3.17.0-py3-none-any.whl" + "https://files.pythonhosted.org/packages/c0/0c/261c0949083c0ac635853528bb0070c89e927841d4e533ba0b5563365c06/sphinxcontrib_applehelp-1.0.7-py3-none-any.whl" ] } }, - "pip_39_sphinxcontrib_applehelp_py3_none_any_094c4d56": { + "pip_39_zipp_py3_none_any_58da6168": { "bzlFile": "@@rules_python~//python/private/pypi:whl_library.bzl", "ruleClassName": "whl_library", "attributes": { @@ -5488,25 +5449,15 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], - "filename": "sphinxcontrib_applehelp-1.0.7-py3-none-any.whl", - "group_deps": [ - "sphinx", - "sphinxcontrib_qthelp", - "sphinxcontrib_htmlhelp", - "sphinxcontrib_devhelp", - "sphinxcontrib_applehelp", - "sphinxcontrib_serializinghtml" - ], - "group_name": "sphinx", + "filename": "zipp-3.20.0-py3-none-any.whl", "python_interpreter_target": "@@rules_python~~python~python_3_9_host//:python", "repo": "pip_39", - "requirement": "sphinxcontrib-applehelp==1.0.7", - "sha256": "094c4d56209d1734e7d252f6e0b3ccc090bd52ee56807a5d9315b19c122ab15d", + "requirement": "zipp==3.20.0 ;python_version < '3.10'", + "sha256": "58da6168be89f0be59beb194da1250516fdaa062ccebd30127ac65d30045e10d", "urls": [ - "https://files.pythonhosted.org/packages/c0/0c/261c0949083c0ac635853528bb0070c89e927841d4e533ba0b5563365c06/sphinxcontrib_applehelp-1.0.7-py3-none-any.whl" + "https://files.pythonhosted.org/packages/da/cc/b9958af9f9c86b51f846d8487440af495ecf19b16e426fce1ed0b0796175/zipp-3.20.0-py3-none-any.whl" ] } }, @@ -5569,7 +5520,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "requests-2.25.1-py2.py3-none-any.whl", @@ -5603,7 +5553,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "docutils-0.20.1-py3-none-any.whl", @@ -5632,7 +5581,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "isort-5.11.4-py3-none-any.whl", @@ -5661,7 +5609,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "astroid-2.12.13.tar.gz", @@ -5690,7 +5637,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "sphinxcontrib_htmlhelp-2.0.4-py3-none-any.whl", @@ -5728,7 +5674,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "websockets-11.0.3-cp39-cp39-macosx_10_9_universal2.whl", @@ -5778,7 +5723,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", @@ -5791,35 +5735,6 @@ ] } }, - "pip_39_importlib_metadata_py3_none_any_3ebb78df": { - "bzlFile": "@@rules_python~//python/private/pypi:whl_library.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@pip//{name}:{target}", - "envsubst": [ - "PIP_INDEX_URL" - ], - "experimental_target_platforms": [ - "cp39_linux_aarch64", - "cp39_linux_arm", - "cp39_linux_ppc", - "cp39_linux_s390x", - "cp39_linux_x86_64", - "cp39_osx_aarch64", - "cp39_osx_x86_64", - "cp39_windows_aarch64", - "cp39_windows_x86_64" - ], - "filename": "importlib_metadata-6.8.0-py3-none-any.whl", - "python_interpreter_target": "@@rules_python~~python~python_3_9_host//:python", - "repo": "pip_39", - "requirement": "importlib-metadata==6.8.0", - "sha256": "3ebb78df84a805d7698245025b975d9d67053cd94c79245ba4b3eb694abe68bb", - "urls": [ - "https://files.pythonhosted.org/packages/cc/37/db7ba97e676af155f5fcb1a35466f446eadc9104e25b83366e8088c9c926/importlib_metadata-6.8.0-py3-none-any.whl" - ] - } - }, "pip_39_pylint_print_sdist_30aa207e": { "bzlFile": "@@rules_python~//python/private/pypi:whl_library.bzl", "ruleClassName": "whl_library", @@ -5836,7 +5751,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "pylint-print-1.0.1.tar.gz", @@ -5865,7 +5779,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "websockets-11.0.3-cp39-cp39-macosx_10_9_x86_64.whl", @@ -5936,7 +5849,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "wrapt-1.14.1.tar.gz", @@ -5965,7 +5877,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "PyYAML-6.0.1-cp39-cp39-macosx_11_0_arm64.whl", @@ -6016,7 +5927,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "dill-0.3.6-py3-none-any.whl", @@ -6029,35 +5939,6 @@ ] } }, - "pip_39_typing_extensions_sdist_1511434b": { - "bzlFile": "@@rules_python~//python/private/pypi:whl_library.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@pip//{name}:{target}", - "envsubst": [ - "PIP_INDEX_URL" - ], - "experimental_target_platforms": [ - "cp39_linux_aarch64", - "cp39_linux_arm", - "cp39_linux_ppc", - "cp39_linux_s390x", - "cp39_linux_x86_64", - "cp39_osx_aarch64", - "cp39_osx_x86_64", - "cp39_windows_aarch64", - "cp39_windows_x86_64" - ], - "filename": "typing_extensions-4.4.0.tar.gz", - "python_interpreter_target": "@@rules_python~~python~python_3_9_host//:python", - "repo": "pip_39", - "requirement": "typing-extensions==4.4.0", - "sha256": "1511434bb92bf8dd198c12b1cc812e800d4181cfcb867674e0f8279cc93087aa", - "urls": [ - "https://files.pythonhosted.org/packages/e3/a7/8f4e456ef0adac43f452efc2d0e4b242ab831297f1bac60ac815d37eb9cf/typing_extensions-4.4.0.tar.gz" - ] - } - }, "pip_39_babel_py3_none_any_7077a498": { "bzlFile": "@@rules_python~//python/private/pypi:whl_library.bzl", "ruleClassName": "whl_library", @@ -6074,7 +5955,6 @@ "cp39_linux_x86_64", "cp39_osx_aarch64", "cp39_osx_x86_64", - "cp39_windows_aarch64", "cp39_windows_x86_64" ], "filename": "Babel-2.13.1-py3-none-any.whl", diff --git a/examples/bzlmod/requirements_lock_3_9.txt b/examples/bzlmod/requirements_lock_3_9.txt index e6aaa992fb..4a2946906c 100644 --- a/examples/bzlmod/requirements_lock_3_9.txt +++ b/examples/bzlmod/requirements_lock_3_9.txt @@ -1,9 +1,6 @@ -# -# This file is autogenerated by pip-compile with Python 3.9 -# by the following command: -# -# bazel run //:requirements_3_9.update -# +# This file was autogenerated by uv via the following command: +# bazel run //examples:bzlmod_requirements_3_9_update +--index-url https://pypi.org/simple --extra-index-url https://pypi.org/simple/ alabaster==0.7.13 \ @@ -29,7 +26,10 @@ chardet==4.0.0 \ colorama==0.4.6 \ --hash=sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44 \ --hash=sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6 - # via -r requirements.in + # via + # -r examples/bzlmod/requirements.in + # pylint + # sphinx dill==0.3.6 \ --hash=sha256:a07ffd2351b8c678dfc4a856a3005f8067aea51d6ba6c700796a4d9e280f39f0 \ --hash=sha256:e5db55f3687856d8fbdab002ed78544e1c4559a130302693d839dfe8f93f2373 @@ -46,9 +46,9 @@ imagesize==1.4.1 \ --hash=sha256:0d8d18d08f840c19d0ee7ca1fd82490fdc3729b7ac93f49870406ddde8ef8d8b \ --hash=sha256:69150444affb9cb0d5cc5a92b3676f0b2fb7cd9ae39e947a5e11a36b4497cd4a # via sphinx -importlib-metadata==6.8.0 \ - --hash=sha256:3ebb78df84a805d7698245025b975d9d67053cd94c79245ba4b3eb694abe68bb \ - --hash=sha256:dbace7892d8c0c4ac1ad096662232f831d4e64f4c4545bd53016a3e9d4654743 +importlib-metadata==8.4.0 ; python_version < '3.10' \ + --hash=sha256:66f342cc6ac9818fc6ff340576acd24d65ba0b3efabb2b4ac08b598965a4a2f1 \ + --hash=sha256:9a547d3bc3608b025f93d403fdd1aae741c24fbb8314df4b155675742ce303c5 # via sphinx isort==5.11.4 \ --hash=sha256:6db30c5ded9815d813932c04c2f85a360bcdd35fed496f4d8f35495ef0a261b6 \ @@ -183,17 +183,17 @@ pylint==2.15.9 \ --hash=sha256:18783cca3cfee5b83c6c5d10b3cdb66c6594520ffae61890858fe8d932e1c6b4 \ --hash=sha256:349c8cd36aede4d50a0754a8c0218b43323d13d5d88f4b2952ddfe3e169681eb # via - # -r requirements.in + # -r examples/bzlmod/requirements.in # pylint-print pylint-print==1.0.1 \ --hash=sha256:30aa207e9718ebf4ceb47fb87012092e6d8743aab932aa07aa14a73e750ad3d0 \ --hash=sha256:a2b2599e7887b93e551db2624c523c1e6e9e58c3be8416cd98d41e4427e2669b - # via -r requirements.in + # via -r examples/bzlmod/requirements.in python-dateutil==2.8.2 \ --hash=sha256:0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86 \ --hash=sha256:961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9 # via - # -r requirements.in + # -r examples/bzlmod/requirements.in # s3cmd python-magic==0.4.27 \ --hash=sha256:c1ba14b08e4a5f5c31a302b7721239695b2f0f058d125bd5ce1ee36b9d9d3c3b \ @@ -256,12 +256,18 @@ requests==2.25.1 \ --hash=sha256:27973dd4a904a4f13b263a19c866c13b92a39ed1c964655f025f3f8d3d75b804 \ --hash=sha256:c210084e36a42ae6b9219e00e48287def368a26d03a048ddad7bfee44f75871e # via - # -r requirements.in + # -r examples/bzlmod/requirements.in # sphinx s3cmd==2.1.0 \ --hash=sha256:49cd23d516b17974b22b611a95ce4d93fe326feaa07320bd1d234fed68cbccfa \ --hash=sha256:966b0a494a916fc3b4324de38f089c86c70ee90e8e1cae6d59102103a4c0cc03 - # via -r requirements.in + # via -r examples/bzlmod/requirements.in +setuptools==65.6.3 \ + --hash=sha256:57f6f22bde4e042978bcd50176fdb381d7c21a9efa4041202288d3737a0c6a54 \ + --hash=sha256:a7620757bf984b58deaf32fc8a4577a9bbc0850cf92c20e1ce41c38c19e5fb75 + # via + # babel + # yamllint six==1.16.0 \ --hash=sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926 \ --hash=sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254 @@ -274,7 +280,7 @@ sphinx==7.2.6 \ --hash=sha256:1e09160a40b956dc623c910118fa636da93bd3ca0b9876a7b3df90f07d691560 \ --hash=sha256:9a5160e1ea90688d5963ba09a2dcd8bdd526620edbb65c328728f1b2228d5ab5 # via - # -r requirements.in + # -r examples/bzlmod/requirements.in # sphinxcontrib-applehelp # sphinxcontrib-devhelp # sphinxcontrib-htmlhelp @@ -304,13 +310,13 @@ sphinxcontrib-serializinghtml==1.1.9 \ --hash=sha256:0c64ff898339e1fac29abd2bf5f11078f3ec413cfe9c046d3120d7ca65530b54 \ --hash=sha256:9b36e503703ff04f20e9675771df105e58aa029cfcbc23b8ed716019b7416ae1 # via - # -r requirements.in + # -r examples/bzlmod/requirements.in # sphinx tabulate==0.9.0 \ --hash=sha256:0095b12bf5966de529c0feb1fa08671671b3368eec77d7ef7ab114be2c068b3c \ --hash=sha256:024ca478df22e9340661486f85298cff5f6dcdba14f3813e8830015b9ed1948f - # via -r requirements.in -tomli==2.0.1 \ + # via -r examples/bzlmod/requirements.in +tomli==2.0.1 ; python_version < '3.11' \ --hash=sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc \ --hash=sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f # via pylint @@ -318,9 +324,9 @@ tomlkit==0.11.6 \ --hash=sha256:07de26b0d8cfc18f871aec595fda24d95b08fef89d147caa861939f37230bf4b \ --hash=sha256:71b952e5721688937fb02cf9d354dbcf0785066149d2855e44531ebdd2b65d73 # via pylint -typing-extensions==4.4.0 \ - --hash=sha256:1511434bb92bf8dd198c12b1cc812e800d4181cfcb867674e0f8279cc93087aa \ - --hash=sha256:16fa4864408f655d35ec496218b85f79b3437c829e93320c7c9215ccfd92489e +typing-extensions==4.12.2 ; python_version < '3.10' \ + --hash=sha256:04e5ca0351e0f3f85c6853954072df659d0d13fac324d0072316b67d7794700d \ + --hash=sha256:1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8 # via # astroid # pylint @@ -399,11 +405,11 @@ websockets==11.0.3 \ --hash=sha256:f61bdb1df43dc9c131791fbc2355535f9024b9a04398d3bd0684fc16ab07df74 \ --hash=sha256:fb06eea71a00a7af0ae6aefbb932fb8a7df3cb390cc217d51a9ad7343de1b8d0 \ --hash=sha256:ffd7dcaf744f25f82190856bc26ed81721508fc5cbf2a330751e135ff1283564 - # via -r requirements.in + # via -r examples/bzlmod/requirements.in wheel==0.40.0 \ --hash=sha256:cd1196f3faee2b31968d626e1731c94f99cbdb67cf5a46e4f5656cbee7738873 \ --hash=sha256:d236b20e7cb522daf2390fa84c55eea81c5c30190f90f29ae2ca1ad8355bf247 - # via -r requirements.in + # via -r examples/bzlmod/requirements.in wrapt==1.14.1 \ --hash=sha256:00b6d4ea20a906c0ca56d84f93065b398ab74b927a7a3dbd470f6fc503f95dc3 \ --hash=sha256:01c205616a89d09827986bc4e859bcabd64f5a0662a7fe95e0d359424e0e071b \ @@ -473,14 +479,8 @@ wrapt==1.14.1 \ yamllint==1.28.0 \ --hash=sha256:89bb5b5ac33b1ade059743cf227de73daa34d5e5a474b06a5e17fc16583b0cf2 \ --hash=sha256:9e3d8ddd16d0583214c5fdffe806c9344086721f107435f68bad990e5a88826b - # via -r requirements.in -zipp==3.17.0 \ - --hash=sha256:0e923e726174922dce09c53c59ad483ff7bbb8e572e00c7f7c46b88556409f31 \ - --hash=sha256:84e64a1c28cf7e91ed2078bb8cc8c259cb19b76942096c8d7b84947690cabaf0 + # via -r examples/bzlmod/requirements.in +zipp==3.20.0 ; python_version < '3.10' \ + --hash=sha256:0145e43d89664cfe1a2e533adc75adafed82fe2da404b4bbb6b026c0157bdb31 \ + --hash=sha256:58da6168be89f0be59beb194da1250516fdaa062ccebd30127ac65d30045e10d # via importlib-metadata - -# The following packages are considered to be unsafe in a requirements file: -setuptools==65.6.3 \ - --hash=sha256:57f6f22bde4e042978bcd50176fdb381d7c21a9efa4041202288d3737a0c6a54 \ - --hash=sha256:a7620757bf984b58deaf32fc8a4577a9bbc0850cf92c20e1ce41c38c19e5fb75 - # via yamllint diff --git a/examples/bzlmod/requirements_windows_3_9.txt b/examples/bzlmod/requirements_windows_3_9.txt deleted file mode 100644 index 636b4dfc3e..0000000000 --- a/examples/bzlmod/requirements_windows_3_9.txt +++ /dev/null @@ -1,489 +0,0 @@ -# -# This file is autogenerated by pip-compile with Python 3.9 -# by the following command: -# -# bazel run //:requirements_3_9.update -# ---extra-index-url https://pypi.org/simple/ - -alabaster==0.7.13 \ - --hash=sha256:1ee19aca801bbabb5ba3f5f258e4422dfa86f82f3e9cefb0859b283cdd7f62a3 \ - --hash=sha256:a27a4a084d5e690e16e01e03ad2b2e552c61a65469419b907243193de1a84ae2 - # via sphinx -astroid==2.12.13 \ - --hash=sha256:10e0ad5f7b79c435179d0d0f0df69998c4eef4597534aae44910db060baeb907 \ - --hash=sha256:1493fe8bd3dfd73dc35bd53c9d5b6e49ead98497c47b2307662556a5692d29d7 - # via pylint -babel==2.13.1 \ - --hash=sha256:33e0952d7dd6374af8dbf6768cc4ddf3ccfefc244f9986d4074704f2fbd18900 \ - --hash=sha256:7077a4984b02b6727ac10f1f7294484f737443d7e2e66c5e4380e41a3ae0b4ed - # via sphinx -certifi==2023.7.22 \ - --hash=sha256:539cc1d13202e33ca466e88b2807e29f4c13049d6d87031a3c110744495cb082 \ - --hash=sha256:92d6037539857d8206b8f6ae472e8b77db8058fec5937a1ef3f54304089edbb9 - # via requests -chardet==4.0.0 \ - --hash=sha256:0d6f53a15db4120f2b08c94f11e7d93d2c911ee118b6b30a04ec3ee8310179fa \ - --hash=sha256:f864054d66fd9118f2e67044ac8981a54775ec5b67aed0441892edb553d21da5 - # via requests -colorama==0.4.6 \ - --hash=sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44 \ - --hash=sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6 - # via - # -r requirements.in - # pylint - # sphinx -dill==0.3.6 \ - --hash=sha256:a07ffd2351b8c678dfc4a856a3005f8067aea51d6ba6c700796a4d9e280f39f0 \ - --hash=sha256:e5db55f3687856d8fbdab002ed78544e1c4559a130302693d839dfe8f93f2373 - # via pylint -docutils==0.20.1 \ - --hash=sha256:96f387a2c5562db4476f09f13bbab2192e764cac08ebbf3a34a95d9b1e4a59d6 \ - --hash=sha256:f08a4e276c3a1583a86dce3e34aba3fe04d02bba2dd51ed16106244e8a923e3b - # via sphinx -idna==2.10 \ - --hash=sha256:b307872f855b18632ce0c21c5e45be78c0ea7ae4c15c828c20788b26921eb3f6 \ - --hash=sha256:b97d804b1e9b523befed77c48dacec60e6dcb0b5391d57af6a65a312a90648c0 - # via requests -imagesize==1.4.1 \ - --hash=sha256:0d8d18d08f840c19d0ee7ca1fd82490fdc3729b7ac93f49870406ddde8ef8d8b \ - --hash=sha256:69150444affb9cb0d5cc5a92b3676f0b2fb7cd9ae39e947a5e11a36b4497cd4a - # via sphinx -importlib-metadata==6.8.0 \ - --hash=sha256:3ebb78df84a805d7698245025b975d9d67053cd94c79245ba4b3eb694abe68bb \ - --hash=sha256:dbace7892d8c0c4ac1ad096662232f831d4e64f4c4545bd53016a3e9d4654743 - # via sphinx -isort==5.11.4 \ - --hash=sha256:6db30c5ded9815d813932c04c2f85a360bcdd35fed496f4d8f35495ef0a261b6 \ - --hash=sha256:c033fd0edb91000a7f09527fe5c75321878f98322a77ddcc81adbd83724afb7b - # via pylint -jinja2==3.1.4 \ - --hash=sha256:4a3aee7acbbe7303aede8e9648d13b8bf88a429282aa6122a993f0ac800cb369 \ - --hash=sha256:bc5dd2abb727a5319567b7a813e6a2e7318c39f4f487cfe6c89c6f9c7d25197d - # via sphinx -lazy-object-proxy==1.10.0 \ - --hash=sha256:009e6bb1f1935a62889ddc8541514b6a9e1fcf302667dcb049a0be5c8f613e56 \ - --hash=sha256:02c83f957782cbbe8136bee26416686a6ae998c7b6191711a04da776dc9e47d4 \ - --hash=sha256:0aefc7591920bbd360d57ea03c995cebc204b424524a5bd78406f6e1b8b2a5d8 \ - --hash=sha256:127a789c75151db6af398b8972178afe6bda7d6f68730c057fbbc2e96b08d282 \ - --hash=sha256:18dd842b49456aaa9a7cf535b04ca4571a302ff72ed8740d06b5adcd41fe0757 \ - --hash=sha256:217138197c170a2a74ca0e05bddcd5f1796c735c37d0eee33e43259b192aa424 \ - --hash=sha256:2297f08f08a2bb0d32a4265e98a006643cd7233fb7983032bd61ac7a02956b3b \ - --hash=sha256:2fc0a92c02fa1ca1e84fc60fa258458e5bf89d90a1ddaeb8ed9cc3147f417255 \ - --hash=sha256:30b339b2a743c5288405aa79a69e706a06e02958eab31859f7f3c04980853b70 \ - --hash=sha256:366c32fe5355ef5fc8a232c5436f4cc66e9d3e8967c01fb2e6302fd6627e3d94 \ - --hash=sha256:3ad54b9ddbe20ae9f7c1b29e52f123120772b06dbb18ec6be9101369d63a4074 \ - --hash=sha256:5ad9e6ed739285919aa9661a5bbed0aaf410aa60231373c5579c6b4801bd883c \ - --hash=sha256:5faf03a7d8942bb4476e3b62fd0f4cf94eaf4618e304a19865abf89a35c0bbee \ - --hash=sha256:75fc59fc450050b1b3c203c35020bc41bd2695ed692a392924c6ce180c6f1dc9 \ - --hash=sha256:76a095cfe6045c7d0ca77db9934e8f7b71b14645f0094ffcd842349ada5c5fb9 \ - --hash=sha256:78247b6d45f43a52ef35c25b5581459e85117225408a4128a3daf8bf9648ac69 \ - --hash=sha256:782e2c9b2aab1708ffb07d4bf377d12901d7a1d99e5e410d648d892f8967ab1f \ - --hash=sha256:7ab7004cf2e59f7c2e4345604a3e6ea0d92ac44e1c2375527d56492014e690c3 \ - --hash=sha256:80b39d3a151309efc8cc48675918891b865bdf742a8616a337cb0090791a0de9 \ - --hash=sha256:80fa48bd89c8f2f456fc0765c11c23bf5af827febacd2f523ca5bc1893fcc09d \ - --hash=sha256:855e068b0358ab916454464a884779c7ffa312b8925c6f7401e952dcf3b89977 \ - --hash=sha256:92f09ff65ecff3108e56526f9e2481b8116c0b9e1425325e13245abfd79bdb1b \ - --hash=sha256:952c81d415b9b80ea261d2372d2a4a2332a3890c2b83e0535f263ddfe43f0d43 \ - --hash=sha256:9a3a87cf1e133e5b1994144c12ca4aa3d9698517fe1e2ca82977781b16955658 \ - --hash=sha256:9e4ed0518a14dd26092614412936920ad081a424bdcb54cc13349a8e2c6d106a \ - --hash=sha256:a899b10e17743683b293a729d3a11f2f399e8a90c73b089e29f5d0fe3509f0dd \ - --hash=sha256:b1f711e2c6dcd4edd372cf5dec5c5a30d23bba06ee012093267b3376c079ec83 \ - --hash=sha256:b4f87d4ed9064b2628da63830986c3d2dca7501e6018347798313fcf028e2fd4 \ - --hash=sha256:cb73507defd385b7705c599a94474b1d5222a508e502553ef94114a143ec6696 \ - --hash=sha256:dc0d2fc424e54c70c4bc06787e4072c4f3b1aa2f897dfdc34ce1013cf3ceef05 \ - --hash=sha256:e221060b701e2aa2ea991542900dd13907a5c90fa80e199dbf5a03359019e7a3 \ - --hash=sha256:e271058822765ad5e3bca7f05f2ace0de58a3f4e62045a8c90a0dfd2f8ad8cc6 \ - --hash=sha256:e2adb09778797da09d2b5ebdbceebf7dd32e2c96f79da9052b2e87b6ea495895 \ - --hash=sha256:e333e2324307a7b5d86adfa835bb500ee70bfcd1447384a822e96495796b0ca4 \ - --hash=sha256:e98c8af98d5707dcdecc9ab0863c0ea6e88545d42ca7c3feffb6b4d1e370c7ba \ - --hash=sha256:edb45bb8278574710e68a6b021599a10ce730d156e5b254941754a9cc0b17d03 \ - --hash=sha256:fec03caabbc6b59ea4a638bee5fce7117be8e99a4103d9d5ad77f15d6f81020c - # via astroid -markupsafe==2.1.3 \ - --hash=sha256:05fb21170423db021895e1ea1e1f3ab3adb85d1c2333cbc2310f2a26bc77272e \ - --hash=sha256:0a4e4a1aff6c7ac4cd55792abf96c915634c2b97e3cc1c7129578aa68ebd754e \ - --hash=sha256:10bbfe99883db80bdbaff2dcf681dfc6533a614f700da1287707e8a5d78a8431 \ - --hash=sha256:134da1eca9ec0ae528110ccc9e48041e0828d79f24121a1a146161103c76e686 \ - --hash=sha256:14ff806850827afd6b07a5f32bd917fb7f45b046ba40c57abdb636674a8b559c \ - --hash=sha256:1577735524cdad32f9f694208aa75e422adba74f1baee7551620e43a3141f559 \ - --hash=sha256:1b40069d487e7edb2676d3fbdb2b0829ffa2cd63a2ec26c4938b2d34391b4ecc \ - --hash=sha256:1b8dd8c3fd14349433c79fa8abeb573a55fc0fdd769133baac1f5e07abf54aeb \ - --hash=sha256:1f67c7038d560d92149c060157d623c542173016c4babc0c1913cca0564b9939 \ - --hash=sha256:282c2cb35b5b673bbcadb33a585408104df04f14b2d9b01d4c345a3b92861c2c \ - --hash=sha256:2c1b19b3aaacc6e57b7e25710ff571c24d6c3613a45e905b1fde04d691b98ee0 \ - --hash=sha256:2ef12179d3a291be237280175b542c07a36e7f60718296278d8593d21ca937d4 \ - --hash=sha256:338ae27d6b8745585f87218a3f23f1512dbf52c26c28e322dbe54bcede54ccb9 \ - --hash=sha256:3c0fae6c3be832a0a0473ac912810b2877c8cb9d76ca48de1ed31e1c68386575 \ - --hash=sha256:3fd4abcb888d15a94f32b75d8fd18ee162ca0c064f35b11134be77050296d6ba \ - --hash=sha256:42de32b22b6b804f42c5d98be4f7e5e977ecdd9ee9b660fda1a3edf03b11792d \ - --hash=sha256:47d4f1c5f80fc62fdd7777d0d40a2e9dda0a05883ab11374334f6c4de38adffd \ - --hash=sha256:504b320cd4b7eff6f968eddf81127112db685e81f7e36e75f9f84f0df46041c3 \ - --hash=sha256:525808b8019e36eb524b8c68acdd63a37e75714eac50e988180b169d64480a00 \ - --hash=sha256:56d9f2ecac662ca1611d183feb03a3fa4406469dafe241673d521dd5ae92a155 \ - --hash=sha256:5bbe06f8eeafd38e5d0a4894ffec89378b6c6a625ff57e3028921f8ff59318ac \ - --hash=sha256:65c1a9bcdadc6c28eecee2c119465aebff8f7a584dd719facdd9e825ec61ab52 \ - --hash=sha256:68e78619a61ecf91e76aa3e6e8e33fc4894a2bebe93410754bd28fce0a8a4f9f \ - --hash=sha256:69c0f17e9f5a7afdf2cc9fb2d1ce6aabdb3bafb7f38017c0b77862bcec2bbad8 \ - --hash=sha256:6b2b56950d93e41f33b4223ead100ea0fe11f8e6ee5f641eb753ce4b77a7042b \ - --hash=sha256:715d3562f79d540f251b99ebd6d8baa547118974341db04f5ad06d5ea3eb8007 \ - --hash=sha256:787003c0ddb00500e49a10f2844fac87aa6ce977b90b0feaaf9de23c22508b24 \ - --hash=sha256:7ef3cb2ebbf91e330e3bb937efada0edd9003683db6b57bb108c4001f37a02ea \ - --hash=sha256:8023faf4e01efadfa183e863fefde0046de576c6f14659e8782065bcece22198 \ - --hash=sha256:8758846a7e80910096950b67071243da3e5a20ed2546e6392603c096778d48e0 \ - --hash=sha256:8afafd99945ead6e075b973fefa56379c5b5c53fd8937dad92c662da5d8fd5ee \ - --hash=sha256:8c41976a29d078bb235fea9b2ecd3da465df42a562910f9022f1a03107bd02be \ - --hash=sha256:8e254ae696c88d98da6555f5ace2279cf7cd5b3f52be2b5cf97feafe883b58d2 \ - --hash=sha256:8f9293864fe09b8149f0cc42ce56e3f0e54de883a9de90cd427f191c346eb2e1 \ - --hash=sha256:9402b03f1a1b4dc4c19845e5c749e3ab82d5078d16a2a4c2cd2df62d57bb0707 \ - --hash=sha256:962f82a3086483f5e5f64dbad880d31038b698494799b097bc59c2edf392fce6 \ - --hash=sha256:9aad3c1755095ce347e26488214ef77e0485a3c34a50c5a5e2471dff60b9dd9c \ - --hash=sha256:9dcdfd0eaf283af041973bff14a2e143b8bd64e069f4c383416ecd79a81aab58 \ - --hash=sha256:aa57bd9cf8ae831a362185ee444e15a93ecb2e344c8e52e4d721ea3ab6ef1823 \ - --hash=sha256:aa7bd130efab1c280bed0f45501b7c8795f9fdbeb02e965371bbef3523627779 \ - --hash=sha256:ab4a0df41e7c16a1392727727e7998a467472d0ad65f3ad5e6e765015df08636 \ - --hash=sha256:ad9e82fb8f09ade1c3e1b996a6337afac2b8b9e365f926f5a61aacc71adc5b3c \ - --hash=sha256:af598ed32d6ae86f1b747b82783958b1a4ab8f617b06fe68795c7f026abbdcad \ - --hash=sha256:b076b6226fb84157e3f7c971a47ff3a679d837cf338547532ab866c57930dbee \ - --hash=sha256:b7ff0f54cb4ff66dd38bebd335a38e2c22c41a8ee45aa608efc890ac3e3931bc \ - --hash=sha256:bfce63a9e7834b12b87c64d6b155fdd9b3b96191b6bd334bf37db7ff1fe457f2 \ - --hash=sha256:c011a4149cfbcf9f03994ec2edffcb8b1dc2d2aede7ca243746df97a5d41ce48 \ - --hash=sha256:c9c804664ebe8f83a211cace637506669e7890fec1b4195b505c214e50dd4eb7 \ - --hash=sha256:ca379055a47383d02a5400cb0d110cef0a776fc644cda797db0c5696cfd7e18e \ - --hash=sha256:cb0932dc158471523c9637e807d9bfb93e06a95cbf010f1a38b98623b929ef2b \ - --hash=sha256:cd0f502fe016460680cd20aaa5a76d241d6f35a1c3350c474bac1273803893fa \ - --hash=sha256:ceb01949af7121f9fc39f7d27f91be8546f3fb112c608bc4029aef0bab86a2a5 \ - --hash=sha256:d080e0a5eb2529460b30190fcfcc4199bd7f827663f858a226a81bc27beaa97e \ - --hash=sha256:dd15ff04ffd7e05ffcb7fe79f1b98041b8ea30ae9234aed2a9168b5797c3effb \ - --hash=sha256:df0be2b576a7abbf737b1575f048c23fb1d769f267ec4358296f31c2479db8f9 \ - --hash=sha256:e09031c87a1e51556fdcb46e5bd4f59dfb743061cf93c4d6831bf894f125eb57 \ - --hash=sha256:e4dd52d80b8c83fdce44e12478ad2e85c64ea965e75d66dbeafb0a3e77308fcc \ - --hash=sha256:f698de3fd0c4e6972b92290a45bd9b1536bffe8c6759c62471efaa8acb4c37bc \ - --hash=sha256:fec21693218efe39aa7f8599346e90c705afa52c5b31ae019b2e57e8f6542bb2 \ - --hash=sha256:ffcc3f7c66b5f5b7931a5aa68fc9cecc51e685ef90282f4a82f0f5e9b704ad11 - # via jinja2 -mccabe==0.7.0 \ - --hash=sha256:348e0240c33b60bbdf4e523192ef919f28cb2c3d7d5c7794f74009290f236325 \ - --hash=sha256:6c2d30ab6be0e4a46919781807b4f0d834ebdd6c6e3dca0bda5a15f863427b6e - # via pylint -packaging==23.2 \ - --hash=sha256:048fb0e9405036518eaaf48a55953c750c11e1a1b68e0dd1a9d62ed0c092cfc5 \ - --hash=sha256:8c491190033a9af7e1d931d0b5dacc2ef47509b34dd0de67ed209b5203fc88c7 - # via sphinx -pathspec==0.10.3 \ - --hash=sha256:3c95343af8b756205e2aba76e843ba9520a24dd84f68c22b9f93251507509dd6 \ - --hash=sha256:56200de4077d9d0791465aa9095a01d421861e405b5096955051deefd697d6f6 - # via yamllint -platformdirs==2.6.0 \ - --hash=sha256:1a89a12377800c81983db6be069ec068eee989748799b946cce2a6e80dcc54ca \ - --hash=sha256:b46ffafa316e6b83b47489d240ce17173f123a9b9c83282141c3daf26ad9ac2e - # via pylint -pygments==2.16.1 \ - --hash=sha256:13fc09fa63bc8d8671a6d247e1eb303c4b343eaee81d861f3404db2935653692 \ - --hash=sha256:1daff0494820c69bc8941e407aa20f577374ee88364ee10a98fdbe0aece96e29 - # via sphinx -pylint==2.15.9 \ - --hash=sha256:18783cca3cfee5b83c6c5d10b3cdb66c6594520ffae61890858fe8d932e1c6b4 \ - --hash=sha256:349c8cd36aede4d50a0754a8c0218b43323d13d5d88f4b2952ddfe3e169681eb - # via - # -r requirements.in - # pylint-print -pylint-print==1.0.1 \ - --hash=sha256:30aa207e9718ebf4ceb47fb87012092e6d8743aab932aa07aa14a73e750ad3d0 \ - --hash=sha256:a2b2599e7887b93e551db2624c523c1e6e9e58c3be8416cd98d41e4427e2669b - # via -r requirements.in -python-dateutil==2.8.2 \ - --hash=sha256:0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86 \ - --hash=sha256:961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9 - # via - # -r requirements.in - # s3cmd -python-magic==0.4.27 \ - --hash=sha256:c1ba14b08e4a5f5c31a302b7721239695b2f0f058d125bd5ce1ee36b9d9d3c3b \ - --hash=sha256:c212960ad306f700aa0d01e5d7a325d20548ff97eb9920dcd29513174f0294d3 - # via s3cmd -pyyaml==6.0.1 \ - --hash=sha256:04ac92ad1925b2cff1db0cfebffb6ffc43457495c9b3c39d3fcae417d7125dc5 \ - --hash=sha256:062582fca9fabdd2c8b54a3ef1c978d786e0f6b3a1510e0ac93ef59e0ddae2bc \ - --hash=sha256:0d3304d8c0adc42be59c5f8a4d9e3d7379e6955ad754aa9d6ab7a398b59dd1df \ - --hash=sha256:1635fd110e8d85d55237ab316b5b011de701ea0f29d07611174a1b42f1444741 \ - --hash=sha256:184c5108a2aca3c5b3d3bf9395d50893a7ab82a38004c8f61c258d4428e80206 \ - --hash=sha256:18aeb1bf9a78867dc38b259769503436b7c72f7a1f1f4c93ff9a17de54319b27 \ - --hash=sha256:1d4c7e777c441b20e32f52bd377e0c409713e8bb1386e1099c2415f26e479595 \ - --hash=sha256:1e2722cc9fbb45d9b87631ac70924c11d3a401b2d7f410cc0e3bbf249f2dca62 \ - --hash=sha256:1fe35611261b29bd1de0070f0b2f47cb6ff71fa6595c077e42bd0c419fa27b98 \ - --hash=sha256:28c119d996beec18c05208a8bd78cbe4007878c6dd15091efb73a30e90539696 \ - --hash=sha256:326c013efe8048858a6d312ddd31d56e468118ad4cdeda36c719bf5bb6192290 \ - --hash=sha256:40df9b996c2b73138957fe23a16a4f0ba614f4c0efce1e9406a184b6d07fa3a9 \ - --hash=sha256:42f8152b8dbc4fe7d96729ec2b99c7097d656dc1213a3229ca5383f973a5ed6d \ - --hash=sha256:49a183be227561de579b4a36efbb21b3eab9651dd81b1858589f796549873dd6 \ - --hash=sha256:4fb147e7a67ef577a588a0e2c17b6db51dda102c71de36f8549b6816a96e1867 \ - --hash=sha256:50550eb667afee136e9a77d6dc71ae76a44df8b3e51e41b77f6de2932bfe0f47 \ - --hash=sha256:510c9deebc5c0225e8c96813043e62b680ba2f9c50a08d3724c7f28a747d1486 \ - --hash=sha256:5773183b6446b2c99bb77e77595dd486303b4faab2b086e7b17bc6bef28865f6 \ - --hash=sha256:596106435fa6ad000c2991a98fa58eeb8656ef2325d7e158344fb33864ed87e3 \ - --hash=sha256:6965a7bc3cf88e5a1c3bd2e0b5c22f8d677dc88a455344035f03399034eb3007 \ - --hash=sha256:69b023b2b4daa7548bcfbd4aa3da05b3a74b772db9e23b982788168117739938 \ - --hash=sha256:6c22bec3fbe2524cde73d7ada88f6566758a8f7227bfbf93a408a9d86bcc12a0 \ - --hash=sha256:704219a11b772aea0d8ecd7058d0082713c3562b4e271b849ad7dc4a5c90c13c \ - --hash=sha256:7e07cbde391ba96ab58e532ff4803f79c4129397514e1413a7dc761ccd755735 \ - --hash=sha256:81e0b275a9ecc9c0c0c07b4b90ba548307583c125f54d5b6946cfee6360c733d \ - --hash=sha256:855fb52b0dc35af121542a76b9a84f8d1cd886ea97c84703eaa6d88e37a2ad28 \ - --hash=sha256:8d4e9c88387b0f5c7d5f281e55304de64cf7f9c0021a3525bd3b1c542da3b0e4 \ - --hash=sha256:9046c58c4395dff28dd494285c82ba00b546adfc7ef001486fbf0324bc174fba \ - --hash=sha256:9eb6caa9a297fc2c2fb8862bc5370d0303ddba53ba97e71f08023b6cd73d16a8 \ - --hash=sha256:a08c6f0fe150303c1c6b71ebcd7213c2858041a7e01975da3a99aed1e7a378ef \ - --hash=sha256:a0cd17c15d3bb3fa06978b4e8958dcdc6e0174ccea823003a106c7d4d7899ac5 \ - --hash=sha256:afd7e57eddb1a54f0f1a974bc4391af8bcce0b444685d936840f125cf046d5bd \ - --hash=sha256:b1275ad35a5d18c62a7220633c913e1b42d44b46ee12554e5fd39c70a243d6a3 \ - --hash=sha256:b786eecbdf8499b9ca1d697215862083bd6d2a99965554781d0d8d1ad31e13a0 \ - --hash=sha256:ba336e390cd8e4d1739f42dfe9bb83a3cc2e80f567d8805e11b46f4a943f5515 \ - --hash=sha256:baa90d3f661d43131ca170712d903e6295d1f7a0f595074f151c0aed377c9b9c \ - --hash=sha256:bc1bf2925a1ecd43da378f4db9e4f799775d6367bdb94671027b73b393a7c42c \ - --hash=sha256:bd4af7373a854424dabd882decdc5579653d7868b8fb26dc7d0e99f823aa5924 \ - --hash=sha256:bf07ee2fef7014951eeb99f56f39c9bb4af143d8aa3c21b1677805985307da34 \ - --hash=sha256:bfdf460b1736c775f2ba9f6a92bca30bc2095067b8a9d77876d1fad6cc3b4a43 \ - --hash=sha256:c8098ddcc2a85b61647b2590f825f3db38891662cfc2fc776415143f599bb859 \ - --hash=sha256:d2b04aac4d386b172d5b9692e2d2da8de7bfb6c387fa4f801fbf6fb2e6ba4673 \ - --hash=sha256:d483d2cdf104e7c9fa60c544d92981f12ad66a457afae824d146093b8c294c54 \ - --hash=sha256:d858aa552c999bc8a8d57426ed01e40bef403cd8ccdd0fc5f6f04a00414cac2a \ - --hash=sha256:e7d73685e87afe9f3b36c799222440d6cf362062f78be1013661b00c5c6f678b \ - --hash=sha256:f003ed9ad21d6a4713f0a9b5a7a0a79e08dd0f221aff4525a2be4c346ee60aab \ - --hash=sha256:f22ac1c3cac4dbc50079e965eba2c1058622631e526bd9afd45fedd49ba781fa \ - --hash=sha256:faca3bdcf85b2fc05d06ff3fbc1f83e1391b3e724afa3feba7d13eeab355484c \ - --hash=sha256:fca0e3a251908a499833aa292323f32437106001d436eca0e6e7833256674585 \ - --hash=sha256:fd1592b3fdf65fff2ad0004b5e363300ef59ced41c2e6b3a99d4089fa8c5435d \ - --hash=sha256:fd66fc5d0da6d9815ba2cebeb4205f95818ff4b79c3ebe268e75d961704af52f - # via yamllint -requests==2.25.1 \ - --hash=sha256:27973dd4a904a4f13b263a19c866c13b92a39ed1c964655f025f3f8d3d75b804 \ - --hash=sha256:c210084e36a42ae6b9219e00e48287def368a26d03a048ddad7bfee44f75871e - # via - # -r requirements.in - # sphinx -s3cmd==2.1.0 \ - --hash=sha256:49cd23d516b17974b22b611a95ce4d93fe326feaa07320bd1d234fed68cbccfa \ - --hash=sha256:966b0a494a916fc3b4324de38f089c86c70ee90e8e1cae6d59102103a4c0cc03 - # via -r requirements.in -six==1.16.0 \ - --hash=sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926 \ - --hash=sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254 - # via python-dateutil -snowballstemmer==2.2.0 \ - --hash=sha256:09b16deb8547d3412ad7b590689584cd0fe25ec8db3be37788be3810cbf19cb1 \ - --hash=sha256:c8e1716e83cc398ae16824e5572ae04e0d9fc2c6b985fb0f900f5f0c96ecba1a - # via sphinx -sphinx==7.2.6 \ - --hash=sha256:1e09160a40b956dc623c910118fa636da93bd3ca0b9876a7b3df90f07d691560 \ - --hash=sha256:9a5160e1ea90688d5963ba09a2dcd8bdd526620edbb65c328728f1b2228d5ab5 - # via - # -r requirements.in - # sphinxcontrib-applehelp - # sphinxcontrib-devhelp - # sphinxcontrib-htmlhelp - # sphinxcontrib-qthelp - # sphinxcontrib-serializinghtml -sphinxcontrib-applehelp==1.0.7 \ - --hash=sha256:094c4d56209d1734e7d252f6e0b3ccc090bd52ee56807a5d9315b19c122ab15d \ - --hash=sha256:39fdc8d762d33b01a7d8f026a3b7d71563ea3b72787d5f00ad8465bd9d6dfbfa - # via sphinx -sphinxcontrib-devhelp==1.0.5 \ - --hash=sha256:63b41e0d38207ca40ebbeabcf4d8e51f76c03e78cd61abe118cf4435c73d4212 \ - --hash=sha256:fe8009aed765188f08fcaadbb3ea0d90ce8ae2d76710b7e29ea7d047177dae2f - # via sphinx -sphinxcontrib-htmlhelp==2.0.4 \ - --hash=sha256:6c26a118a05b76000738429b724a0568dbde5b72391a688577da08f11891092a \ - --hash=sha256:8001661c077a73c29beaf4a79968d0726103c5605e27db92b9ebed8bab1359e9 - # via sphinx -sphinxcontrib-jsmath==1.0.1 \ - --hash=sha256:2ec2eaebfb78f3f2078e73666b1415417a116cc848b72e5172e596c871103178 \ - --hash=sha256:a9925e4a4587247ed2191a22df5f6970656cb8ca2bd6284309578f2153e0c4b8 - # via sphinx -sphinxcontrib-qthelp==1.0.6 \ - --hash=sha256:62b9d1a186ab7f5ee3356d906f648cacb7a6bdb94d201ee7adf26db55092982d \ - --hash=sha256:bf76886ee7470b934e363da7a954ea2825650013d367728588732c7350f49ea4 - # via sphinx -sphinxcontrib-serializinghtml==1.1.9 \ - --hash=sha256:0c64ff898339e1fac29abd2bf5f11078f3ec413cfe9c046d3120d7ca65530b54 \ - --hash=sha256:9b36e503703ff04f20e9675771df105e58aa029cfcbc23b8ed716019b7416ae1 - # via - # -r requirements.in - # sphinx -tabulate==0.9.0 \ - --hash=sha256:0095b12bf5966de529c0feb1fa08671671b3368eec77d7ef7ab114be2c068b3c \ - --hash=sha256:024ca478df22e9340661486f85298cff5f6dcdba14f3813e8830015b9ed1948f - # via -r requirements.in -tomli==2.0.1 \ - --hash=sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc \ - --hash=sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f - # via pylint -tomlkit==0.11.6 \ - --hash=sha256:07de26b0d8cfc18f871aec595fda24d95b08fef89d147caa861939f37230bf4b \ - --hash=sha256:71b952e5721688937fb02cf9d354dbcf0785066149d2855e44531ebdd2b65d73 - # via pylint -typing-extensions==4.4.0 \ - --hash=sha256:1511434bb92bf8dd198c12b1cc812e800d4181cfcb867674e0f8279cc93087aa \ - --hash=sha256:16fa4864408f655d35ec496218b85f79b3437c829e93320c7c9215ccfd92489e - # via - # astroid - # pylint -urllib3==1.26.18 \ - --hash=sha256:34b97092d7e0a3a8cf7cd10e386f401b3737364026c45e622aa02903dffe0f07 \ - --hash=sha256:f8ecc1bba5667413457c529ab955bf8c67b45db799d159066261719e328580a0 - # via requests -websockets==11.0.3 \ - --hash=sha256:01f5567d9cf6f502d655151645d4e8b72b453413d3819d2b6f1185abc23e82dd \ - --hash=sha256:03aae4edc0b1c68498f41a6772d80ac7c1e33c06c6ffa2ac1c27a07653e79d6f \ - --hash=sha256:0ac56b661e60edd453585f4bd68eb6a29ae25b5184fd5ba51e97652580458998 \ - --hash=sha256:0ee68fe502f9031f19d495dae2c268830df2760c0524cbac5d759921ba8c8e82 \ - --hash=sha256:1553cb82942b2a74dd9b15a018dce645d4e68674de2ca31ff13ebc2d9f283788 \ - --hash=sha256:1a073fc9ab1c8aff37c99f11f1641e16da517770e31a37265d2755282a5d28aa \ - --hash=sha256:1d2256283fa4b7f4c7d7d3e84dc2ece74d341bce57d5b9bf385df109c2a1a82f \ - --hash=sha256:1d5023a4b6a5b183dc838808087033ec5df77580485fc533e7dab2567851b0a4 \ - --hash=sha256:1fdf26fa8a6a592f8f9235285b8affa72748dc12e964a5518c6c5e8f916716f7 \ - --hash=sha256:2529338a6ff0eb0b50c7be33dc3d0e456381157a31eefc561771ee431134a97f \ - --hash=sha256:279e5de4671e79a9ac877427f4ac4ce93751b8823f276b681d04b2156713b9dd \ - --hash=sha256:2d903ad4419f5b472de90cd2d40384573b25da71e33519a67797de17ef849b69 \ - --hash=sha256:332d126167ddddec94597c2365537baf9ff62dfcc9db4266f263d455f2f031cb \ - --hash=sha256:34fd59a4ac42dff6d4681d8843217137f6bc85ed29722f2f7222bd619d15e95b \ - --hash=sha256:3580dd9c1ad0701169e4d6fc41e878ffe05e6bdcaf3c412f9d559389d0c9e016 \ - --hash=sha256:3ccc8a0c387629aec40f2fc9fdcb4b9d5431954f934da3eaf16cdc94f67dbfac \ - --hash=sha256:41f696ba95cd92dc047e46b41b26dd24518384749ed0d99bea0a941ca87404c4 \ - --hash=sha256:42cc5452a54a8e46a032521d7365da775823e21bfba2895fb7b77633cce031bb \ - --hash=sha256:4841ed00f1026dfbced6fca7d963c4e7043aa832648671b5138008dc5a8f6d99 \ - --hash=sha256:4b253869ea05a5a073ebfdcb5cb3b0266a57c3764cf6fe114e4cd90f4bfa5f5e \ - --hash=sha256:54c6e5b3d3a8936a4ab6870d46bdd6ec500ad62bde9e44462c32d18f1e9a8e54 \ - --hash=sha256:619d9f06372b3a42bc29d0cd0354c9bb9fb39c2cbc1a9c5025b4538738dbffaf \ - --hash=sha256:6505c1b31274723ccaf5f515c1824a4ad2f0d191cec942666b3d0f3aa4cb4007 \ - --hash=sha256:660e2d9068d2bedc0912af508f30bbeb505bbbf9774d98def45f68278cea20d3 \ - --hash=sha256:6681ba9e7f8f3b19440921e99efbb40fc89f26cd71bf539e45d8c8a25c976dc6 \ - --hash=sha256:68b977f21ce443d6d378dbd5ca38621755f2063d6fdb3335bda981d552cfff86 \ - --hash=sha256:69269f3a0b472e91125b503d3c0b3566bda26da0a3261c49f0027eb6075086d1 \ - --hash=sha256:6f1a3f10f836fab6ca6efa97bb952300b20ae56b409414ca85bff2ad241d2a61 \ - --hash=sha256:7622a89d696fc87af8e8d280d9b421db5133ef5b29d3f7a1ce9f1a7bf7fcfa11 \ - --hash=sha256:777354ee16f02f643a4c7f2b3eff8027a33c9861edc691a2003531f5da4f6bc8 \ - --hash=sha256:84d27a4832cc1a0ee07cdcf2b0629a8a72db73f4cf6de6f0904f6661227f256f \ - --hash=sha256:8531fdcad636d82c517b26a448dcfe62f720e1922b33c81ce695d0edb91eb931 \ - --hash=sha256:86d2a77fd490ae3ff6fae1c6ceaecad063d3cc2320b44377efdde79880e11526 \ - --hash=sha256:88fc51d9a26b10fc331be344f1781224a375b78488fc343620184e95a4b27016 \ - --hash=sha256:8a34e13a62a59c871064dfd8ffb150867e54291e46d4a7cf11d02c94a5275bae \ - --hash=sha256:8c82f11964f010053e13daafdc7154ce7385ecc538989a354ccc7067fd7028fd \ - --hash=sha256:92b2065d642bf8c0a82d59e59053dd2fdde64d4ed44efe4870fa816c1232647b \ - --hash=sha256:97b52894d948d2f6ea480171a27122d77af14ced35f62e5c892ca2fae9344311 \ - --hash=sha256:9d9acd80072abcc98bd2c86c3c9cd4ac2347b5a5a0cae7ed5c0ee5675f86d9af \ - --hash=sha256:9f59a3c656fef341a99e3d63189852be7084c0e54b75734cde571182c087b152 \ - --hash=sha256:aa5003845cdd21ac0dc6c9bf661c5beddd01116f6eb9eb3c8e272353d45b3288 \ - --hash=sha256:b16fff62b45eccb9c7abb18e60e7e446998093cdcb50fed33134b9b6878836de \ - --hash=sha256:b30c6590146e53149f04e85a6e4fcae068df4289e31e4aee1fdf56a0dead8f97 \ - --hash=sha256:b58cbf0697721120866820b89f93659abc31c1e876bf20d0b3d03cef14faf84d \ - --hash=sha256:b67c6f5e5a401fc56394f191f00f9b3811fe843ee93f4a70df3c389d1adf857d \ - --hash=sha256:bceab846bac555aff6427d060f2fcfff71042dba6f5fca7dc4f75cac815e57ca \ - --hash=sha256:bee9fcb41db2a23bed96c6b6ead6489702c12334ea20a297aa095ce6d31370d0 \ - --hash=sha256:c114e8da9b475739dde229fd3bc6b05a6537a88a578358bc8eb29b4030fac9c9 \ - --hash=sha256:c1f0524f203e3bd35149f12157438f406eff2e4fb30f71221c8a5eceb3617b6b \ - --hash=sha256:c792ea4eabc0159535608fc5658a74d1a81020eb35195dd63214dcf07556f67e \ - --hash=sha256:c7f3cb904cce8e1be667c7e6fef4516b98d1a6a0635a58a57528d577ac18a128 \ - --hash=sha256:d67ac60a307f760c6e65dad586f556dde58e683fab03323221a4e530ead6f74d \ - --hash=sha256:dcacf2c7a6c3a84e720d1bb2b543c675bf6c40e460300b628bab1b1efc7c034c \ - --hash=sha256:de36fe9c02995c7e6ae6efe2e205816f5f00c22fd1fbf343d4d18c3d5ceac2f5 \ - --hash=sha256:def07915168ac8f7853812cc593c71185a16216e9e4fa886358a17ed0fd9fcf6 \ - --hash=sha256:df41b9bc27c2c25b486bae7cf42fccdc52ff181c8c387bfd026624a491c2671b \ - --hash=sha256:e052b8467dd07d4943936009f46ae5ce7b908ddcac3fda581656b1b19c083d9b \ - --hash=sha256:e063b1865974611313a3849d43f2c3f5368093691349cf3c7c8f8f75ad7cb280 \ - --hash=sha256:e1459677e5d12be8bbc7584c35b992eea142911a6236a3278b9b5ce3326f282c \ - --hash=sha256:e1a99a7a71631f0efe727c10edfba09ea6bee4166a6f9c19aafb6c0b5917d09c \ - --hash=sha256:e590228200fcfc7e9109509e4d9125eace2042fd52b595dd22bbc34bb282307f \ - --hash=sha256:e6316827e3e79b7b8e7d8e3b08f4e331af91a48e794d5d8b099928b6f0b85f20 \ - --hash=sha256:e7837cb169eca3b3ae94cc5787c4fed99eef74c0ab9506756eea335e0d6f3ed8 \ - --hash=sha256:e848f46a58b9fcf3d06061d17be388caf70ea5b8cc3466251963c8345e13f7eb \ - --hash=sha256:ed058398f55163a79bb9f06a90ef9ccc063b204bb346c4de78efc5d15abfe602 \ - --hash=sha256:f2e58f2c36cc52d41f2659e4c0cbf7353e28c8c9e63e30d8c6d3494dc9fdedcf \ - --hash=sha256:f467ba0050b7de85016b43f5a22b46383ef004c4f672148a8abf32bc999a87f0 \ - --hash=sha256:f61bdb1df43dc9c131791fbc2355535f9024b9a04398d3bd0684fc16ab07df74 \ - --hash=sha256:fb06eea71a00a7af0ae6aefbb932fb8a7df3cb390cc217d51a9ad7343de1b8d0 \ - --hash=sha256:ffd7dcaf744f25f82190856bc26ed81721508fc5cbf2a330751e135ff1283564 - # via -r requirements.in -wheel==0.40.0 \ - --hash=sha256:cd1196f3faee2b31968d626e1731c94f99cbdb67cf5a46e4f5656cbee7738873 \ - --hash=sha256:d236b20e7cb522daf2390fa84c55eea81c5c30190f90f29ae2ca1ad8355bf247 - # via -r requirements.in -wrapt==1.14.1 \ - --hash=sha256:00b6d4ea20a906c0ca56d84f93065b398ab74b927a7a3dbd470f6fc503f95dc3 \ - --hash=sha256:01c205616a89d09827986bc4e859bcabd64f5a0662a7fe95e0d359424e0e071b \ - --hash=sha256:02b41b633c6261feff8ddd8d11c711df6842aba629fdd3da10249a53211a72c4 \ - --hash=sha256:07f7a7d0f388028b2df1d916e94bbb40624c59b48ecc6cbc232546706fac74c2 \ - --hash=sha256:11871514607b15cfeb87c547a49bca19fde402f32e2b1c24a632506c0a756656 \ - --hash=sha256:1b376b3f4896e7930f1f772ac4b064ac12598d1c38d04907e696cc4d794b43d3 \ - --hash=sha256:21ac0156c4b089b330b7666db40feee30a5d52634cc4560e1905d6529a3897ff \ - --hash=sha256:257fd78c513e0fb5cdbe058c27a0624c9884e735bbd131935fd49e9fe719d310 \ - --hash=sha256:2b39d38039a1fdad98c87279b48bc5dce2c0ca0d73483b12cb72aa9609278e8a \ - --hash=sha256:2cf71233a0ed05ccdabe209c606fe0bac7379fdcf687f39b944420d2a09fdb57 \ - --hash=sha256:2fe803deacd09a233e4762a1adcea5db5d31e6be577a43352936179d14d90069 \ - --hash=sha256:3232822c7d98d23895ccc443bbdf57c7412c5a65996c30442ebe6ed3df335383 \ - --hash=sha256:34aa51c45f28ba7f12accd624225e2b1e5a3a45206aa191f6f9aac931d9d56fe \ - --hash=sha256:36f582d0c6bc99d5f39cd3ac2a9062e57f3cf606ade29a0a0d6b323462f4dd87 \ - --hash=sha256:380a85cf89e0e69b7cfbe2ea9f765f004ff419f34194018a6827ac0e3edfed4d \ - --hash=sha256:40e7bc81c9e2b2734ea4bc1aceb8a8f0ceaac7c5299bc5d69e37c44d9081d43b \ - --hash=sha256:43ca3bbbe97af00f49efb06e352eae40434ca9d915906f77def219b88e85d907 \ - --hash=sha256:4fcc4649dc762cddacd193e6b55bc02edca674067f5f98166d7713b193932b7f \ - --hash=sha256:5a0f54ce2c092aaf439813735584b9537cad479575a09892b8352fea5e988dc0 \ - --hash=sha256:5a9a0d155deafd9448baff28c08e150d9b24ff010e899311ddd63c45c2445e28 \ - --hash=sha256:5b02d65b9ccf0ef6c34cba6cf5bf2aab1bb2f49c6090bafeecc9cd81ad4ea1c1 \ - --hash=sha256:60db23fa423575eeb65ea430cee741acb7c26a1365d103f7b0f6ec412b893853 \ - --hash=sha256:642c2e7a804fcf18c222e1060df25fc210b9c58db7c91416fb055897fc27e8cc \ - --hash=sha256:6a9a25751acb379b466ff6be78a315e2b439d4c94c1e99cb7266d40a537995d3 \ - --hash=sha256:6b1a564e6cb69922c7fe3a678b9f9a3c54e72b469875aa8018f18b4d1dd1adf3 \ - --hash=sha256:6d323e1554b3d22cfc03cd3243b5bb815a51f5249fdcbb86fda4bf62bab9e164 \ - --hash=sha256:6e743de5e9c3d1b7185870f480587b75b1cb604832e380d64f9504a0535912d1 \ - --hash=sha256:709fe01086a55cf79d20f741f39325018f4df051ef39fe921b1ebe780a66184c \ - --hash=sha256:7b7c050ae976e286906dd3f26009e117eb000fb2cf3533398c5ad9ccc86867b1 \ - --hash=sha256:7d2872609603cb35ca513d7404a94d6d608fc13211563571117046c9d2bcc3d7 \ - --hash=sha256:7ef58fb89674095bfc57c4069e95d7a31cfdc0939e2a579882ac7d55aadfd2a1 \ - --hash=sha256:80bb5c256f1415f747011dc3604b59bc1f91c6e7150bd7db03b19170ee06b320 \ - --hash=sha256:81b19725065dcb43df02b37e03278c011a09e49757287dca60c5aecdd5a0b8ed \ - --hash=sha256:833b58d5d0b7e5b9832869f039203389ac7cbf01765639c7309fd50ef619e0b1 \ - --hash=sha256:88bd7b6bd70a5b6803c1abf6bca012f7ed963e58c68d76ee20b9d751c74a3248 \ - --hash=sha256:8ad85f7f4e20964db4daadcab70b47ab05c7c1cf2a7c1e51087bfaa83831854c \ - --hash=sha256:8c0ce1e99116d5ab21355d8ebe53d9460366704ea38ae4d9f6933188f327b456 \ - --hash=sha256:8d649d616e5c6a678b26d15ece345354f7c2286acd6db868e65fcc5ff7c24a77 \ - --hash=sha256:903500616422a40a98a5a3c4ff4ed9d0066f3b4c951fa286018ecdf0750194ef \ - --hash=sha256:9736af4641846491aedb3c3f56b9bc5568d92b0692303b5a305301a95dfd38b1 \ - --hash=sha256:988635d122aaf2bdcef9e795435662bcd65b02f4f4c1ae37fbee7401c440b3a7 \ - --hash=sha256:9cca3c2cdadb362116235fdbd411735de4328c61425b0aa9f872fd76d02c4e86 \ - --hash=sha256:9e0fd32e0148dd5dea6af5fee42beb949098564cc23211a88d799e434255a1f4 \ - --hash=sha256:9f3e6f9e05148ff90002b884fbc2a86bd303ae847e472f44ecc06c2cd2fcdb2d \ - --hash=sha256:a85d2b46be66a71bedde836d9e41859879cc54a2a04fad1191eb50c2066f6e9d \ - --hash=sha256:a9a52172be0b5aae932bef82a79ec0a0ce87288c7d132946d645eba03f0ad8a8 \ - --hash=sha256:aa31fdcc33fef9eb2552cbcbfee7773d5a6792c137b359e82879c101e98584c5 \ - --hash=sha256:b014c23646a467558be7da3d6b9fa409b2c567d2110599b7cf9a0c5992b3b471 \ - --hash=sha256:b21bb4c09ffabfa0e85e3a6b623e19b80e7acd709b9f91452b8297ace2a8ab00 \ - --hash=sha256:b5901a312f4d14c59918c221323068fad0540e34324925c8475263841dbdfe68 \ - --hash=sha256:b9b7a708dd92306328117d8c4b62e2194d00c365f18eff11a9b53c6f923b01e3 \ - --hash=sha256:d1967f46ea8f2db647c786e78d8cc7e4313dbd1b0aca360592d8027b8508e24d \ - --hash=sha256:d52a25136894c63de15a35bc0bdc5adb4b0e173b9c0d07a2be9d3ca64a332735 \ - --hash=sha256:d77c85fedff92cf788face9bfa3ebaa364448ebb1d765302e9af11bf449ca36d \ - --hash=sha256:d79d7d5dc8a32b7093e81e97dad755127ff77bcc899e845f41bf71747af0c569 \ - --hash=sha256:dbcda74c67263139358f4d188ae5faae95c30929281bc6866d00573783c422b7 \ - --hash=sha256:ddaea91abf8b0d13443f6dac52e89051a5063c7d014710dcb4d4abb2ff811a59 \ - --hash=sha256:dee0ce50c6a2dd9056c20db781e9c1cfd33e77d2d569f5d1d9321c641bb903d5 \ - --hash=sha256:dee60e1de1898bde3b238f18340eec6148986da0455d8ba7848d50470a7a32fb \ - --hash=sha256:e2f83e18fe2f4c9e7db597e988f72712c0c3676d337d8b101f6758107c42425b \ - --hash=sha256:e3fb1677c720409d5f671e39bac6c9e0e422584e5f518bfd50aa4cbbea02433f \ - --hash=sha256:ee2b1b1769f6707a8a445162ea16dddf74285c3964f605877a20e38545c3c462 \ - --hash=sha256:ee6acae74a2b91865910eef5e7de37dc6895ad96fa23603d1d27ea69df545015 \ - --hash=sha256:ef3f72c9666bba2bab70d2a8b79f2c6d2c1a42a7f7e2b0ec83bb2f9e383950af - # via astroid -yamllint==1.28.0 \ - --hash=sha256:89bb5b5ac33b1ade059743cf227de73daa34d5e5a474b06a5e17fc16583b0cf2 \ - --hash=sha256:9e3d8ddd16d0583214c5fdffe806c9344086721f107435f68bad990e5a88826b - # via -r requirements.in -zipp==3.17.0 \ - --hash=sha256:0e923e726174922dce09c53c59ad483ff7bbb8e572e00c7f7c46b88556409f31 \ - --hash=sha256:84e64a1c28cf7e91ed2078bb8cc8c259cb19b76942096c8d7b84947690cabaf0 - # via importlib-metadata - -# The following packages are considered to be unsafe in a requirements file: -setuptools==65.6.3 \ - --hash=sha256:57f6f22bde4e042978bcd50176fdb381d7c21a9efa4041202288d3737a0c6a54 \ - --hash=sha256:a7620757bf984b58deaf32fc8a4577a9bbc0850cf92c20e1ce41c38c19e5fb75 - # via yamllint