From 536284ed84eea4f56dbf8d961fdf43c3adba6b09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20K=C3=B6ssler?= Date: Thu, 1 Aug 2024 09:56:13 +0200 Subject: [PATCH] chore: update readme --- README.md | 31 +- bom.json | 13935 ++++++++++++++++++++++++++++++++++++++++++++-------- 2 files changed, 11909 insertions(+), 2057 deletions(-) diff --git a/README.md b/README.md index 40e57c9..2039e06 100755 --- a/README.md +++ b/README.md @@ -1,8 +1,5 @@ # PyInfra -**WARNING**: Compatibility issues currently require manual actions when implementing pyinfra. -See [Protobuf](#protobuf) for more information. - 1. [ About ](#about) 2. [ Configuration ](#configuration) 3. [ Queue Manager ](#queue-manager) @@ -207,27 +204,17 @@ before running the tests. ## Protobuf -### Compatibility Issue Workaround +### Opentelemetry Compatibility Issue -**Note**: As of date 24/07/16, the currently used `opentelemetry-exporter-otlp-proto-http` version `1.25.0` requires -a `protobuf` version < `5.x.x` and is not compatible with the required version `5.27.0` we need to use the compiled -schemata. Therefore, it is necessary for all `pyinfra` implementing services to install required version via pip over -the existing one with: +**Note**: Status: 31/07/2024, the currently used `opentelemetry-exporter-otlp-proto-http` version `1.25.0` requires +a `protobuf` version < `5.x.x` and is not compatible with the latest protobuf version `5.27.x`. This is an [open issue](https://github.com/open-telemetry/opentelemetry-python/issues/3958) in opentelemetry, because [support for 4.25.x ends in Q2 '25](https://protobuf.dev/support/version-support/#python). Therefore, we should keep this in mind and update the dependency once opentelemetry includes support for `protobuf 5.27.x`. -```bash -pip install protobuf==5.27.2 -``` - -Do this in your development environment and add it to the Dockerfile after the `poetry install` command. -We have to fix this ASAP, ideally `opentelemetry-exporter-otlp-proto-http` gets upgraded to work with `protobuf > 5.x.x.`, -but for now this is the only workaround with reasonable effort. The `opentelemetry` functionality is not affected by -this workaround. ### Install Protobuf Compiler **Linux** -1. Download the latest version of the protobuf compiler from https://github.com/protocolbuffers/protobuf/releases +1. Download the version of the protobuf compiler matching the protobuf package, currently v4.25.4 so protoc v25.4, from [GitHub](https://github.com/protocolbuffers/protobuf/releases) -> `protobuf-25.4.zip` 2. Extract the files under `$HOME/.local` or another directory of your choice ```bash unzip protoc--linux-x86_64.zip -d $HOME/.local @@ -237,6 +224,16 @@ this workaround. export PATH="$PATH:$HOME/.local/bin" ``` +**MacOS** + +1. Download the version of the protobuf compiler matching the protobuf package, currently v4.25.4 so protoc v25.4, from [GitHub](https://github.com/protocolbuffers/protobuf/releases) -> `protoc-25.4-osx-universal_binary.zip` +2. Extract the files to a directory of your choice +3. Copy the executable bin `protoc` to `/usr/local/bin` + ```bash + sudo cp /Users/you/location-of-unzipped-dir/bin/protoc /usr/local/bin/ + ``` +4. Open `protoc` in `/usr/local/bin/` via Finder to make it executable, now it should be also on your `PATH` + ### Compile Protobuf Files 1. Ensure that the protobuf compiler is installed on your system. You can check this by running: diff --git a/bom.json b/bom.json index cf98667..d1a4bfd 100644 --- a/bom.json +++ b/bom.json @@ -1,7 +1,1057 @@ { "components": [ { - "bom-ref": "annotated-types@0.6.0", + "bom-ref": "adlfs@2024.7.0", + "description": "Access Azure Datalake Gen1 with fsspec and dask", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "2005c8e124fda3948f2a6abb2dbebb2c936d2d821acaca6afd61932edfa9bc07" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/adlfs/#adlfs-2024.7.0-py3-none-any.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "106995b91f0eb5e775bcd5957d180d9a14faef3271a063b1f65c66fd5ab05ddf" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/adlfs/#adlfs-2024.7.0.tar.gz" + } + ], + "name": "adlfs", + "purl": "pkg:pypi/adlfs@2024.7.0", + "type": "library", + "version": "2024.7.0" + }, + { + "bom-ref": "aio-pika@9.4.2", + "description": "Wrapper around the aiormq for asyncio and humans", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "22e5fa27d10a3817dd24c031cc477953aaf7c3be5f4f25d2582a55ec229adc4c" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aio-pika/#aio_pika-9.4.2-py3-none-any.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "d1217dc28d09be9dff96c06cdf2e82c92599a34f154e8932bf35373157f3424d" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aio-pika/#aio_pika-9.4.2.tar.gz" + } + ], + "name": "aio-pika", + "properties": [ + { + "name": "cdx:poetry:group", + "value": "main" + } + ], + "purl": "pkg:pypi/aio-pika@9.4.2", + "type": "library", + "version": "9.4.2" + }, + { + "bom-ref": "aiohttp@3.9.5", + "description": "Async http client/server framework (asyncio)", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "fcde4c397f673fdec23e6b05ebf8d4751314fa7c24f93334bf1f1364c1c69ac7" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiohttp/#aiohttp-3.9.5-cp310-cp310-macosx_10_9_universal2.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "5d6b3f1fabe465e819aed2c421a6743d8debbde79b6a8600739300630a01bf2c" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiohttp/#aiohttp-3.9.5-cp310-cp310-macosx_10_9_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "6ae79c1bc12c34082d92bf9422764f799aee4746fd7a392db46b7fd357d4a17a" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiohttp/#aiohttp-3.9.5-cp310-cp310-macosx_11_0_arm64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "4d3ebb9e1316ec74277d19c5f482f98cc65a73ccd5430540d6d11682cd857430" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiohttp/#aiohttp-3.9.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "84dabd95154f43a2ea80deffec9cb44d2e301e38a0c9d331cc4aa0166fe28ae3" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiohttp/#aiohttp-3.9.5-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "c8a02fbeca6f63cb1f0475c799679057fc9268b77075ab7cf3f1c600e81dd46b" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiohttp/#aiohttp-3.9.5-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "c26959ca7b75ff768e2776d8055bf9582a6267e24556bb7f7bd29e677932be72" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiohttp/#aiohttp-3.9.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "714d4e5231fed4ba2762ed489b4aec07b2b9953cf4ee31e9871caac895a839c0" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiohttp/#aiohttp-3.9.5-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "e7a6a8354f1b62e15d48e04350f13e726fa08b62c3d7b8401c0a1314f02e3558" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiohttp/#aiohttp-3.9.5-cp310-cp310-musllinux_1_1_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "c413016880e03e69d166efb5a1a95d40f83d5a3a648d16486592c49ffb76d0db" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiohttp/#aiohttp-3.9.5-cp310-cp310-musllinux_1_1_i686.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "ff84aeb864e0fac81f676be9f4685f0527b660f1efdc40dcede3c251ef1e867f" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiohttp/#aiohttp-3.9.5-cp310-cp310-musllinux_1_1_ppc64le.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "ad7f2919d7dac062f24d6f5fe95d401597fbb015a25771f85e692d043c9d7832" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiohttp/#aiohttp-3.9.5-cp310-cp310-musllinux_1_1_s390x.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "702e2c7c187c1a498a4e2b03155d52658fdd6fda882d3d7fbb891a5cf108bb10" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiohttp/#aiohttp-3.9.5-cp310-cp310-musllinux_1_1_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "67c3119f5ddc7261d47163ed86d760ddf0e625cd6246b4ed852e82159617b5fb" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiohttp/#aiohttp-3.9.5-cp310-cp310-win32.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "471f0ef53ccedec9995287f02caf0c068732f026455f07db3f01a46e49d76bbb" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiohttp/#aiohttp-3.9.5-cp310-cp310-win_amd64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "e0ae53e33ee7476dd3d1132f932eeb39bf6125083820049d06edcdca4381f342" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiohttp/#aiohttp-3.9.5-cp311-cp311-macosx_10_9_universal2.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "c088c4d70d21f8ca5c0b8b5403fe84a7bc8e024161febdd4ef04575ef35d474d" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiohttp/#aiohttp-3.9.5-cp311-cp311-macosx_10_9_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "639d0042b7670222f33b0028de6b4e2fad6451462ce7df2af8aee37dcac55424" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiohttp/#aiohttp-3.9.5-cp311-cp311-macosx_11_0_arm64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "f26383adb94da5e7fb388d441bf09c61e5e35f455a3217bfd790c6b6bc64b2ee" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiohttp/#aiohttp-3.9.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "66331d00fb28dc90aa606d9a54304af76b335ae204d1836f65797d6fe27f1ca2" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiohttp/#aiohttp-3.9.5-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "4ff550491f5492ab5ed3533e76b8567f4b37bd2995e780a1f46bca2024223233" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiohttp/#aiohttp-3.9.5-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "f22eb3a6c1080d862befa0a89c380b4dafce29dc6cd56083f630073d102eb595" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiohttp/#aiohttp-3.9.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "a81b1143d42b66ffc40a441379387076243ef7b51019204fd3ec36b9f69e77d6" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiohttp/#aiohttp-3.9.5-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "f64fd07515dad67f24b6ea4a66ae2876c01031de91c93075b8093f07c0a2d93d" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiohttp/#aiohttp-3.9.5-cp311-cp311-musllinux_1_1_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "93e22add827447d2e26d67c9ac0161756007f152fdc5210277d00a85f6c92323" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiohttp/#aiohttp-3.9.5-cp311-cp311-musllinux_1_1_i686.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "55b39c8684a46e56ef8c8d24faf02de4a2b2ac60d26cee93bc595651ff545de9" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiohttp/#aiohttp-3.9.5-cp311-cp311-musllinux_1_1_ppc64le.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "4715a9b778f4293b9f8ae7a0a7cef9829f02ff8d6277a39d7f40565c737d3771" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiohttp/#aiohttp-3.9.5-cp311-cp311-musllinux_1_1_s390x.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "afc52b8d969eff14e069a710057d15ab9ac17cd4b6753042c407dcea0e40bf75" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiohttp/#aiohttp-3.9.5-cp311-cp311-musllinux_1_1_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "b3df71da99c98534be076196791adca8819761f0bf6e08e07fd7da25127150d6" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiohttp/#aiohttp-3.9.5-cp311-cp311-win32.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "88e311d98cc0bf45b62fc46c66753a83445f5ab20038bcc1b8a1cc05666f428a" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiohttp/#aiohttp-3.9.5-cp311-cp311-win_amd64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "c7a4b7a6cf5b6eb11e109a9755fd4fda7d57395f8c575e166d363b9fc3ec4678" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiohttp/#aiohttp-3.9.5-cp312-cp312-macosx_10_9_universal2.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "0a158704edf0abcac8ac371fbb54044f3270bdbc93e254a82b6c82be1ef08f3c" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiohttp/#aiohttp-3.9.5-cp312-cp312-macosx_10_9_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "d153f652a687a8e95ad367a86a61e8d53d528b0530ef382ec5aaf533140ed00f" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiohttp/#aiohttp-3.9.5-cp312-cp312-macosx_11_0_arm64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "82a6a97d9771cb48ae16979c3a3a9a18b600a8505b1115cfe354dfb2054468b4" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiohttp/#aiohttp-3.9.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "60cdbd56f4cad9f69c35eaac0fbbdf1f77b0ff9456cebd4902f3dd1cf096464c" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiohttp/#aiohttp-3.9.5-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "8676e8fd73141ded15ea586de0b7cda1542960a7b9ad89b2b06428e97125d4fa" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiohttp/#aiohttp-3.9.5-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "da00da442a0e31f1c69d26d224e1efd3a1ca5bcbf210978a2ca7426dfcae9f58" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiohttp/#aiohttp-3.9.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "18f634d540dd099c262e9f887c8bbacc959847cfe5da7a0e2e1cf3f14dbf2daf" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiohttp/#aiohttp-3.9.5-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "320e8618eda64e19d11bdb3bd04ccc0a816c17eaecb7e4945d01deee2a22f95f" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiohttp/#aiohttp-3.9.5-cp312-cp312-musllinux_1_1_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "2faa61a904b83142747fc6a6d7ad8fccff898c849123030f8e75d5d967fd4a81" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiohttp/#aiohttp-3.9.5-cp312-cp312-musllinux_1_1_i686.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "8c64a6dc3fe5db7b1b4d2b5cb84c4f677768bdc340611eca673afb7cf416ef5a" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiohttp/#aiohttp-3.9.5-cp312-cp312-musllinux_1_1_ppc64le.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "393c7aba2b55559ef7ab791c94b44f7482a07bf7640d17b341b79081f5e5cd1a" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiohttp/#aiohttp-3.9.5-cp312-cp312-musllinux_1_1_s390x.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "c671dc117c2c21a1ca10c116cfcd6e3e44da7fcde37bf83b2be485ab377b25da" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiohttp/#aiohttp-3.9.5-cp312-cp312-musllinux_1_1_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "5a7ee16aab26e76add4afc45e8f8206c95d1d75540f1039b84a03c3b3800dd59" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiohttp/#aiohttp-3.9.5-cp312-cp312-win32.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "5ca51eadbd67045396bc92a4345d1790b7301c14d1848feaac1d6a6c9289e888" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiohttp/#aiohttp-3.9.5-cp312-cp312-win_amd64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "694d828b5c41255e54bc2dddb51a9f5150b4eefa9886e38b52605a05d96566e8" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiohttp/#aiohttp-3.9.5-cp38-cp38-macosx_10_9_universal2.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "0605cc2c0088fcaae79f01c913a38611ad09ba68ff482402d3410bf59039bfb8" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiohttp/#aiohttp-3.9.5-cp38-cp38-macosx_10_9_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "4558e5012ee03d2638c681e156461d37b7a113fe13970d438d95d10173d25f78" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiohttp/#aiohttp-3.9.5-cp38-cp38-macosx_11_0_arm64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "9dbc053ac75ccc63dc3a3cc547b98c7258ec35a215a92bd9f983e0aac95d3d5b" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiohttp/#aiohttp-3.9.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "4109adee842b90671f1b689901b948f347325045c15f46b39797ae1bf17019de" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiohttp/#aiohttp-3.9.5-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "a6ea1a5b409a85477fd8e5ee6ad8f0e40bf2844c270955e09360418cfd09abac" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiohttp/#aiohttp-3.9.5-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "f3c2890ca8c59ee683fd09adf32321a40fe1cf164e3387799efb2acebf090c11" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiohttp/#aiohttp-3.9.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "3916c8692dbd9d55c523374a3b8213e628424d19116ac4308e434dbf6d95bbdd" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiohttp/#aiohttp-3.9.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "8d1964eb7617907c792ca00b341b5ec3e01ae8c280825deadbbd678447b127e1" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiohttp/#aiohttp-3.9.5-cp38-cp38-musllinux_1_1_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "d5ab8e1f6bee051a4bf6195e38a5c13e5e161cb7bad83d8854524798bd9fcd6e" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiohttp/#aiohttp-3.9.5-cp38-cp38-musllinux_1_1_i686.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "52c27110f3862a1afbcb2af4281fc9fdc40327fa286c4625dfee247c3ba90156" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiohttp/#aiohttp-3.9.5-cp38-cp38-musllinux_1_1_ppc64le.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "7f64cbd44443e80094309875d4f9c71d0401e966d191c3d469cde4642bc2e031" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiohttp/#aiohttp-3.9.5-cp38-cp38-musllinux_1_1_s390x.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "8b4f72fbb66279624bfe83fd5eb6aea0022dad8eec62b71e7bf63ee1caadeafe" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiohttp/#aiohttp-3.9.5-cp38-cp38-musllinux_1_1_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "6380c039ec52866c06d69b5c7aad5478b24ed11696f0e72f6b807cfb261453da" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiohttp/#aiohttp-3.9.5-cp38-cp38-win32.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "da22dab31d7180f8c3ac7c7635f3bcd53808f374f6aa333fe0b0b9e14b01f91a" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiohttp/#aiohttp-3.9.5-cp38-cp38-win_amd64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "1732102949ff6087589408d76cd6dea656b93c896b011ecafff418c9661dc4ed" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiohttp/#aiohttp-3.9.5-cp39-cp39-macosx_10_9_universal2.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "c6021d296318cb6f9414b48e6a439a7f5d1f665464da507e8ff640848ee2a58a" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiohttp/#aiohttp-3.9.5-cp39-cp39-macosx_10_9_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "239f975589a944eeb1bad26b8b140a59a3a320067fb3cd10b75c3092405a1372" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiohttp/#aiohttp-3.9.5-cp39-cp39-macosx_11_0_arm64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "3b7b30258348082826d274504fbc7c849959f1989d86c29bc355107accec6cfb" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiohttp/#aiohttp-3.9.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "cd2adf5c87ff6d8b277814a28a535b59e20bfea40a101db6b3bdca7e9926bc24" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiohttp/#aiohttp-3.9.5-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "e9a3d838441bebcf5cf442700e3963f58b5c33f015341f9ea86dcd7d503c07e2" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiohttp/#aiohttp-3.9.5-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "9e3a1ae66e3d0c17cf65c08968a5ee3180c5a95920ec2731f53343fac9bad106" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiohttp/#aiohttp-3.9.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "9c69e77370cce2d6df5d12b4e12bdcca60c47ba13d1cbbc8645dd005a20b738b" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiohttp/#aiohttp-3.9.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "0cbf56238f4bbf49dab8c2dc2e6b1b68502b1e88d335bea59b3f5b9f4c001475" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiohttp/#aiohttp-3.9.5-cp39-cp39-musllinux_1_1_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "d1469f228cd9ffddd396d9948b8c9cd8022b6d1bf1e40c6f25b0fb90b4f893ed" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiohttp/#aiohttp-3.9.5-cp39-cp39-musllinux_1_1_i686.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "45731330e754f5811c314901cebdf19dd776a44b31927fa4b4dbecab9e457b0c" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiohttp/#aiohttp-3.9.5-cp39-cp39-musllinux_1_1_ppc64le.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "3fcb4046d2904378e3aeea1df51f697b0467f2aac55d232c87ba162709478c46" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiohttp/#aiohttp-3.9.5-cp39-cp39-musllinux_1_1_s390x.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "8cf142aa6c1a751fcb364158fd710b8a9be874b81889c2bd13aa8893197455e2" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiohttp/#aiohttp-3.9.5-cp39-cp39-musllinux_1_1_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "7b179eea70833c8dee51ec42f3b4097bd6370892fa93f510f76762105568cf09" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiohttp/#aiohttp-3.9.5-cp39-cp39-win32.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "38d80498e2e169bc61418ff36170e0aad0cd268da8b38a17c4cf29d254a8b3f1" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiohttp/#aiohttp-3.9.5-cp39-cp39-win_amd64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "edea7d15772ceeb29db4aff55e482d4bcfb6ae160ce144f2682de02f6d693551" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiohttp/#aiohttp-3.9.5.tar.gz" + } + ], + "name": "aiohttp", + "properties": [ + { + "name": "cdx:poetry:group", + "value": "main" + } + ], + "purl": "pkg:pypi/aiohttp@3.9.5", + "type": "library", + "version": "3.9.5" + }, + { + "bom-ref": "aiohttp-retry@2.8.3", + "description": "Simple retry client for aiohttp", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "3aeeead8f6afe48272db93ced9440cf4eda8b6fd7ee2abb25357b7eb28525b45" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiohttp-retry/#aiohttp_retry-2.8.3-py3-none-any.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "9a8e637e31682ad36e1ff9f8bcba912fcfc7d7041722bc901a4b948da4d71ea9" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiohttp-retry/#aiohttp_retry-2.8.3.tar.gz" + } + ], + "name": "aiohttp-retry", + "purl": "pkg:pypi/aiohttp-retry@2.8.3", + "type": "library", + "version": "2.8.3" + }, + { + "bom-ref": "aiormq@6.8.0", + "description": "Pure python AMQP asynchronous client library", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "9a16174dcae4078c957a773d2f02d3dfd6c2fcf12c909dc244333a458f2aeab0" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiormq/#aiormq-6.8.0-py3-none-any.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "198f9c7430feb7bc491016099a06266dc45880b6b1de3925d410fde6541a66fb" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiormq/#aiormq-6.8.0.tar.gz" + } + ], + "name": "aiormq", + "purl": "pkg:pypi/aiormq@6.8.0", + "type": "library", + "version": "6.8.0" + }, + { + "bom-ref": "aiosignal@1.3.1", + "description": "aiosignal: a list of registered asynchronous callbacks", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "f8376fb07dd1e86a584e4fcdec80b36b7f81aac666ebc724e2c090300dd83b17" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiosignal/#aiosignal-1.3.1-py3-none-any.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "54cd96e15e1649b75d6c87526a6ff0b6c1b0dd3459f43d9ca11d48c339b68cfc" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/aiosignal/#aiosignal-1.3.1.tar.gz" + } + ], + "name": "aiosignal", + "purl": "pkg:pypi/aiosignal@1.3.1", + "type": "library", + "version": "1.3.1" + }, + { + "bom-ref": "amqp@5.2.0", + "description": "Low-level AMQP client for Python (fork of amqplib).", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "827cb12fb0baa892aad844fd95258143bce4027fdac4fccddbc43330fd281637" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/amqp/#amqp-5.2.0-py3-none-any.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "a1ecff425ad063ad42a486c902807d1482311481c8ad95a72694b2975e75f7fd" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/amqp/#amqp-5.2.0.tar.gz" + } + ], + "name": "amqp", + "purl": "pkg:pypi/amqp@5.2.0", + "type": "library", + "version": "5.2.0" + }, + { + "bom-ref": "annotated-types@0.7.0", "description": "Reusable constraint types to use with typing.Annotated", "externalReferences": [ { @@ -9,31 +1059,52 @@ "hashes": [ { "alg": "SHA-256", - "content": "0641064de18ba7a25dee8f96403ebc39113d0cb953a01429249d5c7564666a43" + "content": "1f02e8b43a8fbbc3f3e0d4f0f4bfc8131bcb4eebe8849b8e5c773f3a1c582a53" } ], "type": "distribution", - "url": "https://pypi.org/simple/annotated-types/#annotated_types-0.6.0-py3-none-any.whl" + "url": "https://pypi.org/simple/annotated-types/#annotated_types-0.7.0-py3-none-any.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "563339e807e53ffd9c267e99fc6d9ea23eb8443c08f112651963e24e22f84a5d" + "content": "aff07c09a53a08bc8cfccb9c85b05f1aa9a2a6f23728d790723543408344ce89" } ], "type": "distribution", - "url": "https://pypi.org/simple/annotated-types/#annotated_types-0.6.0.tar.gz" + "url": "https://pypi.org/simple/annotated-types/#annotated_types-0.7.0.tar.gz" } ], "name": "annotated-types", - "purl": "pkg:pypi/annotated-types@0.6.0", + "purl": "pkg:pypi/annotated-types@0.7.0", "type": "library", - "version": "0.6.0" + "version": "0.7.0" }, { - "bom-ref": "anyio@4.2.0", + "bom-ref": "antlr4-python3-runtime@4.9.3", + "description": "ANTLR 4.9.3 runtime for Python 3.7", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "f224469b4168294902bb1efa80a8bf7855f24c99aef99cbefc1bcd3cce77881b" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/antlr4-python3-runtime/#antlr4-python3-runtime-4.9.3.tar.gz" + } + ], + "name": "antlr4-python3-runtime", + "purl": "pkg:pypi/antlr4-python3-runtime@4.9.3", + "type": "library", + "version": "4.9.3" + }, + { + "bom-ref": "anyio@4.4.0", "description": "High level compatibility layer for multiple asynchronous event loop implementations", "externalReferences": [ { @@ -41,31 +1112,63 @@ "hashes": [ { "alg": "SHA-256", - "content": "745843b39e829e108e518c489b31dc757de7d2131d53fac32bd8df268227bfee" + "content": "c1b2d8f46a8a812513012e1107cb0e68c17159a7a594208005a57dc776e1bdc7" } ], "type": "distribution", - "url": "https://pypi.org/simple/anyio/#anyio-4.2.0-py3-none-any.whl" + "url": "https://pypi.org/simple/anyio/#anyio-4.4.0-py3-none-any.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "e1875bb4b4e2de1669f4bc7869b6d3f54231cdced71605e6e64c9be77e3be50f" + "content": "5aadc6a1bbb7cdb0bede386cac5e2940f5e2ff3aa20277e991cf028e0585ce94" } ], "type": "distribution", - "url": "https://pypi.org/simple/anyio/#anyio-4.2.0.tar.gz" + "url": "https://pypi.org/simple/anyio/#anyio-4.4.0.tar.gz" } ], "name": "anyio", - "purl": "pkg:pypi/anyio@4.2.0", + "purl": "pkg:pypi/anyio@4.4.0", "type": "library", - "version": "4.2.0" + "version": "4.4.0" }, { - "bom-ref": "appnope@0.1.3", + "bom-ref": "appdirs@1.4.4", + "description": "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\".", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "a841dacd6b99318a741b166adb07e19ee71a274450e68237b4650ca1055ab128" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/appdirs/#appdirs-1.4.4-py2.py3-none-any.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "7d5d0167b2b1ba821647616af46a749d1c653740dd0d2415100fe26e27afdf41" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/appdirs/#appdirs-1.4.4.tar.gz" + } + ], + "name": "appdirs", + "purl": "pkg:pypi/appdirs@1.4.4", + "type": "library", + "version": "1.4.4" + }, + { + "bom-ref": "appnope@0.1.4", "description": "Disable App Nap on macOS >= 10.9", "externalReferences": [ { @@ -73,28 +1176,60 @@ "hashes": [ { "alg": "SHA-256", - "content": "265a455292d0bd8a72453494fa24df5a11eb18373a60c7c0430889f22548605e" + "content": "502575ee11cd7a28c0205f379b525beefebab9d161b7c964670864014ed7213c" } ], "type": "distribution", - "url": "https://pypi.org/simple/appnope/#appnope-0.1.3-py2.py3-none-any.whl" + "url": "https://pypi.org/simple/appnope/#appnope-0.1.4-py2.py3-none-any.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "02bd91c4de869fbb1e1c50aafc4098827a7a54ab2f39d9dcba6c9547ed920e24" + "content": "1de3860566df9caf38f01f86f65e0e13e379af54f9e4bee1e66b48f2efffd1ee" } ], "type": "distribution", - "url": "https://pypi.org/simple/appnope/#appnope-0.1.3.tar.gz" + "url": "https://pypi.org/simple/appnope/#appnope-0.1.4.tar.gz" } ], "name": "appnope", - "purl": "pkg:pypi/appnope@0.1.3", + "purl": "pkg:pypi/appnope@0.1.4", "type": "library", - "version": "0.1.3" + "version": "0.1.4" + }, + { + "bom-ref": "argcomplete@3.4.0", + "description": "Bash tab completion for argparse", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "69a79e083a716173e5532e0fa3bef45f793f4e61096cf52b5a42c0211c8b8aa5" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/argcomplete/#argcomplete-3.4.0-py3-none-any.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "c2abcdfe1be8ace47ba777d4fce319eb13bf8ad9dace8d085dcad6eded88057f" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/argcomplete/#argcomplete-3.4.0.tar.gz" + } + ], + "name": "argcomplete", + "purl": "pkg:pypi/argcomplete@3.4.0", + "type": "library", + "version": "3.4.0" }, { "bom-ref": "argon2-cffi@23.1.0", @@ -402,7 +1537,7 @@ "version": "1.3.0" }, { - "bom-ref": "asgiref@3.7.2", + "bom-ref": "asgiref@3.8.1", "description": "ASGI specs, helper code, and adapters", "externalReferences": [ { @@ -410,31 +1545,31 @@ "hashes": [ { "alg": "SHA-256", - "content": "89b2ef2247e3b562a16eef663bc0e2e703ec6468e2fa8a5cd61cd449786d4f6e" + "content": "3e1e3ecc849832fe52ccf2cb6686b7a55f82bb1d6aee72a58826471390335e47" } ], "type": "distribution", - "url": "https://pypi.org/simple/asgiref/#asgiref-3.7.2-py3-none-any.whl" + "url": "https://pypi.org/simple/asgiref/#asgiref-3.8.1-py3-none-any.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "9e0ce3aa93a819ba5b45120216b23878cf6e8525eb3848653452b4192b92afed" + "content": "c343bd80a0bec947a9860adb4c432ffa7db769836c64238fc34bdc3fec84d590" } ], "type": "distribution", - "url": "https://pypi.org/simple/asgiref/#asgiref-3.7.2.tar.gz" + "url": "https://pypi.org/simple/asgiref/#asgiref-3.8.1.tar.gz" } ], "name": "asgiref", - "purl": "pkg:pypi/asgiref@3.7.2", + "purl": "pkg:pypi/asgiref@3.8.1", "type": "library", - "version": "3.7.2" + "version": "3.8.1" }, { - "bom-ref": "astroid@3.0.2", + "bom-ref": "astroid@3.2.4", "description": "An abstract syntax tree for Python with inference support.", "externalReferences": [ { @@ -442,28 +1577,28 @@ "hashes": [ { "alg": "SHA-256", - "content": "d6e62862355f60e716164082d6b4b041d38e2a8cf1c7cd953ded5108bac8ff5c" + "content": "413658a61eeca6202a59231abb473f932038fbcbf1666587f66d482083413a25" } ], "type": "distribution", - "url": "https://pypi.org/simple/astroid/#astroid-3.0.2-py3-none-any.whl" + "url": "https://pypi.org/simple/astroid/#astroid-3.2.4-py3-none-any.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "4a61cf0a59097c7bb52689b0fd63717cd2a8a14dc9f1eee97b82d814881c8c91" + "content": "0e14202810b30da1b735827f78f5157be2bbd4a7a59b7707ca0bfc2fb4c0063a" } ], "type": "distribution", - "url": "https://pypi.org/simple/astroid/#astroid-3.0.2.tar.gz" + "url": "https://pypi.org/simple/astroid/#astroid-3.2.4.tar.gz" } ], "name": "astroid", - "purl": "pkg:pypi/astroid@3.0.2", + "purl": "pkg:pypi/astroid@3.2.4", "type": "library", - "version": "3.0.2" + "version": "3.2.4" }, { "bom-ref": "asttokens@2.4.1", @@ -497,6 +1632,102 @@ "type": "library", "version": "2.4.1" }, + { + "bom-ref": "async-timeout@4.0.3", + "description": "Timeout context manager for asyncio programs", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "4640d96be84d82d02ed59ea2b7105a0f7b33abe8703703cd0ab0bf87c427522f" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/async-timeout/#async-timeout-4.0.3.tar.gz" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "7405140ff1230c310e51dc27b3145b9092d659ce68ff733fb0cefe3ee42be028" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/async-timeout/#async_timeout-4.0.3-py3-none-any.whl" + } + ], + "name": "async-timeout", + "purl": "pkg:pypi/async-timeout@4.0.3", + "type": "library", + "version": "4.0.3" + }, + { + "bom-ref": "asyncssh@2.15.0", + "description": "AsyncSSH: Asynchronous SSHv2 client and server library", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "72d140a4a4f6d246d04eabfe0052a9b94475d6d814ef1cc7bb8b3860d0ce39e5" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/asyncssh/#asyncssh-2.15.0-py3-none-any.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "0a13a43816f46cf084657fb05596823b93d5b48e75ef7763c8a756ec1217837a" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/asyncssh/#asyncssh-2.15.0.tar.gz" + } + ], + "name": "asyncssh", + "purl": "pkg:pypi/asyncssh@2.15.0", + "type": "library", + "version": "2.15.0" + }, + { + "bom-ref": "atpublic@5.0", + "description": "Keep all y'all's __all__'s in sync", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "b651dcd886666b1042d1e38158a22a4f2c267748f4e97fde94bc492a4a28a3f3" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/atpublic/#atpublic-5.0-py3-none-any.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "d5cb6cbabf00ec1d34e282e8ce7cbc9b74ba4cb732e766c24e2d78d1ad7f723f" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/atpublic/#atpublic-5.0.tar.gz" + } + ], + "name": "atpublic", + "purl": "pkg:pypi/atpublic@5.0", + "type": "library", + "version": "5.0" + }, { "bom-ref": "attrs@23.2.0", "description": "Classes Without Boilerplate", @@ -530,7 +1761,7 @@ "version": "23.2.0" }, { - "bom-ref": "azure-core@1.29.7", + "bom-ref": "azure-core@1.30.2", "description": "Microsoft Azure Core Library for Python", "externalReferences": [ { @@ -538,22 +1769,22 @@ "hashes": [ { "alg": "SHA-256", - "content": "2944faf1a7ff1558b1f457cabf60f279869cabaeef86b353bed8eb032c7d8c5e" + "content": "a14dc210efcd608821aa472d9fb8e8d035d29b68993819147bc290a8ac224472" } ], "type": "distribution", - "url": "https://pypi.org/simple/azure-core/#azure-core-1.29.7.tar.gz" + "url": "https://pypi.org/simple/azure-core/#azure-core-1.30.2.tar.gz" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "95a7b41b4af102e5fcdfac9500fcc82ff86e936c7145a099b7848b9ac0501250" + "content": "cf019c1ca832e96274ae85abd3d9f752397194d9fea3b41487290562ac8abe4a" } ], "type": "distribution", - "url": "https://pypi.org/simple/azure-core/#azure_core-1.29.7-py3-none-any.whl" + "url": "https://pypi.org/simple/azure-core/#azure_core-1.30.2-py3-none-any.whl" } ], "name": "azure-core", @@ -563,12 +1794,178 @@ "value": "main" } ], - "purl": "pkg:pypi/azure-core@1.29.7", + "purl": "pkg:pypi/azure-core@1.30.2", "type": "library", - "version": "1.29.7" + "version": "1.30.2" }, { - "bom-ref": "azure-storage-blob@12.19.0", + "bom-ref": "azure-core-tracing-opentelemetry@1.0.0b11", + "description": "Microsoft Azure Azure Core OpenTelemetry plugin Library for Python", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "a230d1555838b5d07b7594221cd639ea7bc24e29c881e5675e311c6067bad4f5" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/azure-core-tracing-opentelemetry/#azure-core-tracing-opentelemetry-1.0.0b11.tar.gz" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "016cefcaff2900fb5cdb7a8a7abd03e9c266622c06e26b3fe6dafa54c4b48bf5" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/azure-core-tracing-opentelemetry/#azure_core_tracing_opentelemetry-1.0.0b11-py3-none-any.whl" + } + ], + "name": "azure-core-tracing-opentelemetry", + "purl": "pkg:pypi/azure-core-tracing-opentelemetry@1.0.0b11", + "type": "library", + "version": "1.0.0b11" + }, + { + "bom-ref": "azure-datalake-store@0.0.53", + "description": "Azure Data Lake Store Filesystem Client Library for Python", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "05b6de62ee3f2a0a6e6941e6933b792b800c3e7f6ffce2fc324bc19875757393" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/azure-datalake-store/#azure-datalake-store-0.0.53.tar.gz" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "a30c902a6e360aa47d7f69f086b426729784e71c536f330b691647a51dc42b2b" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/azure-datalake-store/#azure_datalake_store-0.0.53-py2.py3-none-any.whl" + } + ], + "name": "azure-datalake-store", + "purl": "pkg:pypi/azure-datalake-store@0.0.53", + "type": "library", + "version": "0.0.53" + }, + { + "bom-ref": "azure-identity@1.17.1", + "description": "Microsoft Azure Identity Library for Python", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "32ecc67cc73f4bd0595e4f64b1ca65cd05186f4fe6f98ed2ae9f1aa32646efea" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/azure-identity/#azure-identity-1.17.1.tar.gz" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "db8d59c183b680e763722bfe8ebc45930e6c57df510620985939f7f3191e0382" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/azure-identity/#azure_identity-1.17.1-py3-none-any.whl" + } + ], + "name": "azure-identity", + "purl": "pkg:pypi/azure-identity@1.17.1", + "type": "library", + "version": "1.17.1" + }, + { + "bom-ref": "azure-monitor-opentelemetry@1.6.0", + "description": "Microsoft Azure Monitor Opentelemetry Distro Client Library for Python", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "a55858e66cf7283ef4753e85df2931a1d1574a6d8dcc429599f086948af5dbb2" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/azure-monitor-opentelemetry/#azure-monitor-opentelemetry-1.6.0.tar.gz" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "45a4995fffa62fc62dc08c43b28e91c35cdf7e6a46d7f2fdd5197aafb816cc9d" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/azure-monitor-opentelemetry/#azure_monitor_opentelemetry-1.6.0-py3-none-any.whl" + } + ], + "name": "azure-monitor-opentelemetry", + "properties": [ + { + "name": "cdx:poetry:group", + "value": "main" + } + ], + "purl": "pkg:pypi/azure-monitor-opentelemetry@1.6.0", + "type": "library", + "version": "1.6.0" + }, + { + "bom-ref": "azure-monitor-opentelemetry-exporter@1.0.0b27", + "description": "Microsoft Azure Monitor Opentelemetry Exporter Client Library for Python", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "ee5eb0bb37c29da800cc479084f42181a98d7ad192a27a9b2fdd9cb9957320ad" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/azure-monitor-opentelemetry-exporter/#azure-monitor-opentelemetry-exporter-1.0.0b27.tar.gz" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "92f222e11415c6606588be0166b02ba4970159c6bf016160a2023b3713db9f31" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/azure-monitor-opentelemetry-exporter/#azure_monitor_opentelemetry_exporter-1.0.0b27-py2.py3-none-any.whl" + } + ], + "name": "azure-monitor-opentelemetry-exporter", + "purl": "pkg:pypi/azure-monitor-opentelemetry-exporter@1.0.0b27", + "type": "library", + "version": "1.0.0b27" + }, + { + "bom-ref": "azure-storage-blob@12.21.0", "description": "Microsoft Azure Blob Storage Client Library for Python", "externalReferences": [ { @@ -576,22 +1973,22 @@ "hashes": [ { "alg": "SHA-256", - "content": "26c0a4320a34a3c2a1b74528ba6812ebcb632a04cd67b1c7377232c4b01a5897" + "content": "b9722725072f5b7373c0f4dd6d78fbae2bb37bffc5c3e01731ab8c750ee8dd7e" } ], "type": "distribution", - "url": "https://pypi.org/simple/azure-storage-blob/#azure-storage-blob-12.19.0.tar.gz" + "url": "https://pypi.org/simple/azure-storage-blob/#azure-storage-blob-12.21.0.tar.gz" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "7bbc2c9c16678f7a420367fef6b172ba8730a7e66df7f4d7a55d5b3c8216615b" + "content": "f9ede187dd5a0ef296b583a7c1861c6938ddd6708d6e70f4203a163c2ab42d43" } ], "type": "distribution", - "url": "https://pypi.org/simple/azure-storage-blob/#azure_storage_blob-12.19.0-py3-none-any.whl" + "url": "https://pypi.org/simple/azure-storage-blob/#azure_storage_blob-12.21.0-py3-none-any.whl" } ], "name": "azure-storage-blob", @@ -601,41 +1998,41 @@ "value": "main" } ], - "purl": "pkg:pypi/azure-storage-blob@12.19.0", + "purl": "pkg:pypi/azure-storage-blob@12.21.0", "type": "library", - "version": "12.19.0" + "version": "12.21.0" }, { - "bom-ref": "backoff@2.2.1", - "description": "Function decoration for backoff and retry", + "bom-ref": "billiard@4.2.0", + "description": "Python multiprocessing fork with improvements and bugfixes", "externalReferences": [ { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "63579f9a0628e06278f7e47b7d7d5b6ce20dc65c5e96a6f3ca99a6adca0396e8" + "content": "07aa978b308f334ff8282bd4a746e681b3513db5c9a514cbdd810cbbdc19714d" } ], "type": "distribution", - "url": "https://pypi.org/simple/backoff/#backoff-2.2.1-py3-none-any.whl" + "url": "https://pypi.org/simple/billiard/#billiard-4.2.0-py3-none-any.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "03f829f5bb1923180821643f8753b0502c3b682293992485b0eef2807afa5cba" + "content": "9a3c3184cb275aa17a732f93f65b20c525d3d9f253722d26a82194803ade5a2c" } ], "type": "distribution", - "url": "https://pypi.org/simple/backoff/#backoff-2.2.1.tar.gz" + "url": "https://pypi.org/simple/billiard/#billiard-4.2.0.tar.gz" } ], - "name": "backoff", - "purl": "pkg:pypi/backoff@2.2.1", + "name": "billiard", + "purl": "pkg:pypi/billiard@4.2.0", "type": "library", - "version": "2.2.1" + "version": "4.2.0" }, { "bom-ref": "black@23.12.1", @@ -928,7 +2325,39 @@ "version": "4.0" }, { - "bom-ref": "certifi@2023.11.17", + "bom-ref": "celery@5.4.0", + "description": "Distributed Task Queue.", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "369631eb580cf8c51a82721ec538684994f8277637edde2dfc0dacd73ed97f64" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/celery/#celery-5.4.0-py3-none-any.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "504a19140e8d3029d5acad88330c541d4c3f64c789d85f94756762d8bca7e706" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/celery/#celery-5.4.0.tar.gz" + } + ], + "name": "celery", + "purl": "pkg:pypi/celery@5.4.0", + "type": "library", + "version": "5.4.0" + }, + { + "bom-ref": "certifi@2024.7.4", "description": "Python package for providing Mozilla's CA Bundle.", "externalReferences": [ { @@ -936,28 +2365,28 @@ "hashes": [ { "alg": "SHA-256", - "content": "e036ab49d5b79556f99cfc2d9320b34cfbe5be05c5871b51de9329f0603b0474" + "content": "c198e21b1289c2ab85ee4e67bb4b4ef3ead0892059901a8d5b622f24a1101e90" } ], "type": "distribution", - "url": "https://pypi.org/simple/certifi/#certifi-2023.11.17-py3-none-any.whl" + "url": "https://pypi.org/simple/certifi/#certifi-2024.7.4-py3-none-any.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "9b469f3a900bf28dc19b8cfbf8019bf47f7fdd1a65a1d4ffb98fc14166beb4d1" + "content": "5a1e7645bc0ec61a09e26c36f6106dd4cf40c6db3a1fb6352b0244e7fb057c7b" } ], "type": "distribution", - "url": "https://pypi.org/simple/certifi/#certifi-2023.11.17.tar.gz" + "url": "https://pypi.org/simple/certifi/#certifi-2024.7.4.tar.gz" } ], "name": "certifi", - "purl": "pkg:pypi/certifi@2023.11.17", + "purl": "pkg:pypi/certifi@2024.7.4", "type": "library", - "version": "2023.11.17" + "version": "2024.7.4" }, { "bom-ref": "cffi@1.16.0", @@ -2637,6 +4066,102 @@ "type": "library", "version": "8.1.7" }, + { + "bom-ref": "click-didyoumean@0.3.1", + "description": "Enables git-like *did-you-mean* feature in click", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "5c4bb6007cfea5f2fd6583a2fb6701a22a41eb98957e63d0fac41c10e7c3117c" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/click-didyoumean/#click_didyoumean-0.3.1-py3-none-any.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "4f82fdff0dbe64ef8ab2279bd6aa3f6a99c3b28c05aa09cbfc07c9d7fbb5a463" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/click-didyoumean/#click_didyoumean-0.3.1.tar.gz" + } + ], + "name": "click-didyoumean", + "purl": "pkg:pypi/click-didyoumean@0.3.1", + "type": "library", + "version": "0.3.1" + }, + { + "bom-ref": "click-plugins@1.1.1", + "description": "An extension module for click to enable registering CLI commands via setuptools entry-points.", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "46ab999744a9d831159c3411bb0c79346d94a444df9a3a3742e9ed63645f264b" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/click-plugins/#click-plugins-1.1.1.tar.gz" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "5d262006d3222f5057fd81e1623d4443e41dcda5dc815c06b442aa3c02889fc8" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/click-plugins/#click_plugins-1.1.1-py2.py3-none-any.whl" + } + ], + "name": "click-plugins", + "purl": "pkg:pypi/click-plugins@1.1.1", + "type": "library", + "version": "1.1.1" + }, + { + "bom-ref": "click-repl@0.3.0", + "description": "REPL plugin for Click", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "17849c23dba3d667247dc4defe1757fff98694e90fe37474f3feebb69ced26a9" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/click-repl/#click-repl-0.3.0.tar.gz" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "fb7e06deb8da8de86180a33a9da97ac316751c094c6899382da7feeeeb51b812" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/click-repl/#click_repl-0.3.0-py3-none-any.whl" + } + ], + "name": "click-repl", + "purl": "pkg:pypi/click-repl@0.3.0", + "type": "library", + "version": "0.3.0" + }, { "bom-ref": "colorama@0.4.6", "description": "Cross-platform colored terminal text.", @@ -2670,7 +4195,7 @@ "version": "0.4.6" }, { - "bom-ref": "comm@0.2.1", + "bom-ref": "comm@0.2.2", "description": "Jupyter Python Comm implementation, for usage in ipykernel, xeus-python etc.", "externalReferences": [ { @@ -2678,31 +4203,63 @@ "hashes": [ { "alg": "SHA-256", - "content": "87928485c0dfc0e7976fd89fc1e187023cf587e7c353e4a9b417555b44adf021" + "content": "e6fb86cb70ff661ee8c9c14e7d36d6de3b4066f1441be4063df9c5009f0a64d3" } ], "type": "distribution", - "url": "https://pypi.org/simple/comm/#comm-0.2.1-py3-none-any.whl" + "url": "https://pypi.org/simple/comm/#comm-0.2.2-py3-none-any.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "0bc91edae1344d39d3661dcbc36937181fdaddb304790458f8b044dbc064b89a" + "content": "3fd7a84065306e07bea1773df6eb8282de51ba82f77c72f9c85716ab11fe980e" } ], "type": "distribution", - "url": "https://pypi.org/simple/comm/#comm-0.2.1.tar.gz" + "url": "https://pypi.org/simple/comm/#comm-0.2.2.tar.gz" } ], "name": "comm", - "purl": "pkg:pypi/comm@0.2.1", + "purl": "pkg:pypi/comm@0.2.2", "type": "library", - "version": "0.2.1" + "version": "0.2.2" }, { - "bom-ref": "coverage@7.4.1", + "bom-ref": "configobj@5.0.8", + "description": "Config file reading, writing and validation.", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "a7a8c6ab7daade85c3f329931a807c8aee750a2494363934f8ea84d8a54c87ea" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/configobj/#configobj-5.0.8-py2.py3-none-any.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "6f704434a07dc4f4dc7c9a745172c1cad449feb548febd9f7fe362629c627a97" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/configobj/#configobj-5.0.8.tar.gz" + } + ], + "name": "configobj", + "purl": "pkg:pypi/configobj@5.0.8", + "type": "library", + "version": "5.0.8" + }, + { + "bom-ref": "coverage@7.6.0", "description": "Code coverage measurement for Python", "externalReferences": [ { @@ -2710,572 +4267,572 @@ "hashes": [ { "alg": "SHA-256", - "content": "077d366e724f24fc02dbfe9d946534357fda71af9764ff99d73c3c596001bbd7" + "content": "dff044f661f59dace805eedb4a7404c573b6ff0cdba4a524141bc63d7be5c7fd" } ], "type": "distribution", - "url": "https://pypi.org/simple/coverage/#coverage-7.4.1-cp310-cp310-macosx_10_9_x86_64.whl" + "url": "https://pypi.org/simple/coverage/#coverage-7.6.0-cp310-cp310-macosx_10_9_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "0193657651f5399d433c92f8ae264aff31fc1d066deee4b831549526433f3f61" + "content": "a8659fd33ee9e6ca03950cfdcdf271d645cf681609153f218826dd9805ab585c" } ], "type": "distribution", - "url": "https://pypi.org/simple/coverage/#coverage-7.4.1-cp310-cp310-macosx_11_0_arm64.whl" + "url": "https://pypi.org/simple/coverage/#coverage-7.6.0-cp310-cp310-macosx_11_0_arm64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "d17bbc946f52ca67adf72a5ee783cd7cd3477f8f8796f59b4974a9b59cacc9ee" + "content": "7792f0ab20df8071d669d929c75c97fecfa6bcab82c10ee4adb91c7a54055463" } ], "type": "distribution", - "url": "https://pypi.org/simple/coverage/#coverage-7.4.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + "url": "https://pypi.org/simple/coverage/#coverage-7.6.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "a3277f5fa7483c927fe3a7b017b39351610265308f5267ac6d4c2b64cc1d8d25" + "content": "d4b3cd1ca7cd73d229487fa5caca9e4bc1f0bca96526b922d61053ea751fe791" } ], "type": "distribution", - "url": "https://pypi.org/simple/coverage/#coverage-7.4.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" + "url": "https://pypi.org/simple/coverage/#coverage-7.6.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "6dceb61d40cbfcf45f51e59933c784a50846dc03211054bd76b421a713dcdf19" + "content": "e7e128f85c0b419907d1f38e616c4f1e9f1d1b37a7949f44df9a73d5da5cd53c" } ], "type": "distribution", - "url": "https://pypi.org/simple/coverage/#coverage-7.4.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + "url": "https://pypi.org/simple/coverage/#coverage-7.6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "6008adeca04a445ea6ef31b2cbaf1d01d02986047606f7da266629afee982630" + "content": "a94925102c89247530ae1dab7dc02c690942566f22e189cbd53579b0693c0783" } ], "type": "distribution", - "url": "https://pypi.org/simple/coverage/#coverage-7.4.1-cp310-cp310-musllinux_1_1_aarch64.whl" + "url": "https://pypi.org/simple/coverage/#coverage-7.6.0-cp310-cp310-musllinux_1_2_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "c61f66d93d712f6e03369b6a7769233bfda880b12f417eefdd4f16d1deb2fc4c" + "content": "dcd070b5b585b50e6617e8972f3fbbee786afca71b1936ac06257f7e178f00f6" } ], "type": "distribution", - "url": "https://pypi.org/simple/coverage/#coverage-7.4.1-cp310-cp310-musllinux_1_1_i686.whl" + "url": "https://pypi.org/simple/coverage/#coverage-7.6.0-cp310-cp310-musllinux_1_2_i686.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "b9bb62fac84d5f2ff523304e59e5c439955fb3b7f44e3d7b2085184db74d733b" + "content": "d50a252b23b9b4dfeefc1f663c568a221092cbaded20a05a11665d0dbec9b8fb" } ], "type": "distribution", - "url": "https://pypi.org/simple/coverage/#coverage-7.4.1-cp310-cp310-musllinux_1_1_x86_64.whl" + "url": "https://pypi.org/simple/coverage/#coverage-7.6.0-cp310-cp310-musllinux_1_2_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "f86f368e1c7ce897bf2457b9eb61169a44e2ef797099fb5728482b8d69f3f016" + "content": "0e7b27d04131c46e6894f23a4ae186a6a2207209a05df5b6ad4caee6d54a222c" } ], "type": "distribution", - "url": "https://pypi.org/simple/coverage/#coverage-7.4.1-cp310-cp310-win32.whl" + "url": "https://pypi.org/simple/coverage/#coverage-7.6.0-cp310-cp310-win32.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "869b5046d41abfea3e381dd143407b0d29b8282a904a19cb908fa24d090cc018" + "content": "54dece71673b3187c86226c3ca793c5f891f9fc3d8aa183f2e3653da18566169" } ], "type": "distribution", - "url": "https://pypi.org/simple/coverage/#coverage-7.4.1-cp310-cp310-win_amd64.whl" + "url": "https://pypi.org/simple/coverage/#coverage-7.6.0-cp310-cp310-win_amd64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "b8ffb498a83d7e0305968289441914154fb0ef5d8b3157df02a90c6695978295" + "content": "c7b525ab52ce18c57ae232ba6f7010297a87ced82a2383b1afd238849c1ff933" } ], "type": "distribution", - "url": "https://pypi.org/simple/coverage/#coverage-7.4.1-cp311-cp311-macosx_10_9_x86_64.whl" + "url": "https://pypi.org/simple/coverage/#coverage-7.6.0-cp311-cp311-macosx_10_9_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "3cacfaefe6089d477264001f90f55b7881ba615953414999c46cc9713ff93c8c" + "content": "4bea27c4269234e06f621f3fac3925f56ff34bc14521484b8f66a580aacc2e7d" } ], "type": "distribution", - "url": "https://pypi.org/simple/coverage/#coverage-7.4.1-cp311-cp311-macosx_11_0_arm64.whl" + "url": "https://pypi.org/simple/coverage/#coverage-7.6.0-cp311-cp311-macosx_11_0_arm64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "5d6850e6e36e332d5511a48a251790ddc545e16e8beaf046c03985c69ccb2676" + "content": "ed8d1d1821ba5fc88d4a4f45387b65de52382fa3ef1f0115a4f7a20cdfab0e94" } ], "type": "distribution", - "url": "https://pypi.org/simple/coverage/#coverage-7.4.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + "url": "https://pypi.org/simple/coverage/#coverage-7.6.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "18e961aa13b6d47f758cc5879383d27b5b3f3dcd9ce8cdbfdc2571fe86feb4dd" + "content": "01c322ef2bbe15057bc4bf132b525b7e3f7206f071799eb8aa6ad1940bcf5fb1" } ], "type": "distribution", - "url": "https://pypi.org/simple/coverage/#coverage-7.4.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" + "url": "https://pypi.org/simple/coverage/#coverage-7.6.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "dfd1e1b9f0898817babf840b77ce9fe655ecbe8b1b327983df485b30df8cc011" + "content": "03cafe82c1b32b770a29fd6de923625ccac3185a54a5e66606da26d105f37dac" } ], "type": "distribution", - "url": "https://pypi.org/simple/coverage/#coverage-7.4.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + "url": "https://pypi.org/simple/coverage/#coverage-7.6.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "6b00e21f86598b6330f0019b40fb397e705135040dbedc2ca9a93c7441178e74" + "content": "0d1b923fc4a40c5832be4f35a5dab0e5ff89cddf83bb4174499e02ea089daf57" } ], "type": "distribution", - "url": "https://pypi.org/simple/coverage/#coverage-7.4.1-cp311-cp311-musllinux_1_1_aarch64.whl" + "url": "https://pypi.org/simple/coverage/#coverage-7.6.0-cp311-cp311-musllinux_1_2_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "536d609c6963c50055bab766d9951b6c394759190d03311f3e9fcf194ca909e1" + "content": "4b03741e70fb811d1a9a1d75355cf391f274ed85847f4b78e35459899f57af4d" } ], "type": "distribution", - "url": "https://pypi.org/simple/coverage/#coverage-7.4.1-cp311-cp311-musllinux_1_1_i686.whl" + "url": "https://pypi.org/simple/coverage/#coverage-7.6.0-cp311-cp311-musllinux_1_2_i686.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "7ac8f8eb153724f84885a1374999b7e45734bf93a87d8df1e7ce2146860edef6" + "content": "a73d18625f6a8a1cbb11eadc1d03929f9510f4131879288e3f7922097a429f63" } ], "type": "distribution", - "url": "https://pypi.org/simple/coverage/#coverage-7.4.1-cp311-cp311-musllinux_1_1_x86_64.whl" + "url": "https://pypi.org/simple/coverage/#coverage-7.6.0-cp311-cp311-musllinux_1_2_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "f3771b23bb3675a06f5d885c3630b1d01ea6cac9e84a01aaf5508706dba546c5" + "content": "65fa405b837060db569a61ec368b74688f429b32fa47a8929a7a2f9b47183713" } ], "type": "distribution", - "url": "https://pypi.org/simple/coverage/#coverage-7.4.1-cp311-cp311-win32.whl" + "url": "https://pypi.org/simple/coverage/#coverage-7.6.0-cp311-cp311-win32.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "9d2f9d4cc2a53b38cabc2d6d80f7f9b7e3da26b2f53d48f05876fef7956b6968" + "content": "6379688fb4cfa921ae349c76eb1a9ab26b65f32b03d46bb0eed841fd4cb6afb1" } ], "type": "distribution", - "url": "https://pypi.org/simple/coverage/#coverage-7.4.1-cp311-cp311-win_amd64.whl" + "url": "https://pypi.org/simple/coverage/#coverage-7.6.0-cp311-cp311-win_amd64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "f68ef3660677e6624c8cace943e4765545f8191313a07288a53d3da188bd8581" + "content": "f7db0b6ae1f96ae41afe626095149ecd1b212b424626175a6633c2999eaad45b" } ], "type": "distribution", - "url": "https://pypi.org/simple/coverage/#coverage-7.4.1-cp312-cp312-macosx_10_9_x86_64.whl" + "url": "https://pypi.org/simple/coverage/#coverage-7.6.0-cp312-cp312-macosx_10_9_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "23b27b8a698e749b61809fb637eb98ebf0e505710ec46a8aa6f1be7dc0dc43a6" + "content": "bbdf9a72403110a3bdae77948b8011f644571311c2fb35ee15f0f10a8fc082e8" } ], "type": "distribution", - "url": "https://pypi.org/simple/coverage/#coverage-7.4.1-cp312-cp312-macosx_11_0_arm64.whl" + "url": "https://pypi.org/simple/coverage/#coverage-7.6.0-cp312-cp312-macosx_11_0_arm64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "3e3424c554391dc9ef4a92ad28665756566a28fecf47308f91841f6c49288e66" + "content": "9cc44bf0315268e253bf563f3560e6c004efe38f76db03a1558274a6e04bf5d5" } ], "type": "distribution", - "url": "https://pypi.org/simple/coverage/#coverage-7.4.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + "url": "https://pypi.org/simple/coverage/#coverage-7.6.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "e0860a348bf7004c812c8368d1fc7f77fe8e4c095d661a579196a9533778e156" + "content": "da8549d17489cd52f85a9829d0e1d91059359b3c54a26f28bec2c5d369524807" } ], "type": "distribution", - "url": "https://pypi.org/simple/coverage/#coverage-7.4.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" + "url": "https://pypi.org/simple/coverage/#coverage-7.6.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "fe558371c1bdf3b8fa03e097c523fb9645b8730399c14fe7721ee9c9e2a545d3" + "content": "0086cd4fc71b7d485ac93ca4239c8f75732c2ae3ba83f6be1c9be59d9e2c6382" } ], "type": "distribution", - "url": "https://pypi.org/simple/coverage/#coverage-7.4.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + "url": "https://pypi.org/simple/coverage/#coverage-7.6.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "3468cc8720402af37b6c6e7e2a9cdb9f6c16c728638a2ebc768ba1ef6f26c3a1" + "content": "1fad32ee9b27350687035cb5fdf9145bc9cf0a094a9577d43e909948ebcfa27b" } ], "type": "distribution", - "url": "https://pypi.org/simple/coverage/#coverage-7.4.1-cp312-cp312-musllinux_1_1_aarch64.whl" + "url": "https://pypi.org/simple/coverage/#coverage-7.6.0-cp312-cp312-musllinux_1_2_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "02f2edb575d62172aa28fe00efe821ae31f25dc3d589055b3fb64d51e52e4ab1" + "content": "044a0985a4f25b335882b0966625270a8d9db3d3409ddc49a4eb00b0ef5e8cee" } ], "type": "distribution", - "url": "https://pypi.org/simple/coverage/#coverage-7.4.1-cp312-cp312-musllinux_1_1_i686.whl" + "url": "https://pypi.org/simple/coverage/#coverage-7.6.0-cp312-cp312-musllinux_1_2_i686.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "ca6e61dc52f601d1d224526360cdeab0d0712ec104a2ce6cc5ccef6ed9a233bc" + "content": "76d5f82213aa78098b9b964ea89de4617e70e0d43e97900c2778a50856dac605" } ], "type": "distribution", - "url": "https://pypi.org/simple/coverage/#coverage-7.4.1-cp312-cp312-musllinux_1_1_x86_64.whl" + "url": "https://pypi.org/simple/coverage/#coverage-7.6.0-cp312-cp312-musllinux_1_2_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "ca7b26a5e456a843b9b6683eada193fc1f65c761b3a473941efe5a291f604c74" + "content": "3c59105f8d58ce500f348c5b56163a4113a440dad6daa2294b5052a10db866da" } ], "type": "distribution", - "url": "https://pypi.org/simple/coverage/#coverage-7.4.1-cp312-cp312-win32.whl" + "url": "https://pypi.org/simple/coverage/#coverage-7.6.0-cp312-cp312-win32.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "85ccc5fa54c2ed64bd91ed3b4a627b9cce04646a659512a051fa82a92c04a448" + "content": "ca5d79cfdae420a1d52bf177de4bc2289c321d6c961ae321503b2ca59c17ae67" } ], "type": "distribution", - "url": "https://pypi.org/simple/coverage/#coverage-7.4.1-cp312-cp312-win_amd64.whl" + "url": "https://pypi.org/simple/coverage/#coverage-7.6.0-cp312-cp312-win_amd64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "8bdb0285a0202888d19ec6b6d23d5990410decb932b709f2b0dfe216d031d218" + "content": "d39bd10f0ae453554798b125d2f39884290c480f56e8a02ba7a6ed552005243b" } ], "type": "distribution", - "url": "https://pypi.org/simple/coverage/#coverage-7.4.1-cp38-cp38-macosx_10_9_x86_64.whl" + "url": "https://pypi.org/simple/coverage/#coverage-7.6.0-cp38-cp38-macosx_10_9_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "918440dea04521f499721c039863ef95433314b1db00ff826a02580c1f503e45" + "content": "beb08e8508e53a568811016e59f3234d29c2583f6b6e28572f0954a6b4f7e03d" } ], "type": "distribution", - "url": "https://pypi.org/simple/coverage/#coverage-7.4.1-cp38-cp38-macosx_11_0_arm64.whl" + "url": "https://pypi.org/simple/coverage/#coverage-7.6.0-cp38-cp38-macosx_11_0_arm64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "379d4c7abad5afbe9d88cc31ea8ca262296480a86af945b08214eb1a556a3e4d" + "content": "b2e16f4cd2bc4d88ba30ca2d3bbf2f21f00f382cf4e1ce3b1ddc96c634bc48ca" } ], "type": "distribution", - "url": "https://pypi.org/simple/coverage/#coverage-7.4.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + "url": "https://pypi.org/simple/coverage/#coverage-7.6.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "b094116f0b6155e36a304ff912f89bbb5067157aff5f94060ff20bbabdc8da06" + "content": "6616d1c9bf1e3faea78711ee42a8b972367d82ceae233ec0ac61cc7fec09fa6b" } ], "type": "distribution", - "url": "https://pypi.org/simple/coverage/#coverage-7.4.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" + "url": "https://pypi.org/simple/coverage/#coverage-7.6.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "f2f5968608b1fe2a1d00d01ad1017ee27efd99b3437e08b83ded9b7af3f6f766" + "content": "ad4567d6c334c46046d1c4c20024de2a1c3abc626817ae21ae3da600f5779b44" } ], "type": "distribution", - "url": "https://pypi.org/simple/coverage/#coverage-7.4.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + "url": "https://pypi.org/simple/coverage/#coverage-7.6.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "10e88e7f41e6197ea0429ae18f21ff521d4f4490aa33048f6c6f94c6045a6a75" + "content": "d17c6a415d68cfe1091d3296ba5749d3d8696e42c37fca5d4860c5bf7b729f03" } ], "type": "distribution", - "url": "https://pypi.org/simple/coverage/#coverage-7.4.1-cp38-cp38-musllinux_1_1_aarch64.whl" + "url": "https://pypi.org/simple/coverage/#coverage-7.6.0-cp38-cp38-musllinux_1_2_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "a4a3907011d39dbc3e37bdc5df0a8c93853c369039b59efa33a7b6669de04c60" + "content": "9146579352d7b5f6412735d0f203bbd8d00113a680b66565e205bc605ef81bc6" } ], "type": "distribution", - "url": "https://pypi.org/simple/coverage/#coverage-7.4.1-cp38-cp38-musllinux_1_1_i686.whl" + "url": "https://pypi.org/simple/coverage/#coverage-7.6.0-cp38-cp38-musllinux_1_2_i686.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "6d224f0c4c9c98290a6990259073f496fcec1b5cc613eecbd22786d398ded3ad" + "content": "cdab02a0a941af190df8782aafc591ef3ad08824f97850b015c8c6a8b3877b0b" } ], "type": "distribution", - "url": "https://pypi.org/simple/coverage/#coverage-7.4.1-cp38-cp38-musllinux_1_1_x86_64.whl" + "url": "https://pypi.org/simple/coverage/#coverage-7.6.0-cp38-cp38-musllinux_1_2_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "23f5881362dcb0e1a92b84b3c2809bdc90db892332daab81ad8f642d8ed55042" + "content": "df423f351b162a702c053d5dddc0fc0ef9a9e27ea3f449781ace5f906b664428" } ], "type": "distribution", - "url": "https://pypi.org/simple/coverage/#coverage-7.4.1-cp38-cp38-win32.whl" + "url": "https://pypi.org/simple/coverage/#coverage-7.6.0-cp38-cp38-win32.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "a07f61fc452c43cd5328b392e52555f7d1952400a1ad09086c4a8addccbd138d" + "content": "f2501d60d7497fd55e391f423f965bbe9e650e9ffc3c627d5f0ac516026000b8" } ], "type": "distribution", - "url": "https://pypi.org/simple/coverage/#coverage-7.4.1-cp38-cp38-win_amd64.whl" + "url": "https://pypi.org/simple/coverage/#coverage-7.6.0-cp38-cp38-win_amd64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "8e738a492b6221f8dcf281b67129510835461132b03024830ac0e554311a5c54" + "content": "7221f9ac9dad9492cecab6f676b3eaf9185141539d5c9689d13fd6b0d7de840c" } ], "type": "distribution", - "url": "https://pypi.org/simple/coverage/#coverage-7.4.1-cp39-cp39-macosx_10_9_x86_64.whl" + "url": "https://pypi.org/simple/coverage/#coverage-7.6.0-cp39-cp39-macosx_10_9_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "46342fed0fff72efcda77040b14728049200cbba1279e0bf1188f1f2078c1d70" + "content": "ddaaa91bfc4477d2871442bbf30a125e8fe6b05da8a0015507bfbf4718228ab2" } ], "type": "distribution", - "url": "https://pypi.org/simple/coverage/#coverage-7.4.1-cp39-cp39-macosx_11_0_arm64.whl" + "url": "https://pypi.org/simple/coverage/#coverage-7.6.0-cp39-cp39-macosx_11_0_arm64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "9641e21670c68c7e57d2053ddf6c443e4f0a6e18e547e86af3fad0795414a628" + "content": "c4cbe651f3904e28f3a55d6f371203049034b4ddbce65a54527a3f189ca3b390" } ], "type": "distribution", - "url": "https://pypi.org/simple/coverage/#coverage-7.4.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + "url": "https://pypi.org/simple/coverage/#coverage-7.6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "aeb2c2688ed93b027eb0d26aa188ada34acb22dceea256d76390eea135083950" + "content": "831b476d79408ab6ccfadaaf199906c833f02fdb32c9ab907b1d4aa0713cfa3b" } ], "type": "distribution", - "url": "https://pypi.org/simple/coverage/#coverage-7.4.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" + "url": "https://pypi.org/simple/coverage/#coverage-7.6.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "d12c923757de24e4e2110cf8832d83a886a4cf215c6e61ed506006872b43a6d1" + "content": "46c3d091059ad0b9c59d1034de74a7f36dcfa7f6d3bde782c49deb42438f2450" } ], "type": "distribution", - "url": "https://pypi.org/simple/coverage/#coverage-7.4.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + "url": "https://pypi.org/simple/coverage/#coverage-7.6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "0491275c3b9971cdbd28a4595c2cb5838f08036bca31765bad5e17edf900b2c7" + "content": "4d5fae0a22dc86259dee66f2cc6c1d3e490c4a1214d7daa2a93d07491c5c04b6" } ], "type": "distribution", - "url": "https://pypi.org/simple/coverage/#coverage-7.4.1-cp39-cp39-musllinux_1_1_aarch64.whl" + "url": "https://pypi.org/simple/coverage/#coverage-7.6.0-cp39-cp39-musllinux_1_2_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "8dfc5e195bbef80aabd81596ef52a1277ee7143fe419efc3c4d8ba2754671756" + "content": "07ed352205574aad067482e53dd606926afebcb5590653121063fbf4e2175166" } ], "type": "distribution", - "url": "https://pypi.org/simple/coverage/#coverage-7.4.1-cp39-cp39-musllinux_1_1_i686.whl" + "url": "https://pypi.org/simple/coverage/#coverage-7.6.0-cp39-cp39-musllinux_1_2_i686.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "1a78b656a4d12b0490ca72651fe4d9f5e07e3c6461063a9b6265ee45eb2bdd35" + "content": "49c76cdfa13015c4560702574bad67f0e15ca5a2872c6a125f6327ead2b731dd" } ], "type": "distribution", - "url": "https://pypi.org/simple/coverage/#coverage-7.4.1-cp39-cp39-musllinux_1_1_x86_64.whl" + "url": "https://pypi.org/simple/coverage/#coverage-7.6.0-cp39-cp39-musllinux_1_2_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "f90515974b39f4dea2f27c0959688621b46d96d5a626cf9c53dbc653a895c05c" + "content": "482855914928c8175735a2a59c8dc5806cf7d8f032e4820d52e845d1f731dca2" } ], "type": "distribution", - "url": "https://pypi.org/simple/coverage/#coverage-7.4.1-cp39-cp39-win32.whl" + "url": "https://pypi.org/simple/coverage/#coverage-7.6.0-cp39-cp39-win32.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "64e723ca82a84053dd7bfcc986bdb34af8d9da83c521c19d6b472bc6880e191a" + "content": "543ef9179bc55edfd895154a51792b01c017c87af0ebaae092720152e19e42ca" } ], "type": "distribution", - "url": "https://pypi.org/simple/coverage/#coverage-7.4.1-cp39-cp39-win_amd64.whl" + "url": "https://pypi.org/simple/coverage/#coverage-7.6.0-cp39-cp39-win_amd64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "32a8d985462e37cfdab611a6f95b09d7c091d07668fdc26e47a725ee575fe166" + "content": "6fe885135c8a479d3e37a7aae61cbd3a0fb2deccb4dda3c25f92a49189f766d6" } ], "type": "distribution", - "url": "https://pypi.org/simple/coverage/#coverage-7.4.1-pp38.pp39.pp310-none-any.whl" + "url": "https://pypi.org/simple/coverage/#coverage-7.6.0-pp38.pp39.pp310-none-any.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "1ed4b95480952b1a26d863e546fa5094564aa0065e1e5f0d4d0041f293251d04" + "content": "289cc803fa1dc901f84701ac10c9ee873619320f2f9aff38794db4a4a0268d51" } ], "type": "distribution", - "url": "https://pypi.org/simple/coverage/#coverage-7.4.1.tar.gz" + "url": "https://pypi.org/simple/coverage/#coverage-7.6.0.tar.gz" } ], "name": "coverage", @@ -3285,12 +4842,12 @@ "value": "dev" } ], - "purl": "pkg:pypi/coverage@7.4.1", + "purl": "pkg:pypi/coverage@7.6.0", "type": "library", - "version": "7.4.1" + "version": "7.6.0" }, { - "bom-ref": "cryptography@42.0.2", + "bom-ref": "cryptography@43.0.0", "description": "cryptography is a package which provides cryptographic recipes and primitives to Python developers.", "externalReferences": [ { @@ -3298,361 +4855,306 @@ "hashes": [ { "alg": "SHA-256", - "content": "701171f825dcab90969596ce2af253143b93b08f1a716d4b2a9d2db5084ef7be" + "content": "64c3f16e2a4fc51c0d06af28441881f98c5d91009b8caaff40cf3548089e9c74" } ], "type": "distribution", - "url": "https://pypi.org/simple/cryptography/#cryptography-42.0.2-cp37-abi3-macosx_10_12_universal2.whl" + "url": "https://pypi.org/simple/cryptography/#cryptography-43.0.0-cp37-abi3-macosx_10_9_universal2.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "61321672b3ac7aade25c40449ccedbc6db72c7f5f0fdf34def5e2f8b51ca530d" + "content": "3dcdedae5c7710b9f97ac6bba7e1052b95c7083c9d0e9df96e02a1932e777895" } ], "type": "distribution", - "url": "https://pypi.org/simple/cryptography/#cryptography-42.0.2-cp37-abi3-macosx_10_12_x86_64.whl" + "url": "https://pypi.org/simple/cryptography/#cryptography-43.0.0-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "ea2c3ffb662fec8bbbfce5602e2c159ff097a4631d96235fcf0fb00e59e3ece4" + "content": "3d9a1eca329405219b605fac09ecfc09ac09e595d6def650a437523fcd08dd22" } ], "type": "distribution", - "url": "https://pypi.org/simple/cryptography/#cryptography-42.0.2-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + "url": "https://pypi.org/simple/cryptography/#cryptography-43.0.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "3b15c678f27d66d247132cbf13df2f75255627bcc9b6a570f7d2fd08e8c081d2" + "content": "ea9e57f8ea880eeea38ab5abf9fbe39f923544d7884228ec67d666abd60f5a47" } ], "type": "distribution", - "url": "https://pypi.org/simple/cryptography/#cryptography-42.0.2-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + "url": "https://pypi.org/simple/cryptography/#cryptography-43.0.0-cp37-abi3-manylinux_2_28_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "8e88bb9eafbf6a4014d55fb222e7360eef53e613215085e65a13290577394529" + "content": "9a8d6802e0825767476f62aafed40532bd435e8a5f7d23bd8b4f5fd04cc80ecf" } ], "type": "distribution", - "url": "https://pypi.org/simple/cryptography/#cryptography-42.0.2-cp37-abi3-manylinux_2_28_aarch64.whl" + "url": "https://pypi.org/simple/cryptography/#cryptography-43.0.0-cp37-abi3-manylinux_2_28_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "a047682d324ba56e61b7ea7c7299d51e61fd3bca7dad2ccc39b72bd0118d60a1" + "content": "cc70b4b581f28d0a254d006f26949245e3657d40d8857066c2ae22a61222ef55" } ], "type": "distribution", - "url": "https://pypi.org/simple/cryptography/#cryptography-42.0.2-cp37-abi3-manylinux_2_28_x86_64.whl" + "url": "https://pypi.org/simple/cryptography/#cryptography-43.0.0-cp37-abi3-musllinux_1_2_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "36d4b7c4be6411f58f60d9ce555a73df8406d484ba12a63549c88bd64f7967f1" + "content": "4a997df8c1c2aae1e1e5ac49c2e4f610ad037fc5a3aadc7b64e39dea42249431" } ], "type": "distribution", - "url": "https://pypi.org/simple/cryptography/#cryptography-42.0.2-cp37-abi3-musllinux_1_1_aarch64.whl" + "url": "https://pypi.org/simple/cryptography/#cryptography-43.0.0-cp37-abi3-musllinux_1_2_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "a00aee5d1b6c20620161984f8ab2ab69134466c51f58c052c11b076715e72929" + "content": "6e2b11c55d260d03a8cf29ac9b5e0608d35f08077d8c087be96287f43af3ccdc" } ], "type": "distribution", - "url": "https://pypi.org/simple/cryptography/#cryptography-42.0.2-cp37-abi3-musllinux_1_1_x86_64.whl" + "url": "https://pypi.org/simple/cryptography/#cryptography-43.0.0-cp37-abi3-win32.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "b97fe7d7991c25e6a31e5d5e795986b18fbbb3107b873d5f3ae6dc9a103278e9" + "content": "31e44a986ceccec3d0498e16f3d27b2ee5fdf69ce2ab89b52eaad1d2f33d8778" } ], "type": "distribution", - "url": "https://pypi.org/simple/cryptography/#cryptography-42.0.2-cp37-abi3-musllinux_1_2_aarch64.whl" + "url": "https://pypi.org/simple/cryptography/#cryptography-43.0.0-cp37-abi3-win_amd64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "5fa82a26f92871eca593b53359c12ad7949772462f887c35edaf36f87953c0e2" + "content": "7b3f5fe74a5ca32d4d0f302ffe6680fcc5c28f8ef0dc0ae8f40c0f3a1b4fca66" } ], "type": "distribution", - "url": "https://pypi.org/simple/cryptography/#cryptography-42.0.2-cp37-abi3-musllinux_1_2_x86_64.whl" + "url": "https://pypi.org/simple/cryptography/#cryptography-43.0.0-cp39-abi3-macosx_10_9_universal2.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "4b063d3413f853e056161eb0c7724822a9740ad3caa24b8424d776cebf98e7ee" + "content": "ac1955ce000cb29ab40def14fd1bbfa7af2017cca696ee696925615cafd0dce5" } ], "type": "distribution", - "url": "https://pypi.org/simple/cryptography/#cryptography-42.0.2-cp37-abi3-win32.whl" + "url": "https://pypi.org/simple/cryptography/#cryptography-43.0.0-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "841ec8af7a8491ac76ec5a9522226e287187a3107e12b7d686ad354bb78facee" + "content": "299d3da8e00b7e2b54bb02ef58d73cd5f55fb31f33ebbf33bd00d9aa6807df7e" } ], "type": "distribution", - "url": "https://pypi.org/simple/cryptography/#cryptography-42.0.2-cp37-abi3-win_amd64.whl" + "url": "https://pypi.org/simple/cryptography/#cryptography-43.0.0-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "55d1580e2d7e17f45d19d3b12098e352f3a37fe86d380bf45846ef257054b242" + "content": "ee0c405832ade84d4de74b9029bedb7b31200600fa524d218fc29bfa371e97f5" } ], "type": "distribution", - "url": "https://pypi.org/simple/cryptography/#cryptography-42.0.2-cp39-abi3-macosx_10_12_universal2.whl" + "url": "https://pypi.org/simple/cryptography/#cryptography-43.0.0-cp39-abi3-manylinux_2_28_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "28cb2c41f131a5758d6ba6a0504150d644054fd9f3203a1e8e8d7ac3aea7f73a" + "content": "cb013933d4c127349b3948aa8aaf2f12c0353ad0eccd715ca789c8a0f671646f" } ], "type": "distribution", - "url": "https://pypi.org/simple/cryptography/#cryptography-42.0.2-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + "url": "https://pypi.org/simple/cryptography/#cryptography-43.0.0-cp39-abi3-manylinux_2_28_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "b9097a208875fc7bbeb1286d0125d90bdfed961f61f214d3f5be62cd4ed8a446" + "content": "fdcb265de28585de5b859ae13e3846a8e805268a823a12a4da2597f1f5afc9f0" } ], "type": "distribution", - "url": "https://pypi.org/simple/cryptography/#cryptography-42.0.2-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + "url": "https://pypi.org/simple/cryptography/#cryptography-43.0.0-cp39-abi3-musllinux_1_2_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "44c95c0e96b3cb628e8452ec060413a49002a247b2b9938989e23a2c8291fc90" + "content": "2905ccf93a8a2a416f3ec01b1a7911c3fe4073ef35640e7ee5296754e30b762b" } ], "type": "distribution", - "url": "https://pypi.org/simple/cryptography/#cryptography-42.0.2-cp39-abi3-manylinux_2_28_aarch64.whl" + "url": "https://pypi.org/simple/cryptography/#cryptography-43.0.0-cp39-abi3-musllinux_1_2_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "2f9f14185962e6a04ab32d1abe34eae8a9001569ee4edb64d2304bf0d65c53f3" + "content": "47ca71115e545954e6c1d207dd13461ab81f4eccfcb1345eac874828b5e3eaaf" } ], "type": "distribution", - "url": "https://pypi.org/simple/cryptography/#cryptography-42.0.2-cp39-abi3-manylinux_2_28_x86_64.whl" + "url": "https://pypi.org/simple/cryptography/#cryptography-43.0.0-cp39-abi3-win32.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "09a77e5b2e8ca732a19a90c5bca2d124621a1edb5438c5daa2d2738bfeb02589" + "content": "0663585d02f76929792470451a5ba64424acc3cd5227b03921dab0e2f27b1709" } ], "type": "distribution", - "url": "https://pypi.org/simple/cryptography/#cryptography-42.0.2-cp39-abi3-musllinux_1_1_aarch64.whl" + "url": "https://pypi.org/simple/cryptography/#cryptography-43.0.0-cp39-abi3-win_amd64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "ad28cff53f60d99a928dfcf1e861e0b2ceb2bc1f08a074fdd601b314e1cc9e0a" + "content": "2c6d112bf61c5ef44042c253e4859b3cbbb50df2f78fa8fae6747a7814484a70" } ], "type": "distribution", - "url": "https://pypi.org/simple/cryptography/#cryptography-42.0.2-cp39-abi3-musllinux_1_1_x86_64.whl" + "url": "https://pypi.org/simple/cryptography/#cryptography-43.0.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "130c0f77022b2b9c99d8cebcdd834d81705f61c68e91ddd614ce74c657f8b3ea" + "content": "844b6d608374e7d08f4f6e6f9f7b951f9256db41421917dfb2d003dde4cd6b66" } ], "type": "distribution", - "url": "https://pypi.org/simple/cryptography/#cryptography-42.0.2-cp39-abi3-musllinux_1_2_aarch64.whl" + "url": "https://pypi.org/simple/cryptography/#cryptography-43.0.0-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "fa3dec4ba8fb6e662770b74f62f1a0c7d4e37e25b58b2bf2c1be4c95372b4a33" + "content": "51956cf8730665e2bdf8ddb8da0056f699c1a5715648c1b0144670c1ba00b48f" } ], "type": "distribution", - "url": "https://pypi.org/simple/cryptography/#cryptography-42.0.2-cp39-abi3-musllinux_1_2_x86_64.whl" + "url": "https://pypi.org/simple/cryptography/#cryptography-43.0.0-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "3dbd37e14ce795b4af61b89b037d4bc157f2cb23e676fa16932185a04dfbf635" + "content": "aae4d918f6b180a8ab8bf6511a419473d107df4dbb4225c7b48c5c9602c38c7f" } ], "type": "distribution", - "url": "https://pypi.org/simple/cryptography/#cryptography-42.0.2-cp39-abi3-win32.whl" + "url": "https://pypi.org/simple/cryptography/#cryptography-43.0.0-pp310-pypy310_pp73-win_amd64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "8a06641fb07d4e8f6c7dda4fc3f8871d327803ab6542e33831c7ccfdcb4d0ad6" + "content": "232ce02943a579095a339ac4b390fbbe97f5b5d5d107f8a08260ea2768be8cc2" } ], "type": "distribution", - "url": "https://pypi.org/simple/cryptography/#cryptography-42.0.2-cp39-abi3-win_amd64.whl" + "url": "https://pypi.org/simple/cryptography/#cryptography-43.0.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "087887e55e0b9c8724cf05361357875adb5c20dec27e5816b653492980d20380" + "content": "5bcb8a5620008a8034d39bce21dc3e23735dfdb6a33a06974739bfa04f853947" } ], "type": "distribution", - "url": "https://pypi.org/simple/cryptography/#cryptography-42.0.2-pp310-pypy310_pp73-macosx_10_12_x86_64.whl" + "url": "https://pypi.org/simple/cryptography/#cryptography-43.0.0-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "a7ef8dd0bf2e1d0a27042b231a3baac6883cdd5557036f5e8df7139255feaac6" + "content": "08a24a7070b2b6804c1940ff0f910ff728932a9d0e80e7814234269f9d46d069" } ], "type": "distribution", - "url": "https://pypi.org/simple/cryptography/#cryptography-42.0.2-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl" + "url": "https://pypi.org/simple/cryptography/#cryptography-43.0.0-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "4383b47f45b14459cab66048d384614019965ba6c1a1a141f11b5a551cace1b2" + "content": "e9c5266c432a1e23738d178e51c2c7a5e2ddf790f248be939448c0ba2021f9d1" } ], "type": "distribution", - "url": "https://pypi.org/simple/cryptography/#cryptography-42.0.2-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl" + "url": "https://pypi.org/simple/cryptography/#cryptography-43.0.0-pp39-pypy39_pp73-win_amd64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "fbeb725c9dc799a574518109336acccaf1303c30d45c075c665c0793c2f79a7f" + "content": "b88075ada2d51aa9f18283532c9f60e72170041bba88d7f37e49cbb10275299e" } ], "type": "distribution", - "url": "https://pypi.org/simple/cryptography/#cryptography-42.0.2-pp310-pypy310_pp73-win_amd64.whl" - }, - { - "comment": "from legacy-api", - "hashes": [ - { - "alg": "SHA-256", - "content": "320948ab49883557a256eab46149df79435a22d2fefd6a66fe6946f1b9d9d008" - } - ], - "type": "distribution", - "url": "https://pypi.org/simple/cryptography/#cryptography-42.0.2-pp39-pypy39_pp73-macosx_10_12_x86_64.whl" - }, - { - "comment": "from legacy-api", - "hashes": [ - { - "alg": "SHA-256", - "content": "5ef9bc3d046ce83c4bbf4c25e1e0547b9c441c01d30922d812e887dc5f125c12" - } - ], - "type": "distribution", - "url": "https://pypi.org/simple/cryptography/#cryptography-42.0.2-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl" - }, - { - "comment": "from legacy-api", - "hashes": [ - { - "alg": "SHA-256", - "content": "52ed9ebf8ac602385126c9a2fe951db36f2cb0c2538d22971487f89d0de4065a" - } - ], - "type": "distribution", - "url": "https://pypi.org/simple/cryptography/#cryptography-42.0.2-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl" - }, - { - "comment": "from legacy-api", - "hashes": [ - { - "alg": "SHA-256", - "content": "141e2aa5ba100d3788c0ad7919b288f89d1fe015878b9659b307c9ef867d3a65" - } - ], - "type": "distribution", - "url": "https://pypi.org/simple/cryptography/#cryptography-42.0.2-pp39-pypy39_pp73-win_amd64.whl" - }, - { - "comment": "from legacy-api", - "hashes": [ - { - "alg": "SHA-256", - "content": "e0ec52ba3c7f1b7d813cd52649a5b3ef1fc0d433219dc8c93827c57eab6cf888" - } - ], - "type": "distribution", - "url": "https://pypi.org/simple/cryptography/#cryptography-42.0.2.tar.gz" + "url": "https://pypi.org/simple/cryptography/#cryptography-43.0.0.tar.gz" } ], "name": "cryptography", - "purl": "pkg:pypi/cryptography@42.0.2", + "purl": "pkg:pypi/cryptography@43.0.0", "type": "library", - "version": "42.0.2" + "version": "43.0.0" }, { - "bom-ref": "cyclonedx-bom@4.1.1", + "bom-ref": "cyclonedx-bom@4.5.0", "description": "CycloneDX Software Bill of Materials (SBOM) generator for Python projects and environments", "externalReferences": [ { @@ -3660,22 +5162,22 @@ "hashes": [ { "alg": "SHA-256", - "content": "5cce6141676754f4a5a66b7c49534488ad30ed0fbe1472b69b4e15b15ba7235b" + "content": "c3f16ad26dc93202cd4c2fccdf392e8d24f086782b0f111473664c4663f5aeb3" } ], "type": "distribution", - "url": "https://pypi.org/simple/cyclonedx-bom/#cyclonedx_bom-4.1.1-py3-none-any.whl" + "url": "https://pypi.org/simple/cyclonedx-bom/#cyclonedx_bom-4.5.0-py3-none-any.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "fbebc6fa04099e0cad5a49336fc8da98fbe02721eeba29319a367555879307be" + "content": "09a9a6c3b86e1a143f2d89a4955a8e303abed7106adc4f5f0207ae0e3416ff86" } ], "type": "distribution", - "url": "https://pypi.org/simple/cyclonedx-bom/#cyclonedx_bom-4.1.1.tar.gz" + "url": "https://pypi.org/simple/cyclonedx-bom/#cyclonedx_bom-4.5.0.tar.gz" } ], "name": "cyclonedx-bom", @@ -3685,12 +5187,12 @@ "value": "dev" } ], - "purl": "pkg:pypi/cyclonedx-bom@4.1.1", + "purl": "pkg:pypi/cyclonedx-bom@4.5.0", "type": "library", - "version": "4.1.1" + "version": "4.5.0" }, { - "bom-ref": "cyclonedx-python-lib@6.4.1", + "bom-ref": "cyclonedx-python-lib@7.5.1", "description": "Python library for CycloneDX", "externalReferences": [ { @@ -3698,22 +5200,22 @@ "hashes": [ { "alg": "SHA-256", - "content": "42d50052c4604e8d6a91753e51bca33d668fb82adc1aab3f4eb54b89fa61cbc0" + "content": "9fc2c2e5facfd9530ede1f4525c903d29d91945688c5689b6d5fab46381dcab9" } ], "type": "distribution", - "url": "https://pypi.org/simple/cyclonedx-python-lib/#cyclonedx_python_lib-6.4.1-py3-none-any.whl" + "url": "https://pypi.org/simple/cyclonedx-python-lib/#cyclonedx_python_lib-7.5.1-py3-none-any.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "aca5d8cf10f8d8420ba621e0cf4a24b98708afb68ca2ca72d7f2cc6394c75681" + "content": "00cfe1e58452698650ae08b8f4389f7b1ec203a3e1c50cbf6ca6d320941dfb3f" } ], "type": "distribution", - "url": "https://pypi.org/simple/cyclonedx-python-lib/#cyclonedx_python_lib-6.4.1.tar.gz" + "url": "https://pypi.org/simple/cyclonedx-python-lib/#cyclonedx_python_lib-7.5.1.tar.gz" } ], "name": "cyclonedx-python-lib", @@ -3723,12 +5225,12 @@ "value": "validation" } ], - "purl": "pkg:pypi/cyclonedx-python-lib@6.4.1", + "purl": "pkg:pypi/cyclonedx-python-lib@7.5.1", "type": "library", - "version": "6.4.1" + "version": "7.5.1" }, { - "bom-ref": "debugpy@1.8.0", + "bom-ref": "debugpy@1.8.2", "description": "An implementation of the Debug Adapter Protocol for Python", "externalReferences": [ { @@ -3736,204 +5238,248 @@ "hashes": [ { "alg": "SHA-256", - "content": "7fb95ca78f7ac43393cd0e0f2b6deda438ec7c5e47fa5d38553340897d2fbdfb" + "content": "7ee2e1afbf44b138c005e4380097d92532e1001580853a7cb40ed84e0ef1c3d2" } ], "type": "distribution", - "url": "https://pypi.org/simple/debugpy/#debugpy-1.8.0-cp310-cp310-macosx_11_0_x86_64.whl" + "url": "https://pypi.org/simple/debugpy/#debugpy-1.8.2-cp310-cp310-macosx_11_0_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "ef9ab7df0b9a42ed9c878afd3eaaff471fce3fa73df96022e1f5c9f8f8c87ada" + "content": "3f8c3f7c53130a070f0fc845a0f2cee8ed88d220d6b04595897b66605df1edd6" } ], "type": "distribution", - "url": "https://pypi.org/simple/debugpy/#debugpy-1.8.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + "url": "https://pypi.org/simple/debugpy/#debugpy-1.8.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "a8b7a2fd27cd9f3553ac112f356ad4ca93338feadd8910277aff71ab24d8775f" + "content": "f179af1e1bd4c88b0b9f0fa153569b24f6b6f3de33f94703336363ae62f4bf47" } ], "type": "distribution", - "url": "https://pypi.org/simple/debugpy/#debugpy-1.8.0-cp310-cp310-win32.whl" + "url": "https://pypi.org/simple/debugpy/#debugpy-1.8.2-cp310-cp310-win32.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "5d9de202f5d42e62f932507ee8b21e30d49aae7e46d5b1dd5c908db1d7068637" + "content": "0600faef1d0b8d0e85c816b8bb0cb90ed94fc611f308d5fde28cb8b3d2ff0fe3" } ], "type": "distribution", - "url": "https://pypi.org/simple/debugpy/#debugpy-1.8.0-cp310-cp310-win_amd64.whl" + "url": "https://pypi.org/simple/debugpy/#debugpy-1.8.2-cp310-cp310-win_amd64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "ef54404365fae8d45cf450d0544ee40cefbcb9cb85ea7afe89a963c27028261e" + "content": "8a13417ccd5978a642e91fb79b871baded925d4fadd4dfafec1928196292aa0a" } ], "type": "distribution", - "url": "https://pypi.org/simple/debugpy/#debugpy-1.8.0-cp311-cp311-macosx_11_0_universal2.whl" + "url": "https://pypi.org/simple/debugpy/#debugpy-1.8.2-cp311-cp311-macosx_11_0_universal2.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "60009b132c91951354f54363f8ebdf7457aeb150e84abba5ae251b8e9f29a8a6" + "content": "acdf39855f65c48ac9667b2801234fc64d46778021efac2de7e50907ab90c634" } ], "type": "distribution", - "url": "https://pypi.org/simple/debugpy/#debugpy-1.8.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + "url": "https://pypi.org/simple/debugpy/#debugpy-1.8.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "8cd0197141eb9e8a4566794550cfdcdb8b3db0818bdf8c49a8e8f8053e56e38b" + "content": "2cbd4d9a2fc5e7f583ff9bf11f3b7d78dfda8401e8bb6856ad1ed190be4281ad" } ], "type": "distribution", - "url": "https://pypi.org/simple/debugpy/#debugpy-1.8.0-cp311-cp311-win32.whl" + "url": "https://pypi.org/simple/debugpy/#debugpy-1.8.2-cp311-cp311-win32.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "a64093656c4c64dc6a438e11d59369875d200bd5abb8f9b26c1f5f723622e153" + "content": "d3408fddd76414034c02880e891ea434e9a9cf3a69842098ef92f6e809d09afa" } ], "type": "distribution", - "url": "https://pypi.org/simple/debugpy/#debugpy-1.8.0-cp311-cp311-win_amd64.whl" + "url": "https://pypi.org/simple/debugpy/#debugpy-1.8.2-cp311-cp311-win_amd64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "b05a6b503ed520ad58c8dc682749113d2fd9f41ffd45daec16e558ca884008cd" + "content": "5d3ccd39e4021f2eb86b8d748a96c766058b39443c1f18b2dc52c10ac2757835" } ], "type": "distribution", - "url": "https://pypi.org/simple/debugpy/#debugpy-1.8.0-cp38-cp38-macosx_11_0_x86_64.whl" + "url": "https://pypi.org/simple/debugpy/#debugpy-1.8.2-cp312-cp312-macosx_11_0_universal2.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "3c6fb41c98ec51dd010d7ed650accfd07a87fe5e93eca9d5f584d0578f28f35f" + "content": "62658aefe289598680193ff655ff3940e2a601765259b123dc7f89c0239b8cd3" } ], "type": "distribution", - "url": "https://pypi.org/simple/debugpy/#debugpy-1.8.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + "url": "https://pypi.org/simple/debugpy/#debugpy-1.8.2-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "46ab6780159eeabb43c1495d9c84cf85d62975e48b6ec21ee10c95767c0590aa" + "content": "bd11fe35d6fd3431f1546d94121322c0ac572e1bfb1f6be0e9b8655fb4ea941e" } ], "type": "distribution", - "url": "https://pypi.org/simple/debugpy/#debugpy-1.8.0-cp38-cp38-win32.whl" + "url": "https://pypi.org/simple/debugpy/#debugpy-1.8.2-cp312-cp312-win32.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "bdc5ef99d14b9c0fcb35351b4fbfc06ac0ee576aeab6b2511702e5a648a2e595" + "content": "15bc2f4b0f5e99bf86c162c91a74c0631dbd9cef3c6a1d1329c946586255e859" } ], "type": "distribution", - "url": "https://pypi.org/simple/debugpy/#debugpy-1.8.0-cp38-cp38-win_amd64.whl" + "url": "https://pypi.org/simple/debugpy/#debugpy-1.8.2-cp312-cp312-win_amd64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "61eab4a4c8b6125d41a34bad4e5fe3d2cc145caecd63c3fe953be4cc53e65bf8" + "content": "5a019d4574afedc6ead1daa22736c530712465c0c4cd44f820d803d937531b2d" } ], "type": "distribution", - "url": "https://pypi.org/simple/debugpy/#debugpy-1.8.0-cp39-cp39-macosx_11_0_x86_64.whl" + "url": "https://pypi.org/simple/debugpy/#debugpy-1.8.2-cp38-cp38-macosx_11_0_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "125b9a637e013f9faac0a3d6a82bd17c8b5d2c875fb6b7e2772c5aba6d082332" + "content": "40f062d6877d2e45b112c0bbade9a17aac507445fd638922b1a5434df34aed02" } ], "type": "distribution", - "url": "https://pypi.org/simple/debugpy/#debugpy-1.8.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + "url": "https://pypi.org/simple/debugpy/#debugpy-1.8.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "57161629133113c97b387382045649a2b985a348f0c9366e22217c87b68b73c6" + "content": "c78ba1680f1015c0ca7115671fe347b28b446081dada3fedf54138f44e4ba031" } ], "type": "distribution", - "url": "https://pypi.org/simple/debugpy/#debugpy-1.8.0-cp39-cp39-win32.whl" + "url": "https://pypi.org/simple/debugpy/#debugpy-1.8.2-cp38-cp38-win32.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "e3412f9faa9ade82aa64a50b602544efcba848c91384e9f93497a458767e6926" + "content": "cf327316ae0c0e7dd81eb92d24ba8b5e88bb4d1b585b5c0d32929274a66a5210" } ], "type": "distribution", - "url": "https://pypi.org/simple/debugpy/#debugpy-1.8.0-cp39-cp39-win_amd64.whl" + "url": "https://pypi.org/simple/debugpy/#debugpy-1.8.2-cp38-cp38-win_amd64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "9c9b0ac1ce2a42888199df1a1906e45e6f3c9555497643a85e0bf2406e3ffbc4" + "content": "1523bc551e28e15147815d1397afc150ac99dbd3a8e64641d53425dba57b0ff9" } ], "type": "distribution", - "url": "https://pypi.org/simple/debugpy/#debugpy-1.8.0-py2.py3-none-any.whl" + "url": "https://pypi.org/simple/debugpy/#debugpy-1.8.2-cp39-cp39-macosx_11_0_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "12af2c55b419521e33d5fb21bd022df0b5eb267c3e178f1d374a63a2a6bdccd0" + "content": "e24ccb0cd6f8bfaec68d577cb49e9c680621c336f347479b3fce060ba7c09ec1" } ], "type": "distribution", - "url": "https://pypi.org/simple/debugpy/#debugpy-1.8.0.zip" + "url": "https://pypi.org/simple/debugpy/#debugpy-1.8.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "7f8d57a98c5a486c5c7824bc0b9f2f11189d08d73635c326abef268f83950326" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/debugpy/#debugpy-1.8.2-cp39-cp39-win32.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "16c8dcab02617b75697a0a925a62943e26a0330da076e2a10437edd9f0bf3755" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/debugpy/#debugpy-1.8.2-cp39-cp39-win_amd64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "16e16df3a98a35c63c3ab1e4d19be4cbc7fdda92d9ddc059294f18910928e0ca" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/debugpy/#debugpy-1.8.2-py2.py3-none-any.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "95378ed08ed2089221896b9b3a8d021e642c24edc8fef20e5d4342ca8be65c00" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/debugpy/#debugpy-1.8.2.zip" } ], "name": "debugpy", - "purl": "pkg:pypi/debugpy@1.8.0", + "purl": "pkg:pypi/debugpy@1.8.2", "type": "library", - "version": "1.8.0" + "version": "1.8.2" }, { "bom-ref": "decorator@5.1.1", @@ -3967,6 +5513,44 @@ "type": "library", "version": "5.1.1" }, + { + "bom-ref": "deepdiff@7.0.1", + "description": "Deep Difference and Search of any Python object/data. Recreate objects by adding adding deltas to each other.", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "447760081918216aa4fd4ca78a4b6a848b81307b2ea94c810255334b759e1dc3" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/deepdiff/#deepdiff-7.0.1-py3-none-any.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "260c16f052d4badbf60351b4f77e8390bee03a0b516246f6839bc813fb429ddf" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/deepdiff/#deepdiff-7.0.1.tar.gz" + } + ], + "name": "deepdiff", + "properties": [ + { + "name": "cdx:poetry:group", + "value": "dev" + } + ], + "purl": "pkg:pypi/deepdiff@7.0.1", + "type": "library", + "version": "7.0.1" + }, { "bom-ref": "defusedxml@0.7.1", "description": "XML bomb protection for Python stdlib modules", @@ -4031,6 +5615,38 @@ "type": "library", "version": "1.2.14" }, + { + "bom-ref": "dictdiffer@0.9.0", + "description": "Dictdiffer is a library that helps you to diff and patch dictionaries.", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "442bfc693cfcadaf46674575d2eba1c53b42f5e404218ca2c2ff549f2df56595" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/dictdiffer/#dictdiffer-0.9.0-py2.py3-none-any.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "17bacf5fbfe613ccf1b6d512bd766e6b21fb798822a133aa86098b8ac9997578" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/dictdiffer/#dictdiffer-0.9.0.tar.gz" + } + ], + "name": "dictdiffer", + "purl": "pkg:pypi/dictdiffer@0.9.0", + "type": "library", + "version": "0.9.0" + }, { "bom-ref": "dill@0.3.8", "description": "serialize all of Python", @@ -4063,6 +5679,38 @@ "type": "library", "version": "0.3.8" }, + { + "bom-ref": "diskcache@5.6.3", + "description": "Disk Cache -- Disk and file backed persistent cache.", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "5e31b2d5fbad117cc363ebaf6b689474db18a1f6438bc82358b024abd4c2ca19" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/diskcache/#diskcache-5.6.3-py3-none-any.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "2c3a3fa2743d8535d832ec61c2054a1641f41775aa7c556758a109941e33e4fc" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/diskcache/#diskcache-5.6.3.tar.gz" + } + ], + "name": "diskcache", + "purl": "pkg:pypi/diskcache@5.6.3", + "type": "library", + "version": "5.6.3" + }, { "bom-ref": "distlib@0.3.8", "description": "Distribution utilities", @@ -4096,7 +5744,866 @@ "version": "0.3.8" }, { - "bom-ref": "dynaconf@3.2.4", + "bom-ref": "distro@1.9.0", + "description": "Distro - an OS platform information API", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "7bffd925d65168f85027d8da9af6bddab658135b840670a223589bc0c8ef02b2" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/distro/#distro-1.9.0-py3-none-any.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "2fa77c6fd8940f116ee1d6b94a2f90b13b5ea8d019b98bc8bafdcabcdd9bdbed" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/distro/#distro-1.9.0.tar.gz" + } + ], + "name": "distro", + "purl": "pkg:pypi/distro@1.9.0", + "type": "library", + "version": "1.9.0" + }, + { + "bom-ref": "dpath@2.2.0", + "description": "Filesystem-like pathing and searching for dictionaries", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "b330a375ded0a0d2ed404440f6c6a715deae5313af40bbb01c8a41d891900576" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/dpath/#dpath-2.2.0-py3-none-any.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "34f7e630dc55ea3f219e555726f5da4b4b25f2200319c8e6902c394258dd6a3e" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/dpath/#dpath-2.2.0.tar.gz" + } + ], + "name": "dpath", + "purl": "pkg:pypi/dpath@2.2.0", + "type": "library", + "version": "2.2.0" + }, + { + "bom-ref": "dulwich@0.22.1", + "description": "Python Git Library", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "892914dc2e80403d16e59a3b440044f6092fde5ffd4ec1fdf36d6ff20a8e624d" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/dulwich/#dulwich-0.22.1-cp310-cp310-macosx_10_9_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "b03092399f0f5d3e112405b890128afdb9e1f203eafb812f5d9105b0f5fac9d4" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/dulwich/#dulwich-0.22.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "a2c790517ed884bc1b1590806222ab44989eeb7e7f14dfa915561c7ee3b9ac73" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/dulwich/#dulwich-0.22.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "524d3497a86f79959c9c1d729715d60d8171ed3f71621d45afb4faee5a47e8a1" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/dulwich/#dulwich-0.22.1-cp310-cp310-win32.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "d3146843b972f744aed551e8ac9fac5714baa864393e480586d467b7b4488426" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/dulwich/#dulwich-0.22.1-cp310-cp310-win_amd64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "82f26e592e9a36ab33bcdb419c7d53320e26c85dfc254cdb84f5f561a2fcaabf" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/dulwich/#dulwich-0.22.1-cp311-cp311-macosx_10_9_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "e90b8a2f24149c5803b733a24f1a016a2943b1f5a9ab2360db545e4638354c35" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/dulwich/#dulwich-0.22.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "b069639757b2f287f9cd0daf6765b536558c5e28263bbbb28e3d1925bce75400" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/dulwich/#dulwich-0.22.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "3ae006498fea11515027a417e6e68b82e1c195d3516188ba2cc08210e3022d14" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/dulwich/#dulwich-0.22.1-cp311-cp311-win32.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "a18d1392eabd02f337dcba23d723a4dcca87274ce8693cf88e6320f38bc3fdcd" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/dulwich/#dulwich-0.22.1-cp311-cp311-win_amd64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "12482e318895da9acabea7c0cc70b35d36833e7cb2def511ab3a63617f5c1af3" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/dulwich/#dulwich-0.22.1-cp312-cp312-macosx_10_9_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "6dc42afedc8cda4f2fd15a06d2e9e41281074a02cdf31bb2e0dde4d80766a408" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/dulwich/#dulwich-0.22.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "e3c7774232a2c9b195bde4fb72ad71455e877a9e4e9c0b17a57b1d9bd478838c" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/dulwich/#dulwich-0.22.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "41dfc52db29a06fe23a5029abc3bc13503e28233b1c3a9614bc1e5c4d6adc1ce" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/dulwich/#dulwich-0.22.1-cp312-cp312-win32.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "9d19f04ecd4628a0e4587b4c4e98e040b87924c1362ae5aa27420435f05d5dd8" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/dulwich/#dulwich-0.22.1-cp312-cp312-win_amd64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "0d72a88c7af8fafa14c8743e8923c8d46bd0b850a0b7f5e34eb49201f1ead88e" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/dulwich/#dulwich-0.22.1-cp37-cp37m-macosx_10_9_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "5e36c8a3bb09db5730b3d5014d087bce977e878825cdd7ba8285abcd81c43bc0" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/dulwich/#dulwich-0.22.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "fd51e77ff1b4ca08bc9b09b85646a3e77f275827b7b30180d76d769ce608e64d" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/dulwich/#dulwich-0.22.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "739ef91aeb13fa2aa187d0efd46d0ac168301f54a6ef748565c42876b4b3ce71" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/dulwich/#dulwich-0.22.1-cp37-cp37m-win32.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "91966b7b48ec939e5083b03c9154fc450508056f01650ecb58724095307427f5" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/dulwich/#dulwich-0.22.1-cp37-cp37m-win_amd64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "86be1e283d78cc3f7daee1dcd0254122160cde71ca8c5348315156045f8ac2bb" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/dulwich/#dulwich-0.22.1-cp38-cp38-macosx_10_9_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "926d671654a2f8cfa0b2fcb6b0c46833af95b5265d27a5c56c49c5a10f3ff3ba" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/dulwich/#dulwich-0.22.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "467ff87fc4c61a23424b32acd952476ba17e7f7eeb8090e5957f68129784a35f" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/dulwich/#dulwich-0.22.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "f9e10678fe0692c5167553981d97cbe342ed055c49016aef10da336e2962b1f2" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/dulwich/#dulwich-0.22.1-cp38-cp38-win32.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "6386165c64ba5f61c416301f7f32bb899f8200ca575d76888697a42fda8a92d2" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/dulwich/#dulwich-0.22.1-cp38-cp38-win_amd64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "84db8aef08df6431b017cc3abe57b3d6885fd7436eec8d715603c309353b233c" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/dulwich/#dulwich-0.22.1-cp39-cp39-macosx_10_9_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "155124219e6ce4b116d30ed1b9cc63c88021966b29ce761d3ce3caba064f9a13" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/dulwich/#dulwich-0.22.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "7579429e89deac6659b4ea70eb3de9063bb40508fd4a8a020fa67b02e0b59f4f" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/dulwich/#dulwich-0.22.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "454d073e628043dde4f9bd34517736c1889dbe6417099bbae2119873b8d4d5da" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/dulwich/#dulwich-0.22.1-cp39-cp39-win32.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "e1b51d26108a832f151da8856a93676cc1a5cd8dd0bc20f06f4aee5774a7f0f9" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/dulwich/#dulwich-0.22.1-cp39-cp39-win_amd64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "4c509e8172b9438536946097768413f297229b03eff064e4e06749cf5c28df78" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/dulwich/#dulwich-0.22.1-pp310-pypy310_pp73-macosx_10_9_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "64eebe1d709539d6e80440fa1185f1eeb260d53bcb6435b1f753b4ce90a65e82" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/dulwich/#dulwich-0.22.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "52a8ddd1d9b5681de216a7af718720f5202d3c093ecc10dd4dfac6d25da605a6" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/dulwich/#dulwich-0.22.1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "7244b796dd7e191753b822ac0ca871a4b9139b0b850770ac5bd347d5f8c76768" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/dulwich/#dulwich-0.22.1-pp310-pypy310_pp73-win_amd64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "e7798e842ec506d25f21e825259b70109325ac1c9b43c2e287aad7559455951b" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/dulwich/#dulwich-0.22.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "ac9fcf7c5cf1e9d0bcc643672f81bf43ec81f6495b99809649f5bfcdff633ab0" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/dulwich/#dulwich-0.22.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "e346c1b86c5e5f175ca8f87f3873eea8b2e0eeb5d52033b475cf85641cb200c2" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/dulwich/#dulwich-0.22.1-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "b2054e1f2c7041857ce129443bde23298ca37592ce82f0fb5ed5704d5f3708dd" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/dulwich/#dulwich-0.22.1-pp37-pypy37_pp73-win_amd64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "3ad3462d070b678fe61d3bdd7c6ac3fdbd25cca66f32b6edf589dd88fff251d2" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/dulwich/#dulwich-0.22.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "1bc6575476539c0b4924abab3896fc76be2f413d5baa6b083c4dfc4abc59329e" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/dulwich/#dulwich-0.22.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "3de7a2eba26ff13a79670f78f73fc86fb8c87100508119f3b6bd61451bfdd4bf" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/dulwich/#dulwich-0.22.1-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "b2c3186cf76d598a9d42b35e09ef35d499118b4197624ba5bba1b3a39ac6a75f" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/dulwich/#dulwich-0.22.1-pp38-pypy38_pp73-win_amd64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "3a366cdba24b8df31ad70b82bae55baa696c453678c1346da8390396a1d5cce4" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/dulwich/#dulwich-0.22.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "3fb61891b2675664dc89d486eb5199e3659179ae04fc0a863ffc7e16b782b624" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/dulwich/#dulwich-0.22.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "0ea4c5feedd35e8bde175a9ab91ef6705c3cef5ee209eeb2f67dd0b59ff1825f" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/dulwich/#dulwich-0.22.1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "20f61f6dc0b075ca6459acbfb9527ee0e1ee02dccbed126dc492600bb7310d86" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/dulwich/#dulwich-0.22.1-pp39-pypy39_pp73-win_amd64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "e36d85967cfbf25da1c7bc3d6921adc5baa976969d926aaf1582bd5fd7e94758" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/dulwich/#dulwich-0.22.1.tar.gz" + } + ], + "name": "dulwich", + "purl": "pkg:pypi/dulwich@0.22.1", + "type": "library", + "version": "0.22.1" + }, + { + "bom-ref": "dvc@3.52.0", + "description": "Git for data scientists - manage your code and data together", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "79132cb9b0905f0aee0c502493e1fc639ca6ac956c8a75597a71093019f31eb2" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/dvc/#dvc-3.52.0-py3-none-any.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "ad76c6ba344ed5ef78a0d8b2482817b2e2eb189c38627ac78e840b51408d5aaf" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/dvc/#dvc-3.52.0.tar.gz" + } + ], + "name": "dvc", + "properties": [ + { + "name": "cdx:poetry:group", + "value": "dev" + } + ], + "purl": "pkg:pypi/dvc@3.52.0", + "type": "library", + "version": "3.52.0" + }, + { + "bom-ref": "dvc-azure@3.1.0", + "description": "azure plugin for dvc", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "52cbc70d5414b50219b3db0a16f68ad25daba76e3f220aebe4e49b3c6498ae20" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/dvc-azure/#dvc-azure-3.1.0.tar.gz" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "07295bedc5c596c38b7cc1a4353307cd045a322fef59eae3e64e95b143d495f2" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/dvc-azure/#dvc_azure-3.1.0-py3-none-any.whl" + } + ], + "name": "dvc-azure", + "properties": [ + { + "name": "cdx:poetry:group", + "value": "dev" + } + ], + "purl": "pkg:pypi/dvc-azure@3.1.0", + "type": "library", + "version": "3.1.0" + }, + { + "bom-ref": "dvc-data@3.15.1", + "description": "DVC's data management subsystem", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "db141bbbcf9e1ff37d9ff8657d04747e804899b90b4931b120f5d21bbd401583" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/dvc-data/#dvc-data-3.15.1.tar.gz" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "e869825af922add091bc3e2de477ba0d05e847db402bb4044483600161f3a7a7" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/dvc-data/#dvc_data-3.15.1-py3-none-any.whl" + } + ], + "name": "dvc-data", + "purl": "pkg:pypi/dvc-data@3.15.1", + "type": "library", + "version": "3.15.1" + }, + { + "bom-ref": "dvc-http@2.32.0", + "description": "http plugin for dvc", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "f714f8435634aab943c625f659ddac1188c6ddaf3ff161b39715b83ff39637fc" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/dvc-http/#dvc-http-2.32.0.tar.gz" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "1bfd57a9eae3cbfa1db564d90d87003841921a644ab35f3f7735c641cc93d72e" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/dvc-http/#dvc_http-2.32.0-py3-none-any.whl" + } + ], + "name": "dvc-http", + "purl": "pkg:pypi/dvc-http@2.32.0", + "type": "library", + "version": "2.32.0" + }, + { + "bom-ref": "dvc-objects@5.1.0", + "description": "dvc objects - filesystem and object-db level abstractions to use in dvc and dvc-data", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "22e919620f9ecf428a0d295efca8073d1c0e87206dd8e1f52b1d9520fa25b814" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/dvc-objects/#dvc-objects-5.1.0.tar.gz" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "c29b28f372674f53eca13323832d7b61c14bc29d516c39f6e87c5eba871a00ba" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/dvc-objects/#dvc_objects-5.1.0-py3-none-any.whl" + } + ], + "name": "dvc-objects", + "purl": "pkg:pypi/dvc-objects@5.1.0", + "type": "library", + "version": "5.1.0" + }, + { + "bom-ref": "dvc-render@1.0.2", + "description": "Dvc Render", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "40d1cd81760daf34b48fa8362b5002fcbe415e3cdbcf42369b6347d01497ffc0" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/dvc-render/#dvc-render-1.0.2.tar.gz" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "7e3e3cec1200fda41a99984190f14871f3cb878db7f94c853305056f69614ddb" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/dvc-render/#dvc_render-1.0.2-py3-none-any.whl" + } + ], + "name": "dvc-render", + "purl": "pkg:pypi/dvc-render@1.0.2", + "type": "library", + "version": "1.0.2" + }, + { + "bom-ref": "dvc-studio-client@0.21.0", + "description": "Small library to post data from DVC/DVCLive to Iterative Studio", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "93006e3812c830b42ff79746e6c6163e97a3c3ead6722ec2f1dec1d7dbf0b071" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/dvc-studio-client/#dvc_studio_client-0.21.0-py3-none-any.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "db212ff5cf73dce886d0713a5d2bf4bc0bbfb499f3ca8548705ca98aab5addd1" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/dvc-studio-client/#dvc_studio_client-0.21.0.tar.gz" + } + ], + "name": "dvc-studio-client", + "purl": "pkg:pypi/dvc-studio-client@0.21.0", + "type": "library", + "version": "0.21.0" + }, + { + "bom-ref": "dvc-task@0.4.0", + "description": "Extensible task queue used in DVC.", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "c0166626af9c0e932ba18194fbc57df38f22860fcc0fbd450dee14ef9615cd3c" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/dvc-task/#dvc-task-0.4.0.tar.gz" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "ed047e4bb5031fcf640357ae4638a2a89e34f556560ed9d1fbf6646ed4e8cca6" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/dvc-task/#dvc_task-0.4.0-py3-none-any.whl" + } + ], + "name": "dvc-task", + "purl": "pkg:pypi/dvc-task@0.4.0", + "type": "library", + "version": "0.4.0" + }, + { + "bom-ref": "dynaconf@3.2.6", "description": "The dynamic configurator for your Python Project", "externalReferences": [ { @@ -4104,31 +6611,63 @@ "hashes": [ { "alg": "SHA-256", - "content": "858f9806fab2409c4f5442614c2605d4c4071d5e5153b0e7f24a225f27465aed" + "content": "3911c740d717df4576ed55f616c7cbad6e06bc8ef23ffca444b6e2a12fb1c34c" } ], "type": "distribution", - "url": "https://pypi.org/simple/dynaconf/#dynaconf-3.2.4-py2.py3-none-any.whl" + "url": "https://pypi.org/simple/dynaconf/#dynaconf-3.2.6-py2.py3-none-any.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "2e6adebaa587f4df9241a16a4bec3fda521154d26b15f3258fde753a592831b6" + "content": "74cc1897396380bb957730eb341cc0976ee9c38bbcb53d3307c50caed0aedfb8" } ], "type": "distribution", - "url": "https://pypi.org/simple/dynaconf/#dynaconf-3.2.4.tar.gz" + "url": "https://pypi.org/simple/dynaconf/#dynaconf-3.2.6.tar.gz" } ], "name": "dynaconf", - "purl": "pkg:pypi/dynaconf@3.2.4", + "purl": "pkg:pypi/dynaconf@3.2.6", "type": "library", - "version": "3.2.4" + "version": "3.2.6" }, { - "bom-ref": "exceptiongroup@1.2.0", + "bom-ref": "entrypoints@0.4", + "description": "Discover and load entry points from installed packages.", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "f174b5ff827504fd3cd97cc3f8649f3693f51538c7e4bdf3ef002c8429d42f9f" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/entrypoints/#entrypoints-0.4-py3-none-any.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "b706eddaa9218a19ebcd67b56818f05bb27589b1ca9e8d797b74affad4ccacd4" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/entrypoints/#entrypoints-0.4.tar.gz" + } + ], + "name": "entrypoints", + "purl": "pkg:pypi/entrypoints@0.4", + "type": "library", + "version": "0.4" + }, + { + "bom-ref": "exceptiongroup@1.2.2", "description": "Backport of PEP 654 (exception groups)", "externalReferences": [ { @@ -4136,28 +6675,28 @@ "hashes": [ { "alg": "SHA-256", - "content": "4bfd3996ac73b41e9b9628b04e079f193850720ea5945fc96a08633c66912f14" + "content": "3111b9d131c238bec2f8f516e123e14ba243563fb135d3fe885990585aa7795b" } ], "type": "distribution", - "url": "https://pypi.org/simple/exceptiongroup/#exceptiongroup-1.2.0-py3-none-any.whl" + "url": "https://pypi.org/simple/exceptiongroup/#exceptiongroup-1.2.2-py3-none-any.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "91f5c769735f051a4290d52edd0858999b57e5876e9f85937691bd4c9fa3ed68" + "content": "47c2edf7c6738fafb49fd34290706d1a1a2f4d1c6df275526b62cbb4aa5393cc" } ], "type": "distribution", - "url": "https://pypi.org/simple/exceptiongroup/#exceptiongroup-1.2.0.tar.gz" + "url": "https://pypi.org/simple/exceptiongroup/#exceptiongroup-1.2.2.tar.gz" } ], "name": "exceptiongroup", - "purl": "pkg:pypi/exceptiongroup@1.2.0", + "purl": "pkg:pypi/exceptiongroup@1.2.2", "type": "library", - "version": "1.2.0" + "version": "1.2.2" }, { "bom-ref": "executing@2.0.1", @@ -4192,7 +6731,7 @@ "version": "2.0.1" }, { - "bom-ref": "fastapi@0.109.0", + "bom-ref": "fastapi@0.109.2", "description": "FastAPI framework, high performance, easy to learn, fast to code, ready for production", "externalReferences": [ { @@ -4200,22 +6739,22 @@ "hashes": [ { "alg": "SHA-256", - "content": "8c77515984cd8e8cfeb58364f8cc7a28f0692088475e2614f7bf03275eba9093" + "content": "2c9bab24667293b501cad8dd388c05240c850b58ec5876ee3283c47d6e1e3a4d" } ], "type": "distribution", - "url": "https://pypi.org/simple/fastapi/#fastapi-0.109.0-py3-none-any.whl" + "url": "https://pypi.org/simple/fastapi/#fastapi-0.109.2-py3-none-any.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "b978095b9ee01a5cf49b19f4bc1ac9b8ca83aa076e770ef8fd9af09a2b88d191" + "content": "f3817eac96fe4f65a2ebb4baa000f394e55f5fccdaf7f75250804bc58f354f73" } ], "type": "distribution", - "url": "https://pypi.org/simple/fastapi/#fastapi-0.109.0.tar.gz" + "url": "https://pypi.org/simple/fastapi/#fastapi-0.109.2.tar.gz" } ], "name": "fastapi", @@ -4225,12 +6764,12 @@ "value": "main" } ], - "purl": "pkg:pypi/fastapi@0.109.0", + "purl": "pkg:pypi/fastapi@0.109.2", "type": "library", - "version": "0.109.0" + "version": "0.109.2" }, { - "bom-ref": "filelock@3.13.1", + "bom-ref": "filelock@3.15.4", "description": "A platform independent file lock.", "externalReferences": [ { @@ -4238,28 +6777,135 @@ "hashes": [ { "alg": "SHA-256", - "content": "57dbda9b35157b05fb3e58ee91448612eb674172fab98ee235ccb0b5bee19a1c" + "content": "6ca1fffae96225dab4c6eaf1c4f4f28cd2568d3ec2a44e15a08520504de468e7" } ], "type": "distribution", - "url": "https://pypi.org/simple/filelock/#filelock-3.13.1-py3-none-any.whl" + "url": "https://pypi.org/simple/filelock/#filelock-3.15.4-py3-none-any.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "521f5f56c50f8426f5e03ad3b281b490a87ef15bc6c526f168290f0c7148d44e" + "content": "2207938cbc1844345cb01a5a95524dae30f0ce089eba5b00378295a17e3e90cb" } ], "type": "distribution", - "url": "https://pypi.org/simple/filelock/#filelock-3.13.1.tar.gz" + "url": "https://pypi.org/simple/filelock/#filelock-3.15.4.tar.gz" } ], "name": "filelock", - "purl": "pkg:pypi/filelock@3.13.1", + "purl": "pkg:pypi/filelock@3.15.4", "type": "library", - "version": "3.13.1" + "version": "3.15.4" + }, + { + "bom-ref": "fixedint@0.1.6", + "description": "simple fixed-width integers", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "41953193f08cbe984f584d8513c38fe5eea5fbd392257433b2210391c8a21ead" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/fixedint/#fixedint-0.1.6-py2-none-any.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "b8cf9f913735d2904deadda7a6daa9f57100599da1de57a7448ea1be75ae8c9c" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/fixedint/#fixedint-0.1.6-py3-none-any.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "703005d090499d41ce7ce2ee7eae8f7a5589a81acdc6b79f1728a56495f2c799" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/fixedint/#fixedint-0.1.6.tar.gz" + } + ], + "name": "fixedint", + "purl": "pkg:pypi/fixedint@0.1.6", + "type": "library", + "version": "0.1.6" + }, + { + "bom-ref": "flatten-dict@0.4.2", + "description": "A flexible utility for flattening and unflattening dict-like objects in Python.", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "506a96b6e6f805b81ae46a0f9f31290beb5fa79ded9d80dbe1b7fa236ab43076" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/flatten-dict/#flatten-dict-0.4.2.tar.gz" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "7e245b20c4c718981212210eec4284a330c9f713e632e98765560e05421e48ad" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/flatten-dict/#flatten_dict-0.4.2-py2.py3-none-any.whl" + } + ], + "name": "flatten-dict", + "purl": "pkg:pypi/flatten-dict@0.4.2", + "type": "library", + "version": "0.4.2" + }, + { + "bom-ref": "flufl-lock@8.1.0", + "description": "NFS-safe file locking with timeouts for POSIX and Windows", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "a01b2153d1b0cc170a26b1413037debbe94af6a1cd23164b3b2b229f766b164f" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/flufl-lock/#flufl_lock-8.1.0-py3-none-any.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "d88302005692a63d98b60080158faf089be5ecae6969f706409da8276fdce7cb" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/flufl-lock/#flufl_lock-8.1.0.tar.gz" + } + ], + "name": "flufl-lock", + "purl": "pkg:pypi/flufl-lock@8.1.0", + "type": "library", + "version": "8.1.0" }, { "bom-ref": "fqdn@1.5.1", @@ -4293,6 +6939,905 @@ "type": "library", "version": "1.5.1" }, + { + "bom-ref": "frozenlist@1.4.1", + "description": "A list-like structure which implements collections.abc.MutableSequence", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "f9aa1878d1083b276b0196f2dfbe00c9b7e752475ed3b682025ff20c1c1f51ac" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/frozenlist/#frozenlist-1.4.1-cp310-cp310-macosx_10_9_universal2.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "29acab3f66f0f24674b7dc4736477bcd4bc3ad4b896f5f45379a67bce8b96868" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/frozenlist/#frozenlist-1.4.1-cp310-cp310-macosx_10_9_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "74fb4bee6880b529a0c6560885fce4dc95936920f9f20f53d99a213f7bf66776" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/frozenlist/#frozenlist-1.4.1-cp310-cp310-macosx_11_0_arm64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "590344787a90ae57d62511dd7c736ed56b428f04cd8c161fcc5e7232c130c69a" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/frozenlist/#frozenlist-1.4.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "068b63f23b17df8569b7fdca5517edef76171cf3897eb68beb01341131fbd2ad" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/frozenlist/#frozenlist-1.4.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "5c849d495bf5154cd8da18a9eb15db127d4dba2968d88831aff6f0331ea9bd4c" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/frozenlist/#frozenlist-1.4.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "9750cc7fe1ae3b1611bb8cfc3f9ec11d532244235d75901fb6b8e42ce9229dfe" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/frozenlist/#frozenlist-1.4.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "a9b2de4cf0cdd5bd2dee4c4f63a653c61d2408055ab77b151c1957f221cabf2a" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/frozenlist/#frozenlist-1.4.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "0633c8d5337cb5c77acbccc6357ac49a1770b8c487e5b3505c57b949b4b82e98" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/frozenlist/#frozenlist-1.4.1-cp310-cp310-musllinux_1_1_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "27657df69e8801be6c3638054e202a135c7f299267f1a55ed3a598934f6c0d75" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/frozenlist/#frozenlist-1.4.1-cp310-cp310-musllinux_1_1_i686.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "f9a3ea26252bd92f570600098783d1371354d89d5f6b7dfd87359d669f2109b5" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/frozenlist/#frozenlist-1.4.1-cp310-cp310-musllinux_1_1_ppc64le.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "4f57dab5fe3407b6c0c1cc907ac98e8a189f9e418f3b6e54d65a718aaafe3950" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/frozenlist/#frozenlist-1.4.1-cp310-cp310-musllinux_1_1_s390x.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "e02a0e11cf6597299b9f3bbd3f93d79217cb90cfd1411aec33848b13f5c656cc" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/frozenlist/#frozenlist-1.4.1-cp310-cp310-musllinux_1_1_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "a828c57f00f729620a442881cc60e57cfcec6842ba38e1b19fd3e47ac0ff8dc1" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/frozenlist/#frozenlist-1.4.1-cp310-cp310-win32.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "f56e2333dda1fe0f909e7cc59f021eba0d2307bc6f012a1ccf2beca6ba362439" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/frozenlist/#frozenlist-1.4.1-cp310-cp310-win_amd64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "a0cb6f11204443f27a1628b0e460f37fb30f624be6051d490fa7d7e26d4af3d0" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/frozenlist/#frozenlist-1.4.1-cp311-cp311-macosx_10_9_universal2.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "b46c8ae3a8f1f41a0d2ef350c0b6e65822d80772fe46b653ab6b6274f61d4a49" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/frozenlist/#frozenlist-1.4.1-cp311-cp311-macosx_10_9_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "fde5bd59ab5357e3853313127f4d3565fc7dad314a74d7b5d43c22c6a5ed2ced" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/frozenlist/#frozenlist-1.4.1-cp311-cp311-macosx_11_0_arm64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "722e1124aec435320ae01ee3ac7bec11a5d47f25d0ed6328f2273d287bc3abb0" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/frozenlist/#frozenlist-1.4.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "2471c201b70d58a0f0c1f91261542a03d9a5e088ed3dc6c160d614c01649c106" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/frozenlist/#frozenlist-1.4.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "c757a9dd70d72b076d6f68efdbb9bc943665ae954dad2801b874c8c69e185068" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/frozenlist/#frozenlist-1.4.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "f146e0911cb2f1da549fc58fc7bcd2b836a44b79ef871980d605ec392ff6b0d2" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/frozenlist/#frozenlist-1.4.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "4f9c515e7914626b2a2e1e311794b4c35720a0be87af52b79ff8e1429fc25f19" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/frozenlist/#frozenlist-1.4.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "c302220494f5c1ebeb0912ea782bcd5e2f8308037b3c7553fad0e48ebad6ad82" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/frozenlist/#frozenlist-1.4.1-cp311-cp311-musllinux_1_1_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "442acde1e068288a4ba7acfe05f5f343e19fac87bfc96d89eb886b0363e977ec" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/frozenlist/#frozenlist-1.4.1-cp311-cp311-musllinux_1_1_i686.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "1b280e6507ea8a4fa0c0a7150b4e526a8d113989e28eaaef946cc77ffd7efc0a" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/frozenlist/#frozenlist-1.4.1-cp311-cp311-musllinux_1_1_ppc64le.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "fe1a06da377e3a1062ae5fe0926e12b84eceb8a50b350ddca72dc85015873f74" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/frozenlist/#frozenlist-1.4.1-cp311-cp311-musllinux_1_1_s390x.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "db9e724bebd621d9beca794f2a4ff1d26eed5965b004a97f1f1685a173b869c2" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/frozenlist/#frozenlist-1.4.1-cp311-cp311-musllinux_1_1_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "e774d53b1a477a67838a904131c4b0eef6b3d8a651f8b138b04f748fccfefe17" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/frozenlist/#frozenlist-1.4.1-cp311-cp311-win32.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "fb3c2db03683b5767dedb5769b8a40ebb47d6f7f45b1b3e3b4b51ec8ad9d9825" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/frozenlist/#frozenlist-1.4.1-cp311-cp311-win_amd64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "1979bc0aeb89b33b588c51c54ab0161791149f2461ea7c7c946d95d5f93b56ae" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/frozenlist/#frozenlist-1.4.1-cp312-cp312-macosx_10_9_universal2.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "cc7b01b3754ea68a62bd77ce6020afaffb44a590c2289089289363472d13aedb" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/frozenlist/#frozenlist-1.4.1-cp312-cp312-macosx_10_9_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "c9c92be9fd329ac801cc420e08452b70e7aeab94ea4233a4804f0915c14eba9b" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/frozenlist/#frozenlist-1.4.1-cp312-cp312-macosx_11_0_arm64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "5c3894db91f5a489fc8fa6a9991820f368f0b3cbdb9cd8849547ccfab3392d86" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/frozenlist/#frozenlist-1.4.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "ba60bb19387e13597fb059f32cd4d59445d7b18b69a745b8f8e5db0346f33480" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/frozenlist/#frozenlist-1.4.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "8aefbba5f69d42246543407ed2461db31006b0f76c4e32dfd6f42215a2c41d09" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/frozenlist/#frozenlist-1.4.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "780d3a35680ced9ce682fbcf4cb9c2bad3136eeff760ab33707b71db84664e3a" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/frozenlist/#frozenlist-1.4.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "9acbb16f06fe7f52f441bb6f413ebae6c37baa6ef9edd49cdd567216da8600cd" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/frozenlist/#frozenlist-1.4.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "23b701e65c7b36e4bf15546a89279bd4d8675faabc287d06bbcfac7d3c33e1e6" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/frozenlist/#frozenlist-1.4.1-cp312-cp312-musllinux_1_1_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "3e0153a805a98f5ada7e09826255ba99fb4f7524bb81bf6b47fb702666484ae1" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/frozenlist/#frozenlist-1.4.1-cp312-cp312-musllinux_1_1_i686.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "dd9b1baec094d91bf36ec729445f7769d0d0cf6b64d04d86e45baf89e2b9059b" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/frozenlist/#frozenlist-1.4.1-cp312-cp312-musllinux_1_1_ppc64le.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "1a4471094e146b6790f61b98616ab8e44f72661879cc63fa1049d13ef711e71e" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/frozenlist/#frozenlist-1.4.1-cp312-cp312-musllinux_1_1_s390x.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "5667ed53d68d91920defdf4035d1cdaa3c3121dc0b113255124bcfada1cfa1b8" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/frozenlist/#frozenlist-1.4.1-cp312-cp312-musllinux_1_1_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "beee944ae828747fd7cb216a70f120767fc9f4f00bacae8543c14a6831673f89" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/frozenlist/#frozenlist-1.4.1-cp312-cp312-win32.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "64536573d0a2cb6e625cf309984e2d873979709f2cf22839bf2d61790b448ad5" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/frozenlist/#frozenlist-1.4.1-cp312-cp312-win_amd64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "20b51fa3f588ff2fe658663db52a41a4f7aa6c04f6201449c6c7c476bd255c0d" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/frozenlist/#frozenlist-1.4.1-cp38-cp38-macosx_10_9_universal2.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "410478a0c562d1a5bcc2f7ea448359fcb050ed48b3c6f6f4f18c313a9bdb1826" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/frozenlist/#frozenlist-1.4.1-cp38-cp38-macosx_10_9_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "c6321c9efe29975232da3bd0af0ad216800a47e93d763ce64f291917a381b8eb" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/frozenlist/#frozenlist-1.4.1-cp38-cp38-macosx_11_0_arm64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "48f6a4533887e189dae092f1cf981f2e3885175f7a0f33c91fb5b7b682b6bab6" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/frozenlist/#frozenlist-1.4.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "6eb73fa5426ea69ee0e012fb59cdc76a15b1283d6e32e4f8dc4482ec67d1194d" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/frozenlist/#frozenlist-1.4.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "fbeb989b5cc29e8daf7f976b421c220f1b8c731cbf22b9130d8815418ea45887" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/frozenlist/#frozenlist-1.4.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "32453c1de775c889eb4e22f1197fe3bdfe457d16476ea407472b9442e6295f7a" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/frozenlist/#frozenlist-1.4.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "693945278a31f2086d9bf3df0fe8254bbeaef1fe71e1351c3bd730aa7d31c41b" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/frozenlist/#frozenlist-1.4.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "1d0ce09d36d53bbbe566fe296965b23b961764c0bcf3ce2fa45f463745c04701" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/frozenlist/#frozenlist-1.4.1-cp38-cp38-musllinux_1_1_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "3a670dc61eb0d0eb7080890c13de3066790f9049b47b0de04007090807c776b0" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/frozenlist/#frozenlist-1.4.1-cp38-cp38-musllinux_1_1_i686.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "dca69045298ce5c11fd539682cff879cc1e664c245d1c64da929813e54241d11" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/frozenlist/#frozenlist-1.4.1-cp38-cp38-musllinux_1_1_ppc64le.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "a06339f38e9ed3a64e4c4e43aec7f59084033647f908e4259d279a52d3757d09" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/frozenlist/#frozenlist-1.4.1-cp38-cp38-musllinux_1_1_s390x.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "b7f2f9f912dca3934c1baec2e4585a674ef16fe00218d833856408c48d5beee7" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/frozenlist/#frozenlist-1.4.1-cp38-cp38-musllinux_1_1_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "e7004be74cbb7d9f34553a5ce5fb08be14fb33bc86f332fb71cbe5216362a497" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/frozenlist/#frozenlist-1.4.1-cp38-cp38-win32.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "5a7d70357e7cee13f470c7883a063aae5fe209a493c57d86eb7f5a6f910fae09" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/frozenlist/#frozenlist-1.4.1-cp38-cp38-win_amd64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "bfa4a17e17ce9abf47a74ae02f32d014c5e9404b6d9ac7f729e01562bbee601e" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/frozenlist/#frozenlist-1.4.1-cp39-cp39-macosx_10_9_universal2.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "b7e3ed87d4138356775346e6845cccbe66cd9e207f3cd11d2f0b9fd13681359d" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/frozenlist/#frozenlist-1.4.1-cp39-cp39-macosx_10_9_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "c99169d4ff810155ca50b4da3b075cbde79752443117d89429595c2e8e37fed8" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/frozenlist/#frozenlist-1.4.1-cp39-cp39-macosx_11_0_arm64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "edb678da49d9f72c9f6c609fbe41a5dfb9a9282f9e6a2253d5a91e0fc382d7c0" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/frozenlist/#frozenlist-1.4.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "6db4667b187a6742b33afbbaf05a7bc551ffcf1ced0000a571aedbb4aa42fc7b" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/frozenlist/#frozenlist-1.4.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "55fdc093b5a3cb41d420884cdaf37a1e74c3c37a31f46e66286d9145d2063bd0" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/frozenlist/#frozenlist-1.4.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "82e8211d69a4f4bc360ea22cd6555f8e61a1bd211d1d5d39d3d228b48c83a897" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/frozenlist/#frozenlist-1.4.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "89aa2c2eeb20957be2d950b85974b30a01a762f3308cd02bb15e1ad632e22dc7" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/frozenlist/#frozenlist-1.4.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "9d3e0c25a2350080e9319724dede4f31f43a6c9779be48021a7f4ebde8b2d742" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/frozenlist/#frozenlist-1.4.1-cp39-cp39-musllinux_1_1_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "7268252af60904bf52c26173cbadc3a071cece75f873705419c8681f24d3edea" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/frozenlist/#frozenlist-1.4.1-cp39-cp39-musllinux_1_1_i686.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "0c250a29735d4f15321007fb02865f0e6b6a41a6b88f1f523ca1596ab5f50bd5" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/frozenlist/#frozenlist-1.4.1-cp39-cp39-musllinux_1_1_ppc64le.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "96ec70beabbd3b10e8bfe52616a13561e58fe84c0101dd031dc78f250d5128b9" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/frozenlist/#frozenlist-1.4.1-cp39-cp39-musllinux_1_1_s390x.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "23b2d7679b73fe0e5a4560b672a39f98dfc6f60df63823b0a9970525325b95f6" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/frozenlist/#frozenlist-1.4.1-cp39-cp39-musllinux_1_1_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "a7496bfe1da7fb1a4e1cc23bb67c58fab69311cc7d32b5a99c2007b4b2a0e932" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/frozenlist/#frozenlist-1.4.1-cp39-cp39-win32.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "e6a20a581f9ce92d389a8c7d7c3dd47c81fd5d6e655c8dddf341e14aa48659d0" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/frozenlist/#frozenlist-1.4.1-cp39-cp39-win_amd64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "04ced3e6a46b4cfffe20f9ae482818e34eba9b5fb0ce4056e4cc9b6e212d09b7" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/frozenlist/#frozenlist-1.4.1-py3-none-any.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "c037a86e8513059a2613aaba4d817bb90b9d9b6b69aace3ce9c877e8c8ed402b" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/frozenlist/#frozenlist-1.4.1.tar.gz" + } + ], + "name": "frozenlist", + "purl": "pkg:pypi/frozenlist@1.4.1", + "type": "library", + "version": "1.4.1" + }, + { + "bom-ref": "fsspec@2024.6.1", + "description": "File-system specification", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "3cb443f8bcd2efb31295a5b9fdb02aee81d8452c80d28f97a6d0959e6cee101e" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/fsspec/#fsspec-2024.6.1-py3-none-any.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "fad7d7e209dd4c1208e3bbfda706620e0da5142bebbd9c384afb95b07e798e49" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/fsspec/#fsspec-2024.6.1.tar.gz" + } + ], + "name": "fsspec", + "properties": [ + { + "name": "cdx:python:package:required-extra", + "value": "http" + }, + { + "name": "cdx:python:package:required-extra", + "value": "tqdm" + } + ], + "purl": "pkg:pypi/fsspec@2024.6.1", + "type": "library", + "version": "2024.6.1" + }, { "bom-ref": "funcy@2.0", "description": "A fancy and practical functional tools", @@ -4332,7 +7877,71 @@ "version": "2.0" }, { - "bom-ref": "googleapis-common-protos@1.62.0", + "bom-ref": "gitdb@4.0.11", + "description": "Git Object Database", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "81a3407ddd2ee8df444cbacea00e2d038e40150acfa3001696fe0dcf1d3adfa4" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/gitdb/#gitdb-4.0.11-py3-none-any.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "bf5421126136d6d0af55bc1e7c1af1c397a34f5b7bd79e776cd3e89785c2b04b" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/gitdb/#gitdb-4.0.11.tar.gz" + } + ], + "name": "gitdb", + "purl": "pkg:pypi/gitdb@4.0.11", + "type": "library", + "version": "4.0.11" + }, + { + "bom-ref": "gitpython@3.1.43", + "description": "GitPython is a Python library used to interact with Git repositories", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "eec7ec56b92aad751f9912a73404bc02ba212a23adb2c7098ee668417051a1ff" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/gitpython/#GitPython-3.1.43-py3-none-any.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "35f314a9f878467f5453cc1fee295c3e18e52f1b99f10f6cf5b1682e968a9e7c" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/gitpython/#GitPython-3.1.43.tar.gz" + } + ], + "name": "gitpython", + "purl": "pkg:pypi/gitpython@3.1.43", + "type": "library", + "version": "3.1.43" + }, + { + "bom-ref": "googleapis-common-protos@1.63.2", "description": "Common protobufs used in Google APIs", "externalReferences": [ { @@ -4340,31 +7949,63 @@ "hashes": [ { "alg": "SHA-256", - "content": "83f0ece9f94e5672cced82f592d2a5edf527a96ed1794f0bab36d5735c996277" + "content": "27c5abdffc4911f28101e635de1533fb4cfd2c37fbaa9174587c799fac90aa87" } ], "type": "distribution", - "url": "https://pypi.org/simple/googleapis-common-protos/#googleapis-common-protos-1.62.0.tar.gz" + "url": "https://pypi.org/simple/googleapis-common-protos/#googleapis-common-protos-1.63.2.tar.gz" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "4750113612205514f9f6aa4cb00d523a94f3e8c06c5ad2fee466387dc4875f07" + "content": "27a2499c7e8aff199665b22741997e485eccc8645aa9176c7c988e6fae507945" } ], "type": "distribution", - "url": "https://pypi.org/simple/googleapis-common-protos/#googleapis_common_protos-1.62.0-py2.py3-none-any.whl" + "url": "https://pypi.org/simple/googleapis-common-protos/#googleapis_common_protos-1.63.2-py2.py3-none-any.whl" } ], "name": "googleapis-common-protos", - "purl": "pkg:pypi/googleapis-common-protos@1.62.0", + "purl": "pkg:pypi/googleapis-common-protos@1.63.2", "type": "library", - "version": "1.62.0" + "version": "1.63.2" }, { - "bom-ref": "grpcio@1.60.0", + "bom-ref": "grandalf@0.8", + "description": "Graph and drawing algorithms framework", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "793ca254442f4a79252ea9ff1ab998e852c1e071b863593e5383afee906b4185" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/grandalf/#grandalf-0.8-py3-none-any.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "2813f7aab87f0d20f334a3162ccfbcbf085977134a17a5b516940a93a77ea974" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/grandalf/#grandalf-0.8.tar.gz" + } + ], + "name": "grandalf", + "purl": "pkg:pypi/grandalf@0.8", + "type": "library", + "version": "0.8" + }, + { + "bom-ref": "grpcio@1.65.1", "description": "HTTP/2-based RPC framework", "externalReferences": [ { @@ -4372,600 +8013,544 @@ "hashes": [ { "alg": "SHA-256", - "content": "d020cfa595d1f8f5c6b343530cd3ca16ae5aefdd1e832b777f9f0eb105f5b139" + "content": "3dc5f928815b8972fb83b78d8db5039559f39e004ec93ebac316403fe031a062" } ], "type": "distribution", - "url": "https://pypi.org/simple/grpcio/#grpcio-1.60.0-cp310-cp310-linux_armv7l.whl" + "url": "https://pypi.org/simple/grpcio/#grpcio-1.65.1-cp310-cp310-linux_armv7l.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "b98f43fcdb16172dec5f4b49f2fece4b16a99fd284d81c6bbac1b3b69fcbe0ff" + "content": "8333ca46053c35484c9f2f7e8d8ec98c1383a8675a449163cea31a2076d93de8" } ], "type": "distribution", - "url": "https://pypi.org/simple/grpcio/#grpcio-1.60.0-cp310-cp310-macosx_12_0_universal2.whl" + "url": "https://pypi.org/simple/grpcio/#grpcio-1.65.1-cp310-cp310-macosx_12_0_universal2.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "20e7a4f7ded59097c84059d28230907cd97130fa74f4a8bfd1d8e5ba18c81491" + "content": "7af64838b6e615fff0ec711960ed9b6ee83086edfa8c32670eafb736f169d719" } ], "type": "distribution", - "url": "https://pypi.org/simple/grpcio/#grpcio-1.60.0-cp310-cp310-manylinux_2_17_aarch64.whl" + "url": "https://pypi.org/simple/grpcio/#grpcio-1.65.1-cp310-cp310-manylinux_2_17_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "452ca5b4afed30e7274445dd9b441a35ece656ec1600b77fff8c216fdf07df43" + "content": "dbb64b4166362d9326f7efbf75b1c72106c1aa87f13a8c8b56a1224fac152f5c" } ], "type": "distribution", - "url": "https://pypi.org/simple/grpcio/#grpcio-1.60.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl" + "url": "https://pypi.org/simple/grpcio/#grpcio-1.65.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "43e636dc2ce9ece583b3e2ca41df5c983f4302eabc6d5f9cd04f0562ee8ec1ae" + "content": "a8422dc13ad93ec8caa2612b5032a2b9cd6421c13ed87f54db4a3a2c93afaf77" } ], "type": "distribution", - "url": "https://pypi.org/simple/grpcio/#grpcio-1.60.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + "url": "https://pypi.org/simple/grpcio/#grpcio-1.65.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "6e306b97966369b889985a562ede9d99180def39ad42c8014628dd3cc343f508" + "content": "4effc0562b6c65d4add6a873ca132e46ba5e5a46f07c93502c37a9ae7f043857" } ], "type": "distribution", - "url": "https://pypi.org/simple/grpcio/#grpcio-1.60.0-cp310-cp310-musllinux_1_1_i686.whl" + "url": "https://pypi.org/simple/grpcio/#grpcio-1.65.1-cp310-cp310-musllinux_1_1_i686.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "f897c3b127532e6befdcf961c415c97f320d45614daf84deba0a54e64ea2457b" + "content": "a6c71575a2fedf259724981fd73a18906513d2f306169c46262a5bae956e6364" } ], "type": "distribution", - "url": "https://pypi.org/simple/grpcio/#grpcio-1.60.0-cp310-cp310-musllinux_1_1_x86_64.whl" + "url": "https://pypi.org/simple/grpcio/#grpcio-1.65.1-cp310-cp310-musllinux_1_1_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "b87efe4a380887425bb15f220079aa8336276398dc33fce38c64d278164f963d" + "content": "34966cf526ef0ea616e008d40d989463e3db157abb213b2f20c6ce0ae7928875" } ], "type": "distribution", - "url": "https://pypi.org/simple/grpcio/#grpcio-1.60.0-cp310-cp310-win32.whl" + "url": "https://pypi.org/simple/grpcio/#grpcio-1.65.1-cp310-cp310-win32.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "a9c7b71211f066908e518a2ef7a5e211670761651039f0d6a80d8d40054047df" + "content": "ca931de5dd6d9eb94ff19a2c9434b23923bce6f767179fef04dfa991f282eaad" } ], "type": "distribution", - "url": "https://pypi.org/simple/grpcio/#grpcio-1.60.0-cp310-cp310-win_amd64.whl" + "url": "https://pypi.org/simple/grpcio/#grpcio-1.65.1-cp310-cp310-win_amd64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "fb464479934778d7cc5baf463d959d361954d6533ad34c3a4f1d267e86ee25fd" + "content": "bbb46330cc643ecf10bd9bd4ca8e7419a14b6b9dedd05f671c90fb2c813c6037" } ], "type": "distribution", - "url": "https://pypi.org/simple/grpcio/#grpcio-1.60.0-cp311-cp311-linux_armv7l.whl" + "url": "https://pypi.org/simple/grpcio/#grpcio-1.65.1-cp311-cp311-linux_armv7l.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "4b44d7e39964e808b071714666a812049765b26b3ea48c4434a3b317bac82f14" + "content": "d827a6fb9215b961eb73459ad7977edb9e748b23e3407d21c845d1d8ef6597e5" } ], "type": "distribution", - "url": "https://pypi.org/simple/grpcio/#grpcio-1.60.0-cp311-cp311-macosx_10_10_universal2.whl" + "url": "https://pypi.org/simple/grpcio/#grpcio-1.65.1-cp311-cp311-macosx_10_9_universal2.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "90bdd76b3f04bdb21de5398b8a7c629676c81dfac290f5f19883857e9371d28c" + "content": "6e71aed8835f8d9fbcb84babc93a9da95955d1685021cceb7089f4f1e717d719" } ], "type": "distribution", - "url": "https://pypi.org/simple/grpcio/#grpcio-1.60.0-cp311-cp311-manylinux_2_17_aarch64.whl" + "url": "https://pypi.org/simple/grpcio/#grpcio-1.65.1-cp311-cp311-manylinux_2_17_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "91229d7203f1ef0ab420c9b53fe2ca5c1fbeb34f69b3bc1b5089466237a4a134" + "content": "9a1c84560b3b2d34695c9ba53ab0264e2802721c530678a8f0a227951f453462" } ], "type": "distribution", - "url": "https://pypi.org/simple/grpcio/#grpcio-1.60.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl" + "url": "https://pypi.org/simple/grpcio/#grpcio-1.65.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "3b36a2c6d4920ba88fa98075fdd58ff94ebeb8acc1215ae07d01a418af4c0253" + "content": "27adee2338d697e71143ed147fe286c05810965d5d30ec14dd09c22479bfe48a" } ], "type": "distribution", - "url": "https://pypi.org/simple/grpcio/#grpcio-1.60.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + "url": "https://pypi.org/simple/grpcio/#grpcio-1.65.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "297eef542156d6b15174a1231c2493ea9ea54af8d016b8ca7d5d9cc65cfcc444" + "content": "f62652ddcadc75d0e7aa629e96bb61658f85a993e748333715b4ab667192e4e8" } ], "type": "distribution", - "url": "https://pypi.org/simple/grpcio/#grpcio-1.60.0-cp311-cp311-musllinux_1_1_i686.whl" + "url": "https://pypi.org/simple/grpcio/#grpcio-1.65.1-cp311-cp311-musllinux_1_1_i686.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "87c9224acba0ad8bacddf427a1c2772e17ce50b3042a789547af27099c5f751d" + "content": "71a05fd814700dd9cb7d9a507f2f6a1ef85866733ccaf557eedacec32d65e4c2" } ], "type": "distribution", - "url": "https://pypi.org/simple/grpcio/#grpcio-1.60.0-cp311-cp311-musllinux_1_1_x86_64.whl" + "url": "https://pypi.org/simple/grpcio/#grpcio-1.65.1-cp311-cp311-musllinux_1_1_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "95ae3e8e2c1b9bf671817f86f155c5da7d49a2289c5cf27a319458c3e025c320" + "content": "b590f1ad056294dfaeac0b7e1b71d3d5ace638d8dd1f1147ce4bd13458783ba8" } ], "type": "distribution", - "url": "https://pypi.org/simple/grpcio/#grpcio-1.60.0-cp311-cp311-win32.whl" + "url": "https://pypi.org/simple/grpcio/#grpcio-1.65.1-cp311-cp311-win32.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "467a7d31554892eed2aa6c2d47ded1079fc40ea0b9601d9f79204afa8902274b" + "content": "12e9bdf3b5fd48e5fbe5b3da382ad8f97c08b47969f3cca81dd9b36b86ed39e2" } ], "type": "distribution", - "url": "https://pypi.org/simple/grpcio/#grpcio-1.60.0-cp311-cp311-win_amd64.whl" + "url": "https://pypi.org/simple/grpcio/#grpcio-1.65.1-cp311-cp311-win_amd64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "a7152fa6e597c20cb97923407cf0934e14224af42c2b8d915f48bc3ad2d9ac18" + "content": "54cb822e177374b318b233e54b6856c692c24cdbd5a3ba5335f18a47396bac8f" } ], "type": "distribution", - "url": "https://pypi.org/simple/grpcio/#grpcio-1.60.0-cp312-cp312-linux_armv7l.whl" + "url": "https://pypi.org/simple/grpcio/#grpcio-1.65.1-cp312-cp312-linux_armv7l.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "7db16dd4ea1b05ada504f08d0dca1cd9b926bed3770f50e715d087c6f00ad748" + "content": "aaf3c54419a28d45bd1681372029f40e5bfb58e5265e3882eaf21e4a5f81a119" } ], "type": "distribution", - "url": "https://pypi.org/simple/grpcio/#grpcio-1.60.0-cp312-cp312-macosx_10_10_universal2.whl" + "url": "https://pypi.org/simple/grpcio/#grpcio-1.65.1-cp312-cp312-macosx_10_9_universal2.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "b0571a5aef36ba9177e262dc88a9240c866d903a62799e44fd4aae3f9a2ec17e" + "content": "557de35bdfbe8bafea0a003dbd0f4da6d89223ac6c4c7549d78e20f92ead95d9" } ], "type": "distribution", - "url": "https://pypi.org/simple/grpcio/#grpcio-1.60.0-cp312-cp312-manylinux_2_17_aarch64.whl" + "url": "https://pypi.org/simple/grpcio/#grpcio-1.65.1-cp312-cp312-manylinux_2_17_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "6fd9584bf1bccdfff1512719316efa77be235469e1e3295dce64538c4773840b" + "content": "8bfd95ef3b097f0cc86ade54eafefa1c8ed623aa01a26fbbdcd1a3650494dd11" } ], "type": "distribution", - "url": "https://pypi.org/simple/grpcio/#grpcio-1.60.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl" + "url": "https://pypi.org/simple/grpcio/#grpcio-1.65.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "d6a478581b1a1a8fdf3318ecb5f4d0cda41cacdffe2b527c23707c9c1b8fdb55" + "content": "9e6a8f3d6c41e6b642870afe6cafbaf7b61c57317f9ec66d0efdaf19db992b90" } ], "type": "distribution", - "url": "https://pypi.org/simple/grpcio/#grpcio-1.60.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + "url": "https://pypi.org/simple/grpcio/#grpcio-1.65.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "77c8a317f0fd5a0a2be8ed5cbe5341537d5c00bb79b3bb27ba7c5378ba77dbca" + "content": "1faaf7355ceed07ceaef0b9dcefa4c98daf1dd8840ed75c2de128c3f4a4d859d" } ], "type": "distribution", - "url": "https://pypi.org/simple/grpcio/#grpcio-1.60.0-cp312-cp312-musllinux_1_1_i686.whl" + "url": "https://pypi.org/simple/grpcio/#grpcio-1.65.1-cp312-cp312-musllinux_1_1_i686.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "1c30bb23a41df95109db130a6cc1b974844300ae2e5d68dd4947aacba5985aa5" + "content": "60f1f38eed830488ad2a1b11579ef0f345ff16fffdad1d24d9fbc97ba31804ff" } ], "type": "distribution", - "url": "https://pypi.org/simple/grpcio/#grpcio-1.60.0-cp312-cp312-musllinux_1_1_x86_64.whl" + "url": "https://pypi.org/simple/grpcio/#grpcio-1.65.1-cp312-cp312-musllinux_1_1_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "2aef56e85901c2397bd557c5ba514f84de1f0ae5dd132f5d5fed042858115951" + "content": "e75acfa52daf5ea0712e8aa82f0003bba964de7ae22c26d208cbd7bc08500177" } ], "type": "distribution", - "url": "https://pypi.org/simple/grpcio/#grpcio-1.60.0-cp312-cp312-win32.whl" + "url": "https://pypi.org/simple/grpcio/#grpcio-1.65.1-cp312-cp312-win32.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "e381fe0c2aa6c03b056ad8f52f8efca7be29fb4d9ae2f8873520843b6039612a" + "content": "ff5a84907e51924973aa05ed8759210d8cdae7ffcf9e44fd17646cf4a902df59" } ], "type": "distribution", - "url": "https://pypi.org/simple/grpcio/#grpcio-1.60.0-cp312-cp312-win_amd64.whl" + "url": "https://pypi.org/simple/grpcio/#grpcio-1.65.1-cp312-cp312-win_amd64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "92f88ca1b956eb8427a11bb8b4a0c0b2b03377235fc5102cb05e533b8693a415" + "content": "1fbd6331f18c3acd7e09d17fd840c096f56eaf0ef830fbd50af45ae9dc8dfd83" } ], "type": "distribution", - "url": "https://pypi.org/simple/grpcio/#grpcio-1.60.0-cp37-cp37m-linux_armv7l.whl" + "url": "https://pypi.org/simple/grpcio/#grpcio-1.65.1-cp38-cp38-linux_armv7l.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "e278eafb406f7e1b1b637c2cf51d3ad45883bb5bd1ca56bc05e4fc135dfdaa65" + "content": "de5b6be29116e094c5ef9d9e4252e7eb143e3d5f6bd6d50a78075553ab4930b0" } ], "type": "distribution", - "url": "https://pypi.org/simple/grpcio/#grpcio-1.60.0-cp37-cp37m-macosx_10_10_universal2.whl" + "url": "https://pypi.org/simple/grpcio/#grpcio-1.65.1-cp38-cp38-macosx_10_9_universal2.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "a48edde788b99214613e440fce495bbe2b1e142a7f214cce9e0832146c41e324" + "content": "e4a3cdba62b2d6aeae6027ae65f350de6dc082b72e6215eccf82628e79efe9ba" } ], "type": "distribution", - "url": "https://pypi.org/simple/grpcio/#grpcio-1.60.0-cp37-cp37m-manylinux_2_17_aarch64.whl" + "url": "https://pypi.org/simple/grpcio/#grpcio-1.65.1-cp38-cp38-manylinux_2_17_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "de2ad69c9a094bf37c1102b5744c9aec6cf74d2b635558b779085d0263166454" + "content": "941c4869aa229d88706b78187d60d66aca77fe5c32518b79e3c3e03fc26109a2" } ], "type": "distribution", - "url": "https://pypi.org/simple/grpcio/#grpcio-1.60.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl" + "url": "https://pypi.org/simple/grpcio/#grpcio-1.65.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "073f959c6f570797272f4ee9464a9997eaf1e98c27cb680225b82b53390d61e6" + "content": "f40cebe5edb518d78b8131e87cb83b3ee688984de38a232024b9b44e74ee53d3" } ], "type": "distribution", - "url": "https://pypi.org/simple/grpcio/#grpcio-1.60.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + "url": "https://pypi.org/simple/grpcio/#grpcio-1.65.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "c826f93050c73e7769806f92e601e0efdb83ec8d7c76ddf45d514fee54e8e619" + "content": "2ca684ba331fb249d8a1ce88db5394e70dbcd96e58d8c4b7e0d7b141a453dce9" } ], "type": "distribution", - "url": "https://pypi.org/simple/grpcio/#grpcio-1.60.0-cp37-cp37m-musllinux_1_1_i686.whl" + "url": "https://pypi.org/simple/grpcio/#grpcio-1.65.1-cp38-cp38-musllinux_1_1_i686.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "9e30be89a75ee66aec7f9e60086fadb37ff8c0ba49a022887c28c134341f7179" + "content": "8558f0083ddaf5de64a59c790bffd7568e353914c0c551eae2955f54ee4b857f" } ], "type": "distribution", - "url": "https://pypi.org/simple/grpcio/#grpcio-1.60.0-cp37-cp37m-musllinux_1_1_x86_64.whl" + "url": "https://pypi.org/simple/grpcio/#grpcio-1.65.1-cp38-cp38-musllinux_1_1_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "b0fb2d4801546598ac5cd18e3ec79c1a9af8b8f2a86283c55a5337c5aeca4b1b" + "content": "8d8143a3e3966f85dce6c5cc45387ec36552174ba5712c5dc6fcc0898fb324c0" } ], "type": "distribution", - "url": "https://pypi.org/simple/grpcio/#grpcio-1.60.0-cp37-cp37m-win_amd64.whl" + "url": "https://pypi.org/simple/grpcio/#grpcio-1.65.1-cp38-cp38-win32.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "9073513ec380434eb8d21970e1ab3161041de121f4018bbed3146839451a6d8e" + "content": "76e81a86424d6ca1ce7c16b15bdd6a964a42b40544bf796a48da241fdaf61153" } ], "type": "distribution", - "url": "https://pypi.org/simple/grpcio/#grpcio-1.60.0-cp38-cp38-linux_armv7l.whl" + "url": "https://pypi.org/simple/grpcio/#grpcio-1.65.1-cp38-cp38-win_amd64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "74d7d9fa97809c5b892449b28a65ec2bfa458a4735ddad46074f9f7d9550ad13" + "content": "cb5175f45c980ff418998723ea1b3869cce3766d2ab4e4916fbd3cedbc9d0ed3" } ], "type": "distribution", - "url": "https://pypi.org/simple/grpcio/#grpcio-1.60.0-cp38-cp38-macosx_10_10_universal2.whl" + "url": "https://pypi.org/simple/grpcio/#grpcio-1.65.1-cp39-cp39-linux_armv7l.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "1434ca77d6fed4ea312901122dc8da6c4389738bf5788f43efb19a838ac03ead" + "content": "b12c1aa7b95abe73b3e04e052c8b362655b41c7798da69f1eaf8d186c7d204df" } ], "type": "distribution", - "url": "https://pypi.org/simple/grpcio/#grpcio-1.60.0-cp38-cp38-manylinux_2_17_aarch64.whl" + "url": "https://pypi.org/simple/grpcio/#grpcio-1.65.1-cp39-cp39-macosx_10_9_universal2.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "e61e76020e0c332a98290323ecfec721c9544f5b739fab925b6e8cbe1944cf19" + "content": "3019fb50128b21a5e018d89569ffaaaa361680e1346c2f261bb84a91082eb3d3" } ], "type": "distribution", - "url": "https://pypi.org/simple/grpcio/#grpcio-1.60.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl" + "url": "https://pypi.org/simple/grpcio/#grpcio-1.65.1-cp39-cp39-manylinux_2_17_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "675997222f2e2f22928fbba640824aebd43791116034f62006e19730715166c0" + "content": "7ae15275ed98ea267f64ee9ddedf8ecd5306a5b5bb87972a48bfe24af24153e8" } ], "type": "distribution", - "url": "https://pypi.org/simple/grpcio/#grpcio-1.60.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + "url": "https://pypi.org/simple/grpcio/#grpcio-1.65.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "5208a57eae445ae84a219dfd8b56e04313445d146873117b5fa75f3245bc1390" + "content": "5f096ffb881f37e8d4f958b63c74bfc400c7cebd7a944b027357cd2fb8d91a57" } ], "type": "distribution", - "url": "https://pypi.org/simple/grpcio/#grpcio-1.60.0-cp38-cp38-musllinux_1_1_i686.whl" + "url": "https://pypi.org/simple/grpcio/#grpcio-1.65.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "428d699c8553c27e98f4d29fdc0f0edc50e9a8a7590bfd294d2edb0da7be3629" + "content": "2f56b5a68fdcf17a0a1d524bf177218c3c69b3947cb239ea222c6f1867c3ab68" } ], "type": "distribution", - "url": "https://pypi.org/simple/grpcio/#grpcio-1.60.0-cp38-cp38-musllinux_1_1_x86_64.whl" + "url": "https://pypi.org/simple/grpcio/#grpcio-1.65.1-cp39-cp39-musllinux_1_1_i686.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "83f2292ae292ed5a47cdcb9821039ca8e88902923198f2193f13959360c01860" + "content": "941596d419b9736ab548aa0feb5bbba922f98872668847bf0720b42d1d227b9e" } ], "type": "distribution", - "url": "https://pypi.org/simple/grpcio/#grpcio-1.60.0-cp38-cp38-win32.whl" + "url": "https://pypi.org/simple/grpcio/#grpcio-1.65.1-cp39-cp39-musllinux_1_1_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "705a68a973c4c76db5d369ed573fec3367d7d196673fa86614b33d8c8e9ebb08" + "content": "5fd7337a823b890215f07d429f4f193d24b80d62a5485cf88ee06648591a0c57" } ], "type": "distribution", - "url": "https://pypi.org/simple/grpcio/#grpcio-1.60.0-cp38-cp38-win_amd64.whl" + "url": "https://pypi.org/simple/grpcio/#grpcio-1.65.1-cp39-cp39-win32.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "c193109ca4070cdcaa6eff00fdb5a56233dc7610216d58fb81638f89f02e4968" + "content": "1bceeec568372cbebf554eae1b436b06c2ff24cfaf04afade729fb9035408c6c" } ], "type": "distribution", - "url": "https://pypi.org/simple/grpcio/#grpcio-1.60.0-cp39-cp39-linux_armv7l.whl" + "url": "https://pypi.org/simple/grpcio/#grpcio-1.65.1-cp39-cp39-win_amd64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "676e4a44e740deaba0f4d95ba1d8c5c89a2fcc43d02c39f69450b1fa19d39590" + "content": "3c492301988cd720cd145d84e17318d45af342e29ef93141228f9cd73222368b" } ], "type": "distribution", - "url": "https://pypi.org/simple/grpcio/#grpcio-1.60.0-cp39-cp39-macosx_10_10_universal2.whl" - }, - { - "comment": "from legacy-api", - "hashes": [ - { - "alg": "SHA-256", - "content": "5ff21e000ff2f658430bde5288cb1ac440ff15c0d7d18b5fb222f941b46cb0d2" - } - ], - "type": "distribution", - "url": "https://pypi.org/simple/grpcio/#grpcio-1.60.0-cp39-cp39-manylinux_2_17_aarch64.whl" - }, - { - "comment": "from legacy-api", - "hashes": [ - { - "alg": "SHA-256", - "content": "4c86343cf9ff7b2514dd229bdd88ebba760bd8973dac192ae687ff75e39ebfab" - } - ], - "type": "distribution", - "url": "https://pypi.org/simple/grpcio/#grpcio-1.60.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl" - }, - { - "comment": "from legacy-api", - "hashes": [ - { - "alg": "SHA-256", - "content": "0fd3b3968ffe7643144580f260f04d39d869fcc2cddb745deef078b09fd2b328" - } - ], - "type": "distribution", - "url": "https://pypi.org/simple/grpcio/#grpcio-1.60.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" - }, - { - "comment": "from legacy-api", - "hashes": [ - { - "alg": "SHA-256", - "content": "30943b9530fe3620e3b195c03130396cd0ee3a0d10a66c1bee715d1819001eaf" - } - ], - "type": "distribution", - "url": "https://pypi.org/simple/grpcio/#grpcio-1.60.0-cp39-cp39-musllinux_1_1_i686.whl" - }, - { - "comment": "from legacy-api", - "hashes": [ - { - "alg": "SHA-256", - "content": "b10241250cb77657ab315270b064a6c7f1add58af94befa20687e7c8d8603ae6" - } - ], - "type": "distribution", - "url": "https://pypi.org/simple/grpcio/#grpcio-1.60.0-cp39-cp39-musllinux_1_1_x86_64.whl" - }, - { - "comment": "from legacy-api", - "hashes": [ - { - "alg": "SHA-256", - "content": "79a050889eb8d57a93ed21d9585bb63fca881666fc709f5d9f7f9372f5e7fd03" - } - ], - "type": "distribution", - "url": "https://pypi.org/simple/grpcio/#grpcio-1.60.0-cp39-cp39-win32.whl" - }, - { - "comment": "from legacy-api", - "hashes": [ - { - "alg": "SHA-256", - "content": "8a97a681e82bc11a42d4372fe57898d270a2707f36c45c6676e49ce0d5c41353" - } - ], - "type": "distribution", - "url": "https://pypi.org/simple/grpcio/#grpcio-1.60.0-cp39-cp39-win_amd64.whl" - }, - { - "comment": "from legacy-api", - "hashes": [ - { - "alg": "SHA-256", - "content": "2199165a1affb666aa24adf0c97436686d0a61bc5fc113c037701fb7c7fceb96" - } - ], - "type": "distribution", - "url": "https://pypi.org/simple/grpcio/#grpcio-1.60.0.tar.gz" + "url": "https://pypi.org/simple/grpcio/#grpcio-1.65.1.tar.gz" } ], "name": "grpcio", - "purl": "pkg:pypi/grpcio@1.60.0", + "purl": "pkg:pypi/grpcio@1.65.1", "type": "library", - "version": "1.60.0" + "version": "1.65.1" + }, + { + "bom-ref": "gto@1.7.1", + "description": "Version and deploy your models following GitOps principles", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "466c3e059aacc7eb3b7780a5f4b49e4a32001b059feb2b426d5b0737f7e71f72" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/gto/#gto-1.7.1-py3-none-any.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "24100e735195c0d54539401f42804fc9042998276cdc4233f49f153fd38a7d75" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/gto/#gto-1.7.1.tar.gz" + } + ], + "name": "gto", + "purl": "pkg:pypi/gto@1.7.1", + "type": "library", + "version": "1.7.1" }, { "bom-ref": "h11@0.14.0", @@ -5000,7 +8585,39 @@ "version": "0.14.0" }, { - "bom-ref": "identify@2.5.33", + "bom-ref": "hydra-core@1.3.2", + "description": "A framework for elegantly configuring complex applications", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "8a878ed67216997c3e9d88a8e72e7b4767e81af37afb4ea3334b269a4390a824" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/hydra-core/#hydra-core-1.3.2.tar.gz" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "fa0238a9e31df3373b35b0bfb672c34cc92718d21f81311d8996a16de1141d8b" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/hydra-core/#hydra_core-1.3.2-py3-none-any.whl" + } + ], + "name": "hydra-core", + "purl": "pkg:pypi/hydra-core@1.3.2", + "type": "library", + "version": "1.3.2" + }, + { + "bom-ref": "identify@2.6.0", "description": "File identification library for Python", "externalReferences": [ { @@ -5008,31 +8625,31 @@ "hashes": [ { "alg": "SHA-256", - "content": "d40ce5fcd762817627670da8a7d8d8e65f24342d14539c59488dc603bf662e34" + "content": "e79ae4406387a9d300332b5fd366d8994f1525e8414984e1a59e058b2eda2dd0" } ], "type": "distribution", - "url": "https://pypi.org/simple/identify/#identify-2.5.33-py2.py3-none-any.whl" + "url": "https://pypi.org/simple/identify/#identify-2.6.0-py2.py3-none-any.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "161558f9fe4559e1557e1bff323e8631f6a0e4837f7497767c1782832f16b62d" + "content": "cb171c685bdc31bcc4c1734698736a7d5b6c8bf2e0c15117f4d469c8640ae5cf" } ], "type": "distribution", - "url": "https://pypi.org/simple/identify/#identify-2.5.33.tar.gz" + "url": "https://pypi.org/simple/identify/#identify-2.6.0.tar.gz" } ], "name": "identify", - "purl": "pkg:pypi/identify@2.5.33", + "purl": "pkg:pypi/identify@2.6.0", "type": "library", - "version": "2.5.33" + "version": "2.6.0" }, { - "bom-ref": "idna@3.6", + "bom-ref": "idna@3.7", "description": "Internationalized Domain Names in Applications (IDNA)", "externalReferences": [ { @@ -5040,31 +8657,31 @@ "hashes": [ { "alg": "SHA-256", - "content": "c05567e9c24a6b9faaa835c4821bad0590fbb9d5779e7caa6e1cc4978e7eb24f" + "content": "82fee1fc78add43492d3a1898bfa6d8a904cc97d8427f683ed8e798d07761aa0" } ], "type": "distribution", - "url": "https://pypi.org/simple/idna/#idna-3.6-py3-none-any.whl" + "url": "https://pypi.org/simple/idna/#idna-3.7-py3-none-any.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "9ecdbbd083b06798ae1e86adcbfe8ab1479cf864e4ee30fe4e46a003d12491ca" + "content": "028ff3aadf0609c1fd278d8ea3089299412a7a8b9bd005dd08b9f8285bcb5cfc" } ], "type": "distribution", - "url": "https://pypi.org/simple/idna/#idna-3.6.tar.gz" + "url": "https://pypi.org/simple/idna/#idna-3.7.tar.gz" } ], "name": "idna", - "purl": "pkg:pypi/idna@3.6", + "purl": "pkg:pypi/idna@3.7", "type": "library", - "version": "3.6" + "version": "3.7" }, { - "bom-ref": "importlib-metadata@6.11.0", + "bom-ref": "importlib-metadata@7.1.0", "description": "Read metadata from Python packages", "externalReferences": [ { @@ -5072,28 +8689,28 @@ "hashes": [ { "alg": "SHA-256", - "content": "f0afba6205ad8f8947c7d338b5342d5db2afbfd82f9cbef7879a9539cc12eb9b" + "content": "30962b96c0c223483ed6cc7280e7f0199feb01a0e40cfae4d4450fc6fab1f570" } ], "type": "distribution", - "url": "https://pypi.org/simple/importlib-metadata/#importlib_metadata-6.11.0-py3-none-any.whl" + "url": "https://pypi.org/simple/importlib-metadata/#importlib_metadata-7.1.0-py3-none-any.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "1231cf92d825c9e03cfc4da076a16de6422c863558229ea0b22b675657463443" + "content": "b78938b926ee8d5f020fc4772d487045805a55ddbad2ecf21c6d60938dc7fcd2" } ], "type": "distribution", - "url": "https://pypi.org/simple/importlib-metadata/#importlib_metadata-6.11.0.tar.gz" + "url": "https://pypi.org/simple/importlib-metadata/#importlib_metadata-7.1.0.tar.gz" } ], "name": "importlib-metadata", - "purl": "pkg:pypi/importlib-metadata@6.11.0", + "purl": "pkg:pypi/importlib-metadata@7.1.0", "type": "library", - "version": "6.11.0" + "version": "7.1.0" }, { "bom-ref": "iniconfig@2.0.0", @@ -5128,7 +8745,7 @@ "version": "2.0.0" }, { - "bom-ref": "ipykernel@6.29.0", + "bom-ref": "ipykernel@6.29.5", "description": "IPython Kernel for Jupyter", "externalReferences": [ { @@ -5136,22 +8753,22 @@ "hashes": [ { "alg": "SHA-256", - "content": "076663ca68492576f051e4af7720d33f34383e655f2be0d544c8b1c9de915b2f" + "content": "afdb66ba5aa354b09b91379bac28ae4afebbb30e8b39510c9690afb7a10421b5" } ], "type": "distribution", - "url": "https://pypi.org/simple/ipykernel/#ipykernel-6.29.0-py3-none-any.whl" + "url": "https://pypi.org/simple/ipykernel/#ipykernel-6.29.5-py3-none-any.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "b5dd3013cab7b330df712891c96cd1ab868c27a7159e606f762015e9bf8ceb3f" + "content": "f093a22c4a40f8828f8e330a9c297cb93dcab13bd9678ded6de8e5cf81c56215" } ], "type": "distribution", - "url": "https://pypi.org/simple/ipykernel/#ipykernel-6.29.0.tar.gz" + "url": "https://pypi.org/simple/ipykernel/#ipykernel-6.29.5.tar.gz" } ], "name": "ipykernel", @@ -5161,12 +8778,12 @@ "value": "dev" } ], - "purl": "pkg:pypi/ipykernel@6.29.0", + "purl": "pkg:pypi/ipykernel@6.29.5", "type": "library", - "version": "6.29.0" + "version": "6.29.5" }, { - "bom-ref": "ipython@8.21.0", + "bom-ref": "ipython@8.26.0", "description": "IPython: Productive Interactive Computing", "externalReferences": [ { @@ -5174,28 +8791,28 @@ "hashes": [ { "alg": "SHA-256", - "content": "1050a3ab8473488d7eee163796b02e511d0735cf43a04ba2a8348bd0f2eaf8a5" + "content": "e6b347c27bdf9c32ee9d31ae85defc525755a1869f14057e900675b9e8d6e6ff" } ], "type": "distribution", - "url": "https://pypi.org/simple/ipython/#ipython-8.21.0-py3-none-any.whl" + "url": "https://pypi.org/simple/ipython/#ipython-8.26.0-py3-none-any.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "48fbc236fbe0e138b88773fa0437751f14c3645fb483f1d4c5dee58b37e5ce73" + "content": "1cec0fbba8404af13facebe83d04436a7434c7400e59f47acf467c64abd0956c" } ], "type": "distribution", - "url": "https://pypi.org/simple/ipython/#ipython-8.21.0.tar.gz" + "url": "https://pypi.org/simple/ipython/#ipython-8.26.0.tar.gz" } ], "name": "ipython", - "purl": "pkg:pypi/ipython@8.21.0", + "purl": "pkg:pypi/ipython@8.26.0", "type": "library", - "version": "8.21.0" + "version": "8.26.0" }, { "bom-ref": "isodate@0.6.1", @@ -5293,6 +8910,38 @@ "type": "library", "version": "5.13.2" }, + { + "bom-ref": "iterative-telemetry@0.0.8", + "description": "Common library for sending telemetry", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "5bed9d19109c892cff2a4712a2fb18ad727079a7ab260a28b1e2f6934eec652d" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/iterative-telemetry/#iterative-telemetry-0.0.8.tar.gz" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "af0a37ec727c1fd728df6e8103e4c89557b99869218e668dce5ca99e6e51231f" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/iterative-telemetry/#iterative_telemetry-0.0.8-py3-none-any.whl" + } + ], + "name": "iterative-telemetry", + "purl": "pkg:pypi/iterative-telemetry@0.0.8", + "type": "library", + "version": "0.0.8" + }, { "bom-ref": "jedi@0.19.1", "description": "An autocompletion tool for Python that can be used for text editors.", @@ -5326,7 +8975,39 @@ "version": "0.19.1" }, { - "bom-ref": "jsonpointer@2.4", + "bom-ref": "jmespath@1.0.1", + "description": "JSON Matching Expressions", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "02e2e4cc71b5bcab88332eebf907519190dd9e6e82107fa7f83b1003a6252980" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/jmespath/#jmespath-1.0.1-py3-none-any.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "90261b206d6defd58fdd5e85f478bf633a2901798906be2ad389150c5c60edbe" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/jmespath/#jmespath-1.0.1.tar.gz" + } + ], + "name": "jmespath", + "purl": "pkg:pypi/jmespath@1.0.1", + "type": "library", + "version": "1.0.1" + }, + { + "bom-ref": "jsonpointer@3.0.0", "description": "Identify specific nodes in a JSON document (RFC 6901)", "externalReferences": [ { @@ -5334,31 +9015,31 @@ "hashes": [ { "alg": "SHA-256", - "content": "15d51bba20eea3165644553647711d150376234112651b4f1811022aecad7d7a" + "content": "13e088adc14fca8b6aa8177c044e12701e6ad4b28ff10e65f2267a90109c9942" } ], "type": "distribution", - "url": "https://pypi.org/simple/jsonpointer/#jsonpointer-2.4-py2.py3-none-any.whl" + "url": "https://pypi.org/simple/jsonpointer/#jsonpointer-3.0.0-py2.py3-none-any.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "585cee82b70211fa9e6043b7bb89db6e1aa49524340dde8ad6b63206ea689d88" + "content": "2b2d729f2091522d61c3b31f82e11870f60b68f43fbc705cb76bf4b832af59ef" } ], "type": "distribution", - "url": "https://pypi.org/simple/jsonpointer/#jsonpointer-2.4.tar.gz" + "url": "https://pypi.org/simple/jsonpointer/#jsonpointer-3.0.0.tar.gz" } ], "name": "jsonpointer", - "purl": "pkg:pypi/jsonpointer@2.4", + "purl": "pkg:pypi/jsonpointer@3.0.0", "type": "library", - "version": "2.4" + "version": "3.0.0" }, { - "bom-ref": "jsonschema@4.21.1", + "bom-ref": "jsonschema@4.23.0", "description": "An implementation of JSON Schema validation for Python", "externalReferences": [ { @@ -5366,22 +9047,22 @@ "hashes": [ { "alg": "SHA-256", - "content": "7996507afae316306f9e2290407761157c6f78002dcf7419acb99822143d1c6f" + "content": "fbadb6f8b144a8f8cf9f0b89ba94501d143e50411a1278633f56a7acf7fd5566" } ], "type": "distribution", - "url": "https://pypi.org/simple/jsonschema/#jsonschema-4.21.1-py3-none-any.whl" + "url": "https://pypi.org/simple/jsonschema/#jsonschema-4.23.0-py3-none-any.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "85727c00279f5fa6bedbe6238d2aa6403bedd8b4864ab11207d07df3cc1b2ee5" + "content": "d71497fef26351a33265337fa77ffeb82423f3ea21283cd9467bb03999266bc4" } ], "type": "distribution", - "url": "https://pypi.org/simple/jsonschema/#jsonschema-4.21.1.tar.gz" + "url": "https://pypi.org/simple/jsonschema/#jsonschema-4.23.0.tar.gz" } ], "name": "jsonschema", @@ -5391,9 +9072,9 @@ "value": "format" } ], - "purl": "pkg:pypi/jsonschema@4.21.1", + "purl": "pkg:pypi/jsonschema@4.23.0", "type": "library", - "version": "4.21.1" + "version": "4.23.0" }, { "bom-ref": "jsonschema-specifications@2023.12.1", @@ -5428,7 +9109,7 @@ "version": "2023.12.1" }, { - "bom-ref": "jupyter-client@8.6.0", + "bom-ref": "jupyter-client@8.6.2", "description": "Jupyter protocol implementation and client libraries", "externalReferences": [ { @@ -5436,31 +9117,31 @@ "hashes": [ { "alg": "SHA-256", - "content": "909c474dbe62582ae62b758bca86d6518c85234bdee2d908c778db6d72f39d99" + "content": "50cbc5c66fd1b8f65ecb66bc490ab73217993632809b6e505687de18e9dea39f" } ], "type": "distribution", - "url": "https://pypi.org/simple/jupyter-client/#jupyter_client-8.6.0-py3-none-any.whl" + "url": "https://pypi.org/simple/jupyter-client/#jupyter_client-8.6.2-py3-none-any.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "0642244bb83b4764ae60d07e010e15f0e2d275ec4e918a8f7b80fbbef3ca60c7" + "content": "2bda14d55ee5ba58552a8c53ae43d215ad9868853489213f37da060ced54d8df" } ], "type": "distribution", - "url": "https://pypi.org/simple/jupyter-client/#jupyter_client-8.6.0.tar.gz" + "url": "https://pypi.org/simple/jupyter-client/#jupyter_client-8.6.2.tar.gz" } ], "name": "jupyter-client", - "purl": "pkg:pypi/jupyter-client@8.6.0", + "purl": "pkg:pypi/jupyter-client@8.6.2", "type": "library", - "version": "8.6.0" + "version": "8.6.2" }, { - "bom-ref": "jupyter-core@5.7.1", + "bom-ref": "jupyter-core@5.7.2", "description": "Jupyter core package. A base package on which Jupyter projects rely.", "externalReferences": [ { @@ -5468,31 +9149,31 @@ "hashes": [ { "alg": "SHA-256", - "content": "c65c82126453a723a2804aa52409930434598fd9d35091d63dfb919d2b765bb7" + "content": "4f7315d2f6b4bcf2e3e7cb6e46772eba760ae459cd1f59d29eb57b0a01bd7409" } ], "type": "distribution", - "url": "https://pypi.org/simple/jupyter-core/#jupyter_core-5.7.1-py3-none-any.whl" + "url": "https://pypi.org/simple/jupyter-core/#jupyter_core-5.7.2-py3-none-any.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "de61a9d7fc71240f688b2fb5ab659fbb56979458dc66a71decd098e03c79e218" + "content": "aa5f8d32bbf6b431ac830496da7392035d6f61b4f54872f15c4bd2a9c3f536d9" } ], "type": "distribution", - "url": "https://pypi.org/simple/jupyter-core/#jupyter_core-5.7.1.tar.gz" + "url": "https://pypi.org/simple/jupyter-core/#jupyter_core-5.7.2.tar.gz" } ], "name": "jupyter-core", - "purl": "pkg:pypi/jupyter-core@5.7.1", + "purl": "pkg:pypi/jupyter-core@5.7.2", "type": "library", - "version": "5.7.1" + "version": "5.7.2" }, { - "bom-ref": "kn-utils@0.2.7", + "bom-ref": "kn-utils@0.2.9", "description": "Shared code related to logging for research & development.", "externalReferences": [ { @@ -5500,22 +9181,22 @@ "hashes": [ { "alg": "SHA-256", - "content": "71753a8ee3730b456823bd1b6a863defc867c6ac8de17b6d5fdb3c0e08395ed9" + "content": "f1446ebb94a4f891879619d75e8828da67dc8d4ad92a9f16ccc1c2ded343bd75" } ], "type": "distribution", - "url": "https://gitlab.knecon.com/api/v4/groups/19/-/packages/pypi/simple/kn-utils/#kn_utils-0.2.7-py3-none-any.whl" + "url": "https://gitlab.knecon.com/api/v4/groups/19/-/packages/pypi/simple/kn-utils/#kn_utils-0.2.9-py3-none-any.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "1f991db3a9936577fa4f32a2a256d6847e11df068aeb2709df3ab9aaf3b4151f" + "content": "5209d288b36db6e37a5ea265a0df4696e4a0d7681c47f3c577194958d5d80e63" } ], "type": "distribution", - "url": "https://gitlab.knecon.com/api/v4/groups/19/-/packages/pypi/simple/kn-utils/#kn_utils-0.2.7.tar.gz" + "url": "https://gitlab.knecon.com/api/v4/groups/19/-/packages/pypi/simple/kn-utils/#kn_utils-0.2.9.tar.gz" } ], "name": "kn-utils", @@ -5525,12 +9206,76 @@ "value": "main" } ], - "purl": "pkg:pypi/kn-utils@0.2.7?repository_url=https://gitlab.knecon.com/api/v4/groups/19/-/packages/pypi/simple", + "purl": "pkg:pypi/kn-utils@0.2.9?repository_url=https://gitlab.knecon.com/api/v4/groups/19/-/packages/pypi/simple", "type": "library", - "version": "0.2.7" + "version": "0.2.9" }, { - "bom-ref": "license-expression@30.2.0", + "bom-ref": "knack@0.12.0", + "description": "A Command-Line Interface framework", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "c1c3e8555f5aa974880f580ad7c862502b6ef274b1c9891ae0cc17f8eaa5c8b5" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/knack/#knack-0.12.0-py3-none-any.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "71f2a6b42ae9a302e43243320fa05edb09b19339fcf1f331f5b6d07bf97f5291" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/knack/#knack-0.12.0.tar.gz" + } + ], + "name": "knack", + "purl": "pkg:pypi/knack@0.12.0", + "type": "library", + "version": "0.12.0" + }, + { + "bom-ref": "kombu@5.3.7", + "description": "Messaging library for Python.", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "5634c511926309c7f9789f1433e9ed402616b56836ef9878f01bd59267b4c7a9" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/kombu/#kombu-5.3.7-py3-none-any.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "011c4cd9a355c14a1de8d35d257314a1d2456d52b7140388561acac3cf1a97bf" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/kombu/#kombu-5.3.7.tar.gz" + } + ], + "name": "kombu", + "purl": "pkg:pypi/kombu@5.3.7", + "type": "library", + "version": "5.3.7" + }, + { + "bom-ref": "license-expression@30.3.0", "description": "license-expression is a comprehensive utility library to parse, compare, simplify and normalize license expressions (such as SPDX license expressions) using boolean logic.", "externalReferences": [ { @@ -5538,28 +9283,28 @@ "hashes": [ { "alg": "SHA-256", - "content": "599928edd995c43fc335e0af342076144dc71cb858afa1ed9c1c30c4e81794f5" + "content": "1295406f736b4f395ff069aec1cebfad53c0fcb3cf57df0f5ec58fc7b905aea5" } ], "type": "distribution", - "url": "https://pypi.org/simple/license-expression/#license-expression-30.2.0.tar.gz" + "url": "https://pypi.org/simple/license-expression/#license-expression-30.3.0.tar.gz" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "1a7dc2bb2d09cdc983d072e4f9adc787e107e09def84cbb3919baaaf4f8e6fa1" + "content": "ae0ba9a829d6909c785dc2f0131f13d10d68318e4a5f28af5ef152d6b52f9b41" } ], "type": "distribution", - "url": "https://pypi.org/simple/license-expression/#license_expression-30.2.0-py3-none-any.whl" + "url": "https://pypi.org/simple/license-expression/#license_expression-30.3.0-py3-none-any.whl" } ], "name": "license-expression", - "purl": "pkg:pypi/license-expression@30.2.0", + "purl": "pkg:pypi/license-expression@30.3.0", "type": "library", - "version": "30.2.0" + "version": "30.3.0" }, { "bom-ref": "loguru@0.7.2", @@ -5594,7 +9339,7 @@ "version": "0.7.2" }, { - "bom-ref": "lxml@5.1.0", + "bom-ref": "lxml@5.2.2", "description": "Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.", "externalReferences": [ { @@ -5602,867 +9347,1559 @@ "hashes": [ { "alg": "SHA-256", - "content": "704f5572ff473a5f897745abebc6df40f22d4133c1e0a1f124e4f2bd3330ff7e" + "content": "364d03207f3e603922d0d3932ef363d55bbf48e3647395765f9bfcbdf6d23632" } ], "type": "distribution", - "url": "https://pypi.org/simple/lxml/#lxml-5.1.0-cp310-cp310-macosx_10_9_universal2.whl" + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp310-cp310-macosx_10_9_universal2.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "9d3c0f8567ffe7502d969c2c1b809892dc793b5d0665f602aad19895f8d508da" + "content": "50127c186f191b8917ea2fb8b206fbebe87fd414a6084d15568c27d0a21d60db" } ], "type": "distribution", - "url": "https://pypi.org/simple/lxml/#lxml-5.1.0-cp310-cp310-macosx_10_9_x86_64.whl" + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp310-cp310-macosx_10_9_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "5fcfbebdb0c5d8d18b84118842f31965d59ee3e66996ac842e21f957eb76138c" + "content": "74e4f025ef3db1c6da4460dd27c118d8cd136d0391da4e387a15e48e5c975147" } ], "type": "distribution", - "url": "https://pypi.org/simple/lxml/#lxml-5.1.0-cp310-cp310-macosx_11_0_arm64.whl" + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "2f37c6d7106a9d6f0708d4e164b707037b7380fcd0b04c5bd9cae1fb46a856fb" + "content": "981a06a3076997adf7c743dcd0d7a0415582661e2517c7d961493572e909aa1d" } ], "type": "distribution", - "url": "https://pypi.org/simple/lxml/#lxml-5.1.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "2befa20a13f1a75c751f47e00929fb3433d67eb9923c2c0b364de449121f447c" + "content": "aef5474d913d3b05e613906ba4090433c515e13ea49c837aca18bde190853dff" } ], "type": "distribution", - "url": "https://pypi.org/simple/lxml/#lxml-5.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "22b7ee4c35f374e2c20337a95502057964d7e35b996b1c667b5c65c567d2252a" + "content": "1e275ea572389e41e8b039ac076a46cb87ee6b8542df3fff26f5baab43713bca" } ], "type": "distribution", - "url": "https://pypi.org/simple/lxml/#lxml-5.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "bf8443781533b8d37b295016a4b53c1494fa9a03573c09ca5104550c138d5c05" + "content": "f5b65529bb2f21ac7861a0e94fdbf5dc0daab41497d18223b46ee8515e5ad297" } ], "type": "distribution", - "url": "https://pypi.org/simple/lxml/#lxml-5.1.0-cp310-cp310-musllinux_1_1_aarch64.whl" + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "82bddf0e72cb2af3cbba7cec1d2fd11fda0de6be8f4492223d4a268713ef2147" + "content": "bcc98f911f10278d1daf14b87d65325851a1d29153caaf146877ec37031d5f36" } ], "type": "distribution", - "url": "https://pypi.org/simple/lxml/#lxml-5.1.0-cp310-cp310-musllinux_1_1_x86_64.whl" + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp310-cp310-manylinux_2_28_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "b66aa6357b265670bb574f050ffceefb98549c721cf28351b748be1ef9577d93" + "content": "b47633251727c8fe279f34025844b3b3a3e40cd1b198356d003aa146258d13a2" } ], "type": "distribution", - "url": "https://pypi.org/simple/lxml/#lxml-5.1.0-cp310-cp310-win32.whl" + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp310-cp310-manylinux_2_28_ppc64le.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "4946e7f59b7b6a9e27bef34422f645e9a368cb2be11bf1ef3cafc39a1f6ba68d" + "content": "fbc9d316552f9ef7bba39f4edfad4a734d3d6f93341232a9dddadec4f15d425f" } ], "type": "distribution", - "url": "https://pypi.org/simple/lxml/#lxml-5.1.0-cp310-cp310-win_amd64.whl" + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp310-cp310-manylinux_2_28_s390x.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "14deca1460b4b0f6b01f1ddc9557704e8b365f55c63070463f6c18619ebf964f" + "content": "13e69be35391ce72712184f69000cda04fc89689429179bc4c0ae5f0b7a8c21b" } ], "type": "distribution", - "url": "https://pypi.org/simple/lxml/#lxml-5.1.0-cp311-cp311-macosx_10_9_universal2.whl" + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp310-cp310-manylinux_2_28_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "ed8c3d2cd329bf779b7ed38db176738f3f8be637bb395ce9629fc76f78afe3d4" + "content": "3b6a30a9ab040b3f545b697cb3adbf3696c05a3a68aad172e3fd7ca73ab3c835" } ], "type": "distribution", - "url": "https://pypi.org/simple/lxml/#lxml-5.1.0-cp311-cp311-macosx_10_9_x86_64.whl" + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp310-cp310-musllinux_1_1_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "436a943c2900bb98123b06437cdd30580a61340fbdb7b28aaf345a459c19046a" + "content": "a233bb68625a85126ac9f1fc66d24337d6e8a0f9207b688eec2e7c880f012ec0" } ], "type": "distribution", - "url": "https://pypi.org/simple/lxml/#lxml-5.1.0-cp311-cp311-macosx_11_0_arm64.whl" + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp310-cp310-musllinux_1_1_ppc64le.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "acb6b2f96f60f70e7f34efe0c3ea34ca63f19ca63ce90019c6cbca6b676e81fa" + "content": "dfa7c241073d8f2b8e8dbc7803c434f57dbb83ae2a3d7892dd068d99e96efe2c" } ], "type": "distribution", - "url": "https://pypi.org/simple/lxml/#lxml-5.1.0-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp310-cp310-musllinux_1_1_s390x.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "af8920ce4a55ff41167ddbc20077f5698c2e710ad3353d32a07d3264f3a2021e" + "content": "1a7aca7964ac4bb07680d5c9d63b9d7028cace3e2d43175cb50bba8c5ad33316" } ], "type": "distribution", - "url": "https://pypi.org/simple/lxml/#lxml-5.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp310-cp310-musllinux_1_1_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "7cfced4a069003d8913408e10ca8ed092c49a7f6cefee9bb74b6b3e860683b45" + "content": "ae4073a60ab98529ab8a72ebf429f2a8cc612619a8c04e08bed27450d52103c0" } ], "type": "distribution", - "url": "https://pypi.org/simple/lxml/#lxml-5.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp310-cp310-musllinux_1_2_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "9e5ac3437746189a9b4121db2a7b86056ac8786b12e88838696899328fc44bb2" + "content": "ffb2be176fed4457e445fe540617f0252a72a8bc56208fd65a690fdb1f57660b" } ], "type": "distribution", - "url": "https://pypi.org/simple/lxml/#lxml-5.1.0-cp311-cp311-musllinux_1_1_aarch64.whl" + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp310-cp310-musllinux_1_2_ppc64le.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "f4c9bda132ad108b387c33fabfea47866af87f4ea6ffb79418004f0521e63204" + "content": "e290d79a4107d7d794634ce3e985b9ae4f920380a813717adf61804904dc4393" } ], "type": "distribution", - "url": "https://pypi.org/simple/lxml/#lxml-5.1.0-cp311-cp311-musllinux_1_1_x86_64.whl" + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp310-cp310-musllinux_1_2_s390x.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "bc64d1b1dab08f679fb89c368f4c05693f58a9faf744c4d390d7ed1d8223869b" + "content": "96e85aa09274955bb6bd483eaf5b12abadade01010478154b0ec70284c1b1526" } ], "type": "distribution", - "url": "https://pypi.org/simple/lxml/#lxml-5.1.0-cp311-cp311-win32.whl" + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp310-cp310-musllinux_1_2_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "a5ab722ae5a873d8dcee1f5f45ddd93c34210aed44ff2dc643b5025981908cda" + "content": "f956196ef61369f1685d14dad80611488d8dc1ef00be57c0c5a03064005b0f30" } ], "type": "distribution", - "url": "https://pypi.org/simple/lxml/#lxml-5.1.0-cp311-cp311-win_amd64.whl" + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp310-cp310-win32.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "9aa543980ab1fbf1720969af1d99095a548ea42e00361e727c58a40832439114" + "content": "875a3f90d7eb5c5d77e529080d95140eacb3c6d13ad5b616ee8095447b1d22e7" } ], "type": "distribution", - "url": "https://pypi.org/simple/lxml/#lxml-5.1.0-cp312-cp312-macosx_10_9_universal2.whl" + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp310-cp310-win_amd64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "6f11b77ec0979f7e4dc5ae081325a2946f1fe424148d3945f943ceaede98adb8" + "content": "45f9494613160d0405682f9eee781c7e6d1bf45f819654eb249f8f46a2c22545" } ], "type": "distribution", - "url": "https://pypi.org/simple/lxml/#lxml-5.1.0-cp312-cp312-macosx_10_9_x86_64.whl" + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp311-cp311-macosx_10_9_universal2.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "a36c506e5f8aeb40680491d39ed94670487ce6614b9d27cabe45d94cd5d63e1e" + "content": "b0b3f2df149efb242cee2ffdeb6674b7f30d23c9a7af26595099afaf46ef4e88" } ], "type": "distribution", - "url": "https://pypi.org/simple/lxml/#lxml-5.1.0-cp312-cp312-macosx_11_0_arm64.whl" + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp311-cp311-macosx_10_9_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "f643ffd2669ffd4b5a3e9b41c909b72b2a1d5e4915da90a77e119b8d48ce867a" + "content": "d28cb356f119a437cc58a13f8135ab8a4c8ece18159eb9194b0d269ec4e28083" } ], "type": "distribution", - "url": "https://pypi.org/simple/lxml/#lxml-5.1.0-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "16dd953fb719f0ffc5bc067428fc9e88f599e15723a85618c45847c96f11f431" + "content": "657a972f46bbefdbba2d4f14413c0d079f9ae243bd68193cb5061b9732fa54c1" } ], "type": "distribution", - "url": "https://pypi.org/simple/lxml/#lxml-5.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "16018f7099245157564d7148165132c70adb272fb5a17c048ba70d9cc542a1a1" + "content": "b74b9ea10063efb77a965a8d5f4182806fbf59ed068b3c3fd6f30d2ac7bee734" } ], "type": "distribution", - "url": "https://pypi.org/simple/lxml/#lxml-5.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "82cd34f1081ae4ea2ede3d52f71b7be313756e99b4b5f829f89b12da552d3aa3" + "content": "07542787f86112d46d07d4f3c4e7c760282011b354d012dc4141cc12a68cef5f" } ], "type": "distribution", - "url": "https://pypi.org/simple/lxml/#lxml-5.1.0-cp312-cp312-musllinux_1_1_aarch64.whl" + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "19a1bc898ae9f06bccb7c3e1dfd73897ecbbd2c96afe9095a6026016e5ca97b8" + "content": "303f540ad2dddd35b92415b74b900c749ec2010e703ab3bfd6660979d01fd4ed" } ], "type": "distribution", - "url": "https://pypi.org/simple/lxml/#lxml-5.1.0-cp312-cp312-musllinux_1_1_x86_64.whl" + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "13521a321a25c641b9ea127ef478b580b5ec82aa2e9fc076c86169d161798b01" + "content": "2eb2227ce1ff998faf0cd7fe85bbf086aa41dfc5af3b1d80867ecfe75fb68df3" } ], "type": "distribution", - "url": "https://pypi.org/simple/lxml/#lxml-5.1.0-cp312-cp312-win32.whl" + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp311-cp311-manylinux_2_28_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "1ad17c20e3666c035db502c78b86e58ff6b5991906e55bdbef94977700c72623" + "content": "1d8a701774dfc42a2f0b8ccdfe7dbc140500d1049e0632a611985d943fcf12df" } ], "type": "distribution", - "url": "https://pypi.org/simple/lxml/#lxml-5.1.0-cp312-cp312-win_amd64.whl" + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp311-cp311-manylinux_2_28_ppc64le.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "24ef5a4631c0b6cceaf2dbca21687e29725b7c4e171f33a8f8ce23c12558ded1" + "content": "56793b7a1a091a7c286b5f4aa1fe4ae5d1446fe742d00cdf2ffb1077865db10d" } ], "type": "distribution", - "url": "https://pypi.org/simple/lxml/#lxml-5.1.0-cp36-cp36m-macosx_10_9_x86_64.whl" + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp311-cp311-manylinux_2_28_s390x.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "8d2900b7f5318bc7ad8631d3d40190b95ef2aa8cc59473b73b294e4a55e9f30f" + "content": "eb00b549b13bd6d884c863554566095bf6fa9c3cecb2e7b399c4bc7904cb33b5" } ], "type": "distribution", - "url": "https://pypi.org/simple/lxml/#lxml-5.1.0-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp311-cp311-manylinux_2_28_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "601f4a75797d7a770daed8b42b97cd1bb1ba18bd51a9382077a6a247a12aa38d" + "content": "1a2569a1f15ae6c8c64108a2cd2b4a858fc1e13d25846be0666fc144715e32ab" } ], "type": "distribution", - "url": "https://pypi.org/simple/lxml/#lxml-5.1.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp311-cp311-musllinux_1_1_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "b4b68c961b5cc402cbd99cca5eb2547e46ce77260eb705f4d117fd9c3f932b95" + "content": "8cf85a6e40ff1f37fe0f25719aadf443686b1ac7652593dc53c7ef9b8492b115" } ], "type": "distribution", - "url": "https://pypi.org/simple/lxml/#lxml-5.1.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp311-cp311-musllinux_1_1_ppc64le.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "afd825e30f8d1f521713a5669b63657bcfe5980a916c95855060048b88e1adb7" + "content": "d237ba6664b8e60fd90b8549a149a74fcc675272e0e95539a00522e4ca688b04" } ], "type": "distribution", - "url": "https://pypi.org/simple/lxml/#lxml-5.1.0-cp36-cp36m-musllinux_1_1_aarch64.whl" + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp311-cp311-musllinux_1_1_s390x.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "262bc5f512a66b527d026518507e78c2f9c2bd9eb5c8aeeb9f0eb43fcb69dc67" + "content": "0b3f5016e00ae7630a4b83d0868fca1e3d494c78a75b1c7252606a3a1c5fc2ad" } ], "type": "distribution", - "url": "https://pypi.org/simple/lxml/#lxml-5.1.0-cp36-cp36m-musllinux_1_1_x86_64.whl" + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp311-cp311-musllinux_1_1_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "e856c1c7255c739434489ec9c8aa9cdf5179785d10ff20add308b5d673bed5cd" + "content": "23441e2b5339bc54dc949e9e675fa35efe858108404ef9aa92f0456929ef6fe8" } ], "type": "distribution", - "url": "https://pypi.org/simple/lxml/#lxml-5.1.0-cp36-cp36m-win32.whl" + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp311-cp311-musllinux_1_2_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "c7257171bb8d4432fe9d6fdde4d55fdbe663a63636a17f7f9aaba9bcb3153ad7" + "content": "2fb0ba3e8566548d6c8e7dd82a8229ff47bd8fb8c2da237607ac8e5a1b8312e5" } ], "type": "distribution", - "url": "https://pypi.org/simple/lxml/#lxml-5.1.0-cp36-cp36m-win_amd64.whl" + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp311-cp311-musllinux_1_2_ppc64le.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "b9e240ae0ba96477682aa87899d94ddec1cc7926f9df29b1dd57b39e797d5ab5" + "content": "79d1fb9252e7e2cfe4de6e9a6610c7cbb99b9708e2c3e29057f487de5a9eaefa" } ], "type": "distribution", - "url": "https://pypi.org/simple/lxml/#lxml-5.1.0-cp37-cp37m-macosx_10_9_x86_64.whl" + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp311-cp311-musllinux_1_2_s390x.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "a96f02ba1bcd330807fc060ed91d1f7a20853da6dd449e5da4b09bfcc08fdcf5" + "content": "6dcc3d17eac1df7859ae01202e9bb11ffa8c98949dcbeb1069c8b9a75917e01b" } ], "type": "distribution", - "url": "https://pypi.org/simple/lxml/#lxml-5.1.0-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp311-cp311-musllinux_1_2_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "3e3898ae2b58eeafedfe99e542a17859017d72d7f6a63de0f04f99c2cb125936" + "content": "4c30a2f83677876465f44c018830f608fa3c6a8a466eb223535035fbc16f3438" } ], "type": "distribution", - "url": "https://pypi.org/simple/lxml/#lxml-5.1.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp311-cp311-win32.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "61c5a7edbd7c695e54fca029ceb351fc45cd8860119a0f83e48be44e1c464862" + "content": "49095a38eb333aaf44c06052fd2ec3b8f23e19747ca7ec6f6c954ffea6dbf7be" } ], "type": "distribution", - "url": "https://pypi.org/simple/lxml/#lxml-5.1.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp311-cp311-win_amd64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "3aeca824b38ca78d9ee2ab82bd9883083d0492d9d17df065ba3b94e88e4d7ee6" + "content": "7429e7faa1a60cad26ae4227f4dd0459efde239e494c7312624ce228e04f6391" } ], "type": "distribution", - "url": "https://pypi.org/simple/lxml/#lxml-5.1.0-cp37-cp37m-musllinux_1_1_aarch64.whl" + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp312-cp312-macosx_10_9_universal2.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "8f52fe6859b9db71ee609b0c0a70fea5f1e71c3462ecf144ca800d3f434f0764" + "content": "50ccb5d355961c0f12f6cf24b7187dbabd5433f29e15147a67995474f27d1776" } ], "type": "distribution", - "url": "https://pypi.org/simple/lxml/#lxml-5.1.0-cp37-cp37m-musllinux_1_1_x86_64.whl" + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp312-cp312-macosx_10_9_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "d42e3a3fc18acc88b838efded0e6ec3edf3e328a58c68fbd36a7263a874906c8" + "content": "dc911208b18842a3a57266d8e51fc3cfaccee90a5351b92079beed912a7914c2" } ], "type": "distribution", - "url": "https://pypi.org/simple/lxml/#lxml-5.1.0-cp37-cp37m-win32.whl" + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "eac68f96539b32fce2c9b47eb7c25bb2582bdaf1bbb360d25f564ee9e04c542b" + "content": "33ce9e786753743159799fdf8e92a5da351158c4bfb6f2db0bf31e7892a1feb5" } ], "type": "distribution", - "url": "https://pypi.org/simple/lxml/#lxml-5.1.0-cp37-cp37m-win_amd64.whl" + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "ae15347a88cf8af0949a9872b57a320d2605ae069bcdf047677318bc0bba45b1" + "content": "ec87c44f619380878bd49ca109669c9f221d9ae6883a5bcb3616785fa8f94c97" } ], "type": "distribution", - "url": "https://pypi.org/simple/lxml/#lxml-5.1.0-cp38-cp38-macosx_10_9_universal2.whl" + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "c26aab6ea9c54d3bed716b8851c8bfc40cb249b8e9880e250d1eddde9f709bf5" + "content": "08ea0f606808354eb8f2dfaac095963cb25d9d28e27edcc375d7b30ab01abbf6" } ], "type": "distribution", - "url": "https://pypi.org/simple/lxml/#lxml-5.1.0-cp38-cp38-macosx_10_9_x86_64.whl" + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "342e95bddec3a698ac24378d61996b3ee5ba9acfeb253986002ac53c9a5f6f84" + "content": "75a9632f1d4f698b2e6e2e1ada40e71f369b15d69baddb8968dcc8e683839b18" } ], "type": "distribution", - "url": "https://pypi.org/simple/lxml/#lxml-5.1.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "725e171e0b99a66ec8605ac77fa12239dbe061482ac854d25720e2294652eeaa" + "content": "74da9f97daec6928567b48c90ea2c82a106b2d500f397eeb8941e47d30b1ca85" } ], "type": "distribution", - "url": "https://pypi.org/simple/lxml/#lxml-5.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp312-cp312-manylinux_2_28_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "3d184e0d5c918cff04cdde9dbdf9600e960161d773666958c9d7b565ccc60c45" + "content": "0969e92af09c5687d769731e3f39ed62427cc72176cebb54b7a9d52cc4fa3b73" } ], "type": "distribution", - "url": "https://pypi.org/simple/lxml/#lxml-5.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp312-cp312-manylinux_2_28_ppc64le.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "98f3f020a2b736566c707c8e034945c02aa94e124c24f77ca097c446f81b01f1" + "content": "9164361769b6ca7769079f4d426a41df6164879f7f3568be9086e15baca61466" } ], "type": "distribution", - "url": "https://pypi.org/simple/lxml/#lxml-5.1.0-cp38-cp38-musllinux_1_1_aarch64.whl" + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp312-cp312-manylinux_2_28_s390x.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "6d48fc57e7c1e3df57be5ae8614bab6d4e7b60f65c5457915c26892c41afc59e" + "content": "d26a618ae1766279f2660aca0081b2220aca6bd1aa06b2cf73f07383faf48927" } ], "type": "distribution", - "url": "https://pypi.org/simple/lxml/#lxml-5.1.0-cp38-cp38-musllinux_1_1_x86_64.whl" + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp312-cp312-manylinux_2_28_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "7ec465e6549ed97e9f1e5ed51c657c9ede767bc1c11552f7f4d022c4df4a977a" + "content": "ab67ed772c584b7ef2379797bf14b82df9aa5f7438c5b9a09624dd834c1c1aaf" } ], "type": "distribution", - "url": "https://pypi.org/simple/lxml/#lxml-5.1.0-cp38-cp38-win32.whl" + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp312-cp312-musllinux_1_1_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "b21b4031b53d25b0858d4e124f2f9131ffc1530431c6d1321805c90da78388d1" + "content": "3d1e35572a56941b32c239774d7e9ad724074d37f90c7a7d499ab98761bd80cf" } ], "type": "distribution", - "url": "https://pypi.org/simple/lxml/#lxml-5.1.0-cp38-cp38-win_amd64.whl" + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp312-cp312-musllinux_1_1_ppc64le.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "52427a7eadc98f9e62cb1368a5079ae826f94f05755d2d567d93ee1bc3ceb354" + "content": "8268cbcd48c5375f46e000adb1390572c98879eb4f77910c6053d25cc3ac2c67" } ], "type": "distribution", - "url": "https://pypi.org/simple/lxml/#lxml-5.1.0-cp39-cp39-macosx_10_9_universal2.whl" + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp312-cp312-musllinux_1_1_s390x.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "6a2a2c724d97c1eb8cf966b16ca2915566a4904b9aad2ed9a09c748ffe14f969" + "content": "e282aedd63c639c07c3857097fc0e236f984ceb4089a8b284da1c526491e3f3d" } ], "type": "distribution", - "url": "https://pypi.org/simple/lxml/#lxml-5.1.0-cp39-cp39-macosx_10_9_x86_64.whl" + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp312-cp312-musllinux_1_1_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "843b9c835580d52828d8f69ea4302537337a21e6b4f1ec711a52241ba4a824f3" + "content": "6dfdc2bfe69e9adf0df4915949c22a25b39d175d599bf98e7ddf620a13678585" } ], "type": "distribution", - "url": "https://pypi.org/simple/lxml/#lxml-5.1.0-cp39-cp39-macosx_11_0_arm64.whl" + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp312-cp312-musllinux_1_2_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "9b99f564659cfa704a2dd82d0684207b1aadf7d02d33e54845f9fc78e06b7581" + "content": "4aefd911793b5d2d7a921233a54c90329bf3d4a6817dc465f12ffdfe4fc7b8fe" } ], "type": "distribution", - "url": "https://pypi.org/simple/lxml/#lxml-5.1.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp312-cp312-musllinux_1_2_ppc64le.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "4f8b0c78e7aac24979ef09b7f50da871c2de2def043d468c4b41f512d831e912" + "content": "8b8df03a9e995b6211dafa63b32f9d405881518ff1ddd775db4e7b98fb545e1c" } ], "type": "distribution", - "url": "https://pypi.org/simple/lxml/#lxml-5.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp312-cp312-musllinux_1_2_s390x.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "9bcf86dfc8ff3e992fed847c077bd875d9e0ba2fa25d859c3a0f0f76f07f0c8d" + "content": "f11ae142f3a322d44513de1018b50f474f8f736bc3cd91d969f464b5bfef8836" } ], "type": "distribution", - "url": "https://pypi.org/simple/lxml/#lxml-5.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp312-cp312-musllinux_1_2_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "49a9b4af45e8b925e1cd6f3b15bbba2c81e7dba6dce170c677c9cda547411e14" + "content": "16a8326e51fcdffc886294c1e70b11ddccec836516a343f9ed0f82aac043c24a" } ], "type": "distribution", - "url": "https://pypi.org/simple/lxml/#lxml-5.1.0-cp39-cp39-musllinux_1_1_aarch64.whl" + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp312-cp312-win32.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "280f3edf15c2a967d923bcfb1f8f15337ad36f93525828b40a0f9d6c2ad24890" + "content": "bbc4b80af581e18568ff07f6395c02114d05f4865c2812a1f02f2eaecf0bfd48" } ], "type": "distribution", - "url": "https://pypi.org/simple/lxml/#lxml-5.1.0-cp39-cp39-musllinux_1_1_x86_64.whl" + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp312-cp312-win_amd64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "ed7326563024b6e91fef6b6c7a1a2ff0a71b97793ac33dbbcf38f6005e51ff6e" + "content": "e3d9d13603410b72787579769469af730c38f2f25505573a5888a94b62b920f8" } ], "type": "distribution", - "url": "https://pypi.org/simple/lxml/#lxml-5.1.0-cp39-cp39-win32.whl" + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp36-cp36m-macosx_10_9_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "8d7b4beebb178e9183138f552238f7e6613162a42164233e2bda00cb3afac58f" + "content": "38b67afb0a06b8575948641c1d6d68e41b83a3abeae2ca9eed2ac59892b36706" } ], "type": "distribution", - "url": "https://pypi.org/simple/lxml/#lxml-5.1.0-cp39-cp39-win_amd64.whl" + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "9bd0ae7cc2b85320abd5e0abad5ccee5564ed5f0cc90245d2f9a8ef330a8deae" + "content": "c689d0d5381f56de7bd6966a4541bff6e08bf8d3871bbd89a0c6ab18aa699573" } ], "type": "distribution", - "url": "https://pypi.org/simple/lxml/#lxml-5.1.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl" + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "d8c1d679df4361408b628f42b26a5d62bd3e9ba7f0c0e7969f925021554755aa" + "content": "cf2a978c795b54c539f47964ec05e35c05bd045db5ca1e8366988c7f2fe6b3ce" } ], "type": "distribution", - "url": "https://pypi.org/simple/lxml/#lxml-5.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp36-cp36m-manylinux_2_28_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "2ad3a8ce9e8a767131061a22cd28fdffa3cd2dc193f399ff7b81777f3520e372" + "content": "739e36ef7412b2bd940f75b278749106e6d025e40027c0b94a17ef7968d55d56" } ], "type": "distribution", - "url": "https://pypi.org/simple/lxml/#lxml-5.1.0-pp310-pypy310_pp73-win_amd64.whl" + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "304128394c9c22b6569eba2a6d98392b56fbdfbad58f83ea702530be80d0f9df" + "content": "d8bbcd21769594dbba9c37d3c819e2d5847656ca99c747ddb31ac1701d0c0ed9" } ], "type": "distribution", - "url": "https://pypi.org/simple/lxml/#lxml-5.1.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl" + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp36-cp36m-musllinux_1_1_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "d74fcaf87132ffc0447b3c685a9f862ffb5b43e70ea6beec2fb8057d5d2a1fea" + "content": "2304d3c93f2258ccf2cf7a6ba8c761d76ef84948d87bf9664e14d203da2cd264" } ], "type": "distribution", - "url": "https://pypi.org/simple/lxml/#lxml-5.1.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp36-cp36m-musllinux_1_2_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "8cf5877f7ed384dabfdcc37922c3191bf27e55b498fecece9fd5c2c7aaa34c33" + "content": "02437fb7308386867c8b7b0e5bc4cd4b04548b1c5d089ffb8e7b31009b961dc3" } ], "type": "distribution", - "url": "https://pypi.org/simple/lxml/#lxml-5.1.0-pp37-pypy37_pp73-win_amd64.whl" + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp36-cp36m-win32.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "877efb968c3d7eb2dad540b6cabf2f1d3c0fbf4b2d309a3c141f79c7e0061324" + "content": "edcfa83e03370032a489430215c1e7783128808fd3e2e0a3225deee278585196" } ], "type": "distribution", - "url": "https://pypi.org/simple/lxml/#lxml-5.1.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl" + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp36-cp36m-win_amd64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "3f14a4fb1c1c402a22e6a341a24c1341b4a3def81b41cd354386dcb795f83897" + "content": "28bf95177400066596cdbcfc933312493799382879da504633d16cf60bba735b" } ], "type": "distribution", - "url": "https://pypi.org/simple/lxml/#lxml-5.1.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp37-cp37m-macosx_10_9_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "25663d6e99659544ee8fe1b89b1a8c0aaa5e34b103fab124b17fa958c4a324a6" + "content": "3a745cc98d504d5bd2c19b10c79c61c7c3df9222629f1b6210c0368177589fb8" } ], "type": "distribution", - "url": "https://pypi.org/simple/lxml/#lxml-5.1.0-pp38-pypy38_pp73-win_amd64.whl" + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "8b9f19df998761babaa7f09e6bc169294eefafd6149aaa272081cbddc7ba4ca3" + "content": "b336b0416828022bfd5a2e3083e7f5ba54b96242159f83c7e3eebaec752f1716" } ], "type": "distribution", - "url": "https://pypi.org/simple/lxml/#lxml-5.1.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl" + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "5e53d7e6a98b64fe54775d23a7c669763451340c3d44ad5e3a3b48a1efbdc96f" + "content": "4bc6cb140a7a0ad1f7bc37e018d0ed690b7b6520ade518285dc3171f7a117905" } ], "type": "distribution", - "url": "https://pypi.org/simple/lxml/#lxml-5.1.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp37-cp37m-manylinux_2_28_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "c3cd1fc1dc7c376c54440aeaaa0dcc803d2126732ff5c6b68ccd619f2e64be4f" + "content": "57f0a0bbc9868e10ebe874e9f129d2917750adf008fe7b9c1598c0fbbfdde6a6" } ], "type": "distribution", - "url": "https://pypi.org/simple/lxml/#lxml-5.1.0-pp39-pypy39_pp73-win_amd64.whl" + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp37-cp37m-musllinux_1_1_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "3eea6ed6e6c918e468e693c41ef07f3c3acc310b70ddd9cc72d9ef84bc9564ca" + "content": "60499fe961b21264e17a471ec296dcbf4365fbea611bf9e303ab69db7159ce61" } ], "type": "distribution", - "url": "https://pypi.org/simple/lxml/#lxml-5.1.0.tar.gz" + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp37-cp37m-musllinux_1_2_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "d9b342c76003c6b9336a80efcc766748a333573abf9350f4094ee46b006ec18f" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp37-cp37m-win32.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "b16db2770517b8799c79aa80f4053cd6f8b716f21f8aca962725a9565ce3ee40" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp37-cp37m-win_amd64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "7ed07b3062b055d7a7f9d6557a251cc655eed0b3152b76de619516621c56f5d3" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp38-cp38-macosx_10_9_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "f60fdd125d85bf9c279ffb8e94c78c51b3b6a37711464e1f5f31078b45002421" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "8a7e24cb69ee5f32e003f50e016d5fde438010c1022c96738b04fc2423e61706" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "23cfafd56887eaed93d07bc4547abd5e09d837a002b791e9767765492a75883f" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "19b4e485cd07b7d83e3fe3b72132e7df70bfac22b14fe4bf7a23822c3a35bff5" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp38-cp38-manylinux_2_28_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "7ce7ad8abebe737ad6143d9d3bf94b88b93365ea30a5b81f6877ec9c0dee0a48" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp38-cp38-manylinux_2_28_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "e49b052b768bb74f58c7dda4e0bdf7b79d43a9204ca584ffe1fb48a6f3c84c66" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp38-cp38-musllinux_1_1_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "d14a0d029a4e176795cef99c056d58067c06195e0c7e2dbb293bf95c08f772a3" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp38-cp38-musllinux_1_1_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "be49ad33819d7dcc28a309b86d4ed98e1a65f3075c6acd3cd4fe32103235222b" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp38-cp38-musllinux_1_2_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "a6d17e0370d2516d5bb9062c7b4cb731cff921fc875644c3d751ad857ba9c5b1" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp38-cp38-musllinux_1_2_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "5b8c041b6265e08eac8a724b74b655404070b636a8dd6d7a13c3adc07882ef30" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp38-cp38-win32.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "f61efaf4bed1cc0860e567d2ecb2363974d414f7f1f124b1df368bbf183453a6" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp38-cp38-win_amd64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "fb91819461b1b56d06fa4bcf86617fac795f6a99d12239fb0c68dbeba41a0a30" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp39-cp39-macosx_10_9_universal2.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "d4ed0c7cbecde7194cd3228c044e86bf73e30a23505af852857c09c24e77ec5d" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp39-cp39-macosx_10_9_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "54401c77a63cc7d6dc4b4e173bb484f28a5607f3df71484709fe037c92d4f0ed" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "625e3ef310e7fa3a761d48ca7ea1f9d8718a32b1542e727d584d82f4453d5eeb" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "519895c99c815a1a24a926d5b60627ce5ea48e9f639a5cd328bda0515ea0f10c" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "c7079d5eb1c1315a858bbf180000757db8ad904a89476653232db835c3114001" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "343ab62e9ca78094f2306aefed67dcfad61c4683f87eee48ff2fd74902447726" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "cd9e78285da6c9ba2d5c769628f43ef66d96ac3085e59b10ad4f3707980710d3" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp39-cp39-manylinux_2_28_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "546cf886f6242dff9ec206331209db9c8e1643ae642dea5fdbecae2453cb50fd" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp39-cp39-manylinux_2_28_ppc64le.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "02f6a8eb6512fdc2fd4ca10a49c341c4e109aa6e9448cc4859af5b949622715a" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp39-cp39-manylinux_2_28_s390x.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "339ee4a4704bc724757cd5dd9dc8cf4d00980f5d3e6e06d5847c1b594ace68ab" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp39-cp39-manylinux_2_28_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "0a028b61a2e357ace98b1615fc03f76eb517cc028993964fe08ad514b1e8892d" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp39-cp39-musllinux_1_1_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "f90e552ecbad426eab352e7b2933091f2be77115bb16f09f78404861c8322981" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp39-cp39-musllinux_1_1_ppc64le.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "d83e2d94b69bf31ead2fa45f0acdef0757fa0458a129734f59f67f3d2eb7ef32" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp39-cp39-musllinux_1_1_s390x.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "a02d3c48f9bb1e10c7788d92c0c7db6f2002d024ab6e74d6f45ae33e3d0288a3" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp39-cp39-musllinux_1_1_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "6d68ce8e7b2075390e8ac1e1d3a99e8b6372c694bbe612632606d1d546794207" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp39-cp39-musllinux_1_2_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "453d037e09a5176d92ec0fd282e934ed26d806331a8b70ab431a81e2fbabf56d" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp39-cp39-musllinux_1_2_ppc64le.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "3b019d4ee84b683342af793b56bb35034bd749e4cbdd3d33f7d1107790f8c472" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp39-cp39-musllinux_1_2_s390x.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "cb3942960f0beb9f46e2a71a3aca220d1ca32feb5a398656be934320804c0df9" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp39-cp39-musllinux_1_2_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "ac6540c9fff6e3813d29d0403ee7a81897f1d8ecc09a8ff84d2eea70ede1cdbf" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp39-cp39-win32.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "610b5c77428a50269f38a534057444c249976433f40f53e3b47e68349cca1425" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-cp39-cp39-win_amd64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "b537bd04d7ccd7c6350cdaaaad911f6312cbd61e6e6045542f781c7f8b2e99d2" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-pp310-pypy310_pp73-macosx_10_9_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "4820c02195d6dfb7b8508ff276752f6b2ff8b64ae5d13ebe02e7667e035000b9" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "f2a09f6184f17a80897172863a655467da2b11151ec98ba8d7af89f17bf63dae" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "76acba4c66c47d27c8365e7c10b3d8016a7da83d3191d053a58382311a8bf4e1" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "b128092c927eaf485928cec0c28f6b8bead277e28acf56800e972aa2c2abd7a2" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "ae791f6bd43305aade8c0e22f816b34f3b72b6c820477aab4d18473a37e8090b" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-pp310-pypy310_pp73-win_amd64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "a2f6a1bc2460e643785a2cde17293bd7a8f990884b822f7bca47bee0a82fc66b" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "8e8d351ff44c1638cb6e980623d517abd9f580d2e53bfcd18d8941c052a5a009" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "bec4bd9133420c5c52d562469c754f27c5c9e36ee06abc169612c959bd7dbb07" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "55ce6b6d803890bd3cc89975fca9de1dff39729b43b73cb15ddd933b8bc20484" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-pp37-pypy37_pp73-manylinux_2_28_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "8ab6a358d1286498d80fe67bd3d69fcbc7d1359b45b41e74c4a26964ca99c3f8" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-pp37-pypy37_pp73-manylinux_2_28_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "06668e39e1f3c065349c51ac27ae430719d7806c026fec462e5693b08b95696b" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-pp37-pypy37_pp73-win_amd64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "9cd5323344d8ebb9fb5e96da5de5ad4ebab993bbf51674259dbe9d7a18049525" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "89feb82ca055af0fe797a2323ec9043b26bc371365847dbe83c7fd2e2f181c34" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "e481bba1e11ba585fb06db666bfc23dbe181dbafc7b25776156120bf12e0d5a6" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "9d6c6ea6a11ca0ff9cd0390b885984ed31157c168565702959c25e2191674a14" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-pp38-pypy38_pp73-manylinux_2_28_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "3d98de734abee23e61f6b8c2e08a88453ada7d6486dc7cdc82922a03968928db" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-pp38-pypy38_pp73-manylinux_2_28_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "69ab77a1373f1e7563e0fb5a29a8440367dec051da6c7405333699d07444f511" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-pp38-pypy38_pp73-win_amd64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "34e17913c431f5ae01d8658dbf792fdc457073dcdfbb31dc0cc6ab256e664a8d" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-pp39-pypy39_pp73-macosx_10_9_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "05f8757b03208c3f50097761be2dea0aba02e94f0dc7023ed73a7bb14ff11eb0" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "6a520b4f9974b0a0a6ed73c2154de57cdfd0c8800f4f15ab2b73238ffed0b36e" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "5e097646944b66207023bc3c634827de858aebc226d5d4d6d16f0b77566ea182" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "b5e4ef22ff25bfd4ede5f8fb30f7b24446345f3e79d9b7455aef2836437bc38a" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "ff69a9a0b4b17d78170c73abe2ab12084bdf1691550c5629ad1fe7849433f324" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2-pp39-pypy39_pp73-win_amd64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "bb2dc4898180bea79863d5487e5f9c7c34297414bad54bcd0f0852aee9cfdb87" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/lxml/#lxml-5.2.2.tar.gz" } ], "name": "lxml", - "purl": "pkg:pypi/lxml@5.1.0", + "purl": "pkg:pypi/lxml@5.2.2", "type": "library", - "version": "5.1.0" + "version": "5.2.2" }, { - "bom-ref": "matplotlib-inline@0.1.6", + "bom-ref": "markdown-it-py@3.0.0", + "description": "Python port of markdown-it. Markdown parsing, done right!", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "e3f60a94fa066dc52ec76661e37c851cb232d92f9886b15cb560aaada2df8feb" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/markdown-it-py/#markdown-it-py-3.0.0.tar.gz" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "355216845c60bd96232cd8d8c40e8f9765cc86f46880e43a8fd22dc1a1a8cab1" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/markdown-it-py/#markdown_it_py-3.0.0-py3-none-any.whl" + } + ], + "name": "markdown-it-py", + "purl": "pkg:pypi/markdown-it-py@3.0.0", + "type": "library", + "version": "3.0.0" + }, + { + "bom-ref": "matplotlib-inline@0.1.7", "description": "Inline Matplotlib backend for Jupyter", "externalReferences": [ { @@ -6470,28 +10907,28 @@ "hashes": [ { "alg": "SHA-256", - "content": "f887e5f10ba98e8d2b150ddcf4702c1e5f8b3a20005eb0f74bfdbd360ee6f304" + "content": "df192d39a4ff8f21b1895d72e6a13f5fcc5099f00fa84384e0ea28c2cc0653ca" } ], "type": "distribution", - "url": "https://pypi.org/simple/matplotlib-inline/#matplotlib-inline-0.1.6.tar.gz" + "url": "https://pypi.org/simple/matplotlib-inline/#matplotlib_inline-0.1.7-py3-none-any.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "f1f41aab5328aa5aaea9b16d083b128102f8712542f819fe7e6a420ff581b311" + "content": "8423b23ec666be3d16e16b60bdd8ac4e86e840ebd1dd11a30b9f117f2fa0ab90" } ], "type": "distribution", - "url": "https://pypi.org/simple/matplotlib-inline/#matplotlib_inline-0.1.6-py3-none-any.whl" + "url": "https://pypi.org/simple/matplotlib-inline/#matplotlib_inline-0.1.7.tar.gz" } ], "name": "matplotlib-inline", - "purl": "pkg:pypi/matplotlib-inline@0.1.6", + "purl": "pkg:pypi/matplotlib-inline@0.1.7", "type": "library", - "version": "0.1.6" + "version": "0.1.7" }, { "bom-ref": "mccabe@0.7.0", @@ -6526,7 +10963,39 @@ "version": "0.7.0" }, { - "bom-ref": "minio@7.2.3", + "bom-ref": "mdurl@0.1.2", + "description": "Markdown URL utilities", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "84008a41e51615a49fc9966191ff91509e3c40b939176e643fd50a5c2196b8f8" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/mdurl/#mdurl-0.1.2-py3-none-any.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "bb413d29f5eea38f31dd4754dd7377d4465116fb207585f97bf925588687c1ba" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/mdurl/#mdurl-0.1.2.tar.gz" + } + ], + "name": "mdurl", + "purl": "pkg:pypi/mdurl@0.1.2", + "type": "library", + "version": "0.1.2" + }, + { + "bom-ref": "minio@7.2.7", "description": "MinIO Python SDK for Amazon S3 Compatible Cloud Storage", "externalReferences": [ { @@ -6534,22 +11003,22 @@ "hashes": [ { "alg": "SHA-256", - "content": "e6b5ce0a9b4368da50118c3f0c4df5dbf33885d44d77fce6c0aa1c485e6af7a1" + "content": "59d1f255d852fe7104018db75b3bebbd987e538690e680f7c5de835e422de837" } ], "type": "distribution", - "url": "https://pypi.org/simple/minio/#minio-7.2.3-py3-none-any.whl" + "url": "https://pypi.org/simple/minio/#minio-7.2.7-py3-none-any.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "4971dfb1a71eeefd38e1ce2dc7edc4e6eb0f07f1c1d6d70c15457e3280cfc4b9" + "content": "473d5d53d79f340f3cd632054d0c82d2f93177ce1af2eac34a235bea55708d98" } ], "type": "distribution", - "url": "https://pypi.org/simple/minio/#minio-7.2.3.tar.gz" + "url": "https://pypi.org/simple/minio/#minio-7.2.7.tar.gz" } ], "name": "minio", @@ -6559,9 +11028,1105 @@ "value": "main" } ], - "purl": "pkg:pypi/minio@7.2.3", + "purl": "pkg:pypi/minio@7.2.7", "type": "library", - "version": "7.2.3" + "version": "7.2.7" + }, + { + "bom-ref": "msal@1.30.0", + "description": "The Microsoft Authentication Library (MSAL) for Python library enables your app to access the Microsoft Cloud by supporting authentication of users with Microsoft Azure Active Directory accounts (AAD) and Microsoft Accounts (MSA) using industry standard OAuth2 and OpenID Connect.", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "423872177410cb61683566dc3932db7a76f661a5d2f6f52f02a047f101e1c1de" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/msal/#msal-1.30.0-py3-none-any.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "b4bf00850092e465157d814efa24a18f788284c9a479491024d62903085ea2fb" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/msal/#msal-1.30.0.tar.gz" + } + ], + "name": "msal", + "purl": "pkg:pypi/msal@1.30.0", + "type": "library", + "version": "1.30.0" + }, + { + "bom-ref": "msal-extensions@1.2.0", + "description": "Microsoft Authentication Library extensions (MSAL EX) provides a persistence API that can save your data on disk, encrypted on Windows, macOS and Linux. Concurrent data access will be coordinated by a file lock mechanism.", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "cf5ba83a2113fa6dc011a254a72f1c223c88d7dfad74cc30617c4679a417704d" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/msal-extensions/#msal_extensions-1.2.0-py3-none-any.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "6f41b320bfd2933d631a215c91ca0dd3e67d84bd1a2f50ce917d5874ec646bef" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/msal-extensions/#msal_extensions-1.2.0.tar.gz" + } + ], + "name": "msal-extensions", + "purl": "pkg:pypi/msal-extensions@1.2.0", + "type": "library", + "version": "1.2.0" + }, + { + "bom-ref": "msrest@0.7.1", + "description": "AutoRest swagger generator Python client runtime.", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "21120a810e1233e5e6cc7fe40b474eeb4ec6f757a15d7cf86702c369f9567c32" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/msrest/#msrest-0.7.1-py3-none-any.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "6e7661f46f3afd88b75667b7187a92829924446c7ea1d169be8c4bb7eeb788b9" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/msrest/#msrest-0.7.1.zip" + } + ], + "name": "msrest", + "purl": "pkg:pypi/msrest@0.7.1", + "type": "library", + "version": "0.7.1" + }, + { + "bom-ref": "multidict@6.0.5", + "description": "multidict implementation", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "228b644ae063c10e7f324ab1ab6b548bdf6f8b47f3ec234fef1093bc2735e5f9" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp310-cp310-macosx_10_9_universal2.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "896ebdcf62683551312c30e20614305f53125750803b614e9e6ce74a96232604" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp310-cp310-macosx_10_9_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "411bf8515f3be9813d06004cac41ccf7d1cd46dfe233705933dd163b60e37600" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp310-cp310-macosx_11_0_arm64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "1d147090048129ce3c453f0292e7697d333db95e52616b3793922945804a433c" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "215ed703caf15f578dca76ee6f6b21b7603791ae090fbf1ef9d865571039ade5" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "7c6390cf87ff6234643428991b7359b5f59cc15155695deb4eda5c777d2b880f" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "21fd81c4ebdb4f214161be351eb5bcf385426bf023041da2fd9e60681f3cebae" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "3cc2ad10255f903656017363cd59436f2111443a76f996584d1077e43ee51182" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "6939c95381e003f54cd4c5516740faba40cf5ad3eeff460c3ad1d3e0ea2549bf" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp310-cp310-musllinux_1_1_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "220dd781e3f7af2c2c1053da9fa96d9cf3072ca58f057f4c5adaaa1cab8fc442" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp310-cp310-musllinux_1_1_i686.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "766c8f7511df26d9f11cd3a8be623e59cca73d44643abab3f8c8c07620524e4a" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp310-cp310-musllinux_1_1_ppc64le.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "fe5d7785250541f7f5019ab9cba2c71169dc7d74d0f45253f8313f436458a4ef" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp310-cp310-musllinux_1_1_s390x.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "c1c1496e73051918fcd4f58ff2e0f2f3066d1c76a0c6aeffd9b45d53243702cc" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp310-cp310-musllinux_1_1_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "7afcdd1fc07befad18ec4523a782cde4e93e0a2bf71239894b8d61ee578c1319" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp310-cp310-win32.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "99f60d34c048c5c2fabc766108c103612344c46e35d4ed9ae0673d33c8fb26e8" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp310-cp310-win_amd64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "f285e862d2f153a70586579c15c44656f888806ed0e5b56b64489afe4a2dbfba" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp311-cp311-macosx_10_9_universal2.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "53689bb4e102200a4fafa9de9c7c3c212ab40a7ab2c8e474491914d2305f187e" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp311-cp311-macosx_10_9_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "612d1156111ae11d14afaf3a0669ebf6c170dbb735e510a7438ffe2369a847fd" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp311-cp311-macosx_11_0_arm64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "7be7047bd08accdb7487737631d25735c9a04327911de89ff1b26b81745bd4e3" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "de170c7b4fe6859beb8926e84f7d7d6c693dfe8e27372ce3b76f01c46e489fcf" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "04bde7a7b3de05732a4eb39c94574db1ec99abb56162d6c520ad26f83267de29" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "85f67aed7bb647f93e7520633d8f51d3cbc6ab96957c71272b286b2f30dc70ed" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "425bf820055005bfc8aa9a0b99ccb52cc2f4070153e34b701acc98d201693733" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "d3eb1ceec286eba8220c26f3b0096cf189aea7057b6e7b7a2e60ed36b373b77f" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp311-cp311-musllinux_1_1_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "7901c05ead4b3fb75113fb1dd33eb1253c6d3ee37ce93305acd9d38e0b5f21a4" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp311-cp311-musllinux_1_1_i686.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "e0e79d91e71b9867c73323a3444724d496c037e578a0e1755ae159ba14f4f3d1" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp311-cp311-musllinux_1_1_ppc64le.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "29bfeb0dff5cb5fdab2023a7a9947b3b4af63e9c47cae2a10ad58394b517fddc" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp311-cp311-musllinux_1_1_s390x.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "e030047e85cbcedbfc073f71836d62dd5dadfbe7531cae27789ff66bc551bd5e" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp311-cp311-musllinux_1_1_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "2f4848aa3baa109e6ab81fe2006c77ed4d3cd1e0ac2c1fbddb7b1277c168788c" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp311-cp311-win32.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "2faa5ae9376faba05f630d7e5e6be05be22913782b927b19d12b8145968a85ea" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp311-cp311-win_amd64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "51d035609b86722963404f711db441cf7134f1889107fb171a970c9701f92e1e" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp312-cp312-macosx_10_9_universal2.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "cbebcd5bcaf1eaf302617c114aa67569dd3f090dd0ce8ba9e35e9985b41ac35b" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp312-cp312-macosx_10_9_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "2ffc42c922dbfddb4a4c3b438eb056828719f07608af27d163191cb3e3aa6cc5" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp312-cp312-macosx_11_0_arm64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "ceb3b7e6a0135e092de86110c5a74e46bda4bd4fbfeeb3a3bcec79c0f861e450" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "79660376075cfd4b2c80f295528aa6beb2058fd289f4c9252f986751a4cd0496" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "e4428b29611e989719874670fd152b6625500ad6c686d464e99f5aaeeaca175a" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "d84a5c3a5f7ce6db1f999fb9438f686bc2e09d38143f2d93d8406ed2dd6b9226" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "76c0de87358b192de7ea9649beb392f107dcad9ad27276324c24c91774ca5271" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "79a6d2ba910adb2cbafc95dad936f8b9386e77c84c35bc0add315b856d7c3abb" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp312-cp312-musllinux_1_1_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "92d16a3e275e38293623ebf639c471d3e03bb20b8ebb845237e0d3664914caef" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp312-cp312-musllinux_1_1_i686.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "fb616be3538599e797a2017cccca78e354c767165e8858ab5116813146041a24" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp312-cp312-musllinux_1_1_ppc64le.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "14c2976aa9038c2629efa2c148022ed5eb4cb939e15ec7aace7ca932f48f9ba6" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp312-cp312-musllinux_1_1_s390x.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "435a0984199d81ca178b9ae2c26ec3d49692d20ee29bc4c11a2a8d4514c67eda" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp312-cp312-musllinux_1_1_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "9fe7b0653ba3d9d65cbe7698cca585bf0f8c83dbbcc710db9c90f478e175f2d5" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp312-cp312-win32.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "01265f5e40f5a17f8241d52656ed27192be03bfa8764d88e8220141d1e4b3556" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp312-cp312-win_amd64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "19fe01cea168585ba0f678cad6f58133db2aa14eccaf22f88e4a6dccadfad8b3" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp37-cp37m-macosx_10_9_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "6bf7a982604375a8d49b6cc1b781c1747f243d91b81035a9b43a2126c04766f5" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "107c0cdefe028703fb5dafe640a409cb146d44a6ae201e55b35a4af8e95457dd" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "403c0911cd5d5791605808b942c88a8155c2592e05332d2bf78f18697a5fa15e" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "aeaf541ddbad8311a87dd695ed9642401131ea39ad7bc8cf3ef3967fd093b626" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "e4972624066095e52b569e02b5ca97dbd7a7ddd4294bf4e7247d52635630dd83" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "d946b0a9eb8aaa590df1fe082cee553ceab173e6cb5b03239716338629c50c7a" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp37-cp37m-musllinux_1_1_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "b55358304d7a73d7bdf5de62494aaf70bd33015831ffd98bc498b433dfe5b10c" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp37-cp37m-musllinux_1_1_i686.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "a3145cb08d8625b2d3fee1b2d596a8766352979c9bffe5d7833e0503d0f0b5e5" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp37-cp37m-musllinux_1_1_ppc64le.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "d65f25da8e248202bd47445cec78e0025c0fe7582b23ec69c3b27a640dd7a8e3" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp37-cp37m-musllinux_1_1_s390x.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "c9bf56195c6bbd293340ea82eafd0071cb3d450c703d2c93afb89f93b8386ccc" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp37-cp37m-musllinux_1_1_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "69db76c09796b313331bb7048229e3bee7928eb62bab5e071e9f7fcc4879caee" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp37-cp37m-win32.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "fce28b3c8a81b6b36dfac9feb1de115bab619b3c13905b419ec71d03a3fc1423" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp37-cp37m-win_amd64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "76f067f5121dcecf0d63a67f29080b26c43c71a98b10c701b0677e4a065fbd54" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp38-cp38-macosx_10_9_universal2.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "b82cc8ace10ab5bd93235dfaab2021c70637005e1ac787031f4d1da63d493c1d" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp38-cp38-macosx_10_9_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "5cb241881eefd96b46f89b1a056187ea8e9ba14ab88ba632e68d7a2ecb7aadf7" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp38-cp38-macosx_11_0_arm64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "e8e94e6912639a02ce173341ff62cc1201232ab86b8a8fcc05572741a5dc7d93" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "09a892e4a9fb47331da06948690ae38eaa2426de97b4ccbfafbdcbe5c8f37ff8" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "55205d03e8a598cfc688c71ca8ea5f66447164efff8869517f175ea632c7cb7b" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "37b15024f864916b4951adb95d3a80c9431299080341ab9544ed148091b53f50" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "f2a1dee728b52b33eebff5072817176c172050d44d67befd681609b4746e1c2e" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "edd08e6f2f1a390bf137080507e44ccc086353c8e98c657e666c017718561b89" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp38-cp38-musllinux_1_1_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "60d698e8179a42ec85172d12f50b1668254628425a6bd611aba022257cac1386" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp38-cp38-musllinux_1_1_i686.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "3d25f19500588cbc47dc19081d78131c32637c25804df8414463ec908631e453" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp38-cp38-musllinux_1_1_ppc64le.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "4cc0ef8b962ac7a5e62b9e826bd0cd5040e7d401bc45a6835910ed699037a461" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp38-cp38-musllinux_1_1_s390x.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "eca2e9d0cc5a889850e9bbd68e98314ada174ff6ccd1129500103df7a94a7a44" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp38-cp38-musllinux_1_1_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "4a6a4f196f08c58c59e0b8ef8ec441d12aee4125a7d4f4fef000ccb22f8d7241" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp38-cp38-win32.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "0275e35209c27a3f7951e1ce7aaf93ce0d163b28948444bec61dd7badc6d3f8c" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp38-cp38-win_amd64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "e7be68734bd8c9a513f2b0cfd508802d6609da068f40dc57d4e3494cefc92929" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp39-cp39-macosx_10_9_universal2.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "1d9ea7a7e779d7a3561aade7d596649fbecfa5c08a7674b11b423783217933f9" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp39-cp39-macosx_10_9_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "ea1456df2a27c73ce51120fa2f519f1bea2f4a03a917f4a43c8707cf4cbbae1a" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp39-cp39-macosx_11_0_arm64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "cf590b134eb70629e350691ecca88eac3e3b8b3c86992042fb82e3cb1830d5e1" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "5c0631926c4f58e9a5ccce555ad7747d9a9f8b10619621f22f9635f069f6233e" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "dce1c6912ab9ff5f179eaf6efe7365c1f425ed690b03341911bf4939ef2f3046" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "c0868d64af83169e4d4152ec612637a543f7a336e4a307b119e98042e852ad9c" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "141b43360bfd3bdd75f15ed811850763555a251e38b2405967f8e25fb43f7d40" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "7df704ca8cf4a073334e0427ae2345323613e4df18cc224f647f251e5e75a527" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp39-cp39-musllinux_1_1_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "6214c5a5571802c33f80e6c84713b2c79e024995b9c5897f794b43e714daeec9" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp39-cp39-musllinux_1_1_i686.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "cd6c8fca38178e12c00418de737aef1261576bd1b6e8c6134d3e729a4e858b38" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp39-cp39-musllinux_1_1_ppc64le.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "e02021f87a5b6932fa6ce916ca004c4d441509d33bbdbeca70d05dff5e9d2479" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp39-cp39-musllinux_1_1_s390x.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "ebd8d160f91a764652d3e51ce0d2956b38efe37c9231cd82cfc0bed2e40b581c" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp39-cp39-musllinux_1_1_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "04da1bb8c8dbadf2a18a452639771951c662c5ad03aefe4884775454be322c9b" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp39-cp39-win32.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "d6f6d4f185481c9669b9447bf9d9cf3b95a0e9df9d169bbc17e363b7d5487755" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-cp39-cp39-win_amd64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "0d63c74e3d7ab26de115c49bffc92cc77ed23395303d496eae515d4204a625e7" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5-py3-none-any.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "f7e301075edaf50500f0b341543c41194d8df3ae5caf4702f2095f3ca73dd8da" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/multidict/#multidict-6.0.5.tar.gz" + } + ], + "name": "multidict", + "purl": "pkg:pypi/multidict@6.0.5", + "type": "library", + "version": "6.0.5" }, { "bom-ref": "mypy-extensions@1.0.0", @@ -6628,7 +12193,39 @@ "version": "1.6.0" }, { - "bom-ref": "nodeenv@1.8.0", + "bom-ref": "networkx@3.3", + "description": "Python package for creating and manipulating graphs and networks", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "28575580c6ebdaf4505b22c6256a2b9de86b316dc63ba9e93abde3d78dfdbcf2" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/networkx/#networkx-3.3-py3-none-any.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "0c127d8b2f4865f59ae9cb8aafcd60b5c70f3241ebd66f7defad7c4ab90126c9" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/networkx/#networkx-3.3.tar.gz" + } + ], + "name": "networkx", + "purl": "pkg:pypi/networkx@3.3", + "type": "library", + "version": "3.3" + }, + { + "bom-ref": "nodeenv@1.9.1", "description": "Node.js virtual environment builder", "externalReferences": [ { @@ -6636,31 +12233,95 @@ "hashes": [ { "alg": "SHA-256", - "content": "df865724bb3c3adc86b3876fa209771517b0cfe596beff01a92700e0e8be4cec" + "content": "ba11c9782d29c27c70ffbdda2d7415098754709be8a7056d79a737cd901155c9" } ], "type": "distribution", - "url": "https://pypi.org/simple/nodeenv/#nodeenv-1.8.0-py2.py3-none-any.whl" + "url": "https://pypi.org/simple/nodeenv/#nodeenv-1.9.1-py2.py3-none-any.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "d51e0c37e64fbf47d017feac3145cdbb58836d7eee8c6f6d3b6880c5456227d2" + "content": "6ec12890a2dab7946721edbfbcd91f3319c6ccc9aec47be7c7e6b7011ee6645f" } ], "type": "distribution", - "url": "https://pypi.org/simple/nodeenv/#nodeenv-1.8.0.tar.gz" + "url": "https://pypi.org/simple/nodeenv/#nodeenv-1.9.1.tar.gz" } ], "name": "nodeenv", - "purl": "pkg:pypi/nodeenv@1.8.0", + "purl": "pkg:pypi/nodeenv@1.9.1", "type": "library", - "version": "1.8.0" + "version": "1.9.1" }, { - "bom-ref": "opentelemetry-api@1.22.0", + "bom-ref": "oauthlib@3.2.2", + "description": "A generic, spec-compliant, thorough implementation of the OAuth request-signing logic", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "8139f29aac13e25d502680e9e19963e83f16838d48a0d71c287fe40e7067fbca" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/oauthlib/#oauthlib-3.2.2-py3-none-any.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "9859c40929662bec5d64f34d01c99e093149682a3f38915dc0655d5a633dd918" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/oauthlib/#oauthlib-3.2.2.tar.gz" + } + ], + "name": "oauthlib", + "purl": "pkg:pypi/oauthlib@3.2.2", + "type": "library", + "version": "3.2.2" + }, + { + "bom-ref": "omegaconf@2.3.0", + "description": "A flexible configuration library", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "7b4df175cdb08ba400f45cae3bdcae7ba8365db4d165fc65fd04b050ab63b46b" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/omegaconf/#omegaconf-2.3.0-py3-none-any.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "d5d4b6d29955cc50ad50c46dc269bcd92c6e00f5f90d23ab5fee7bfca4ba4cc7" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/omegaconf/#omegaconf-2.3.0.tar.gz" + } + ], + "name": "omegaconf", + "purl": "pkg:pypi/omegaconf@2.3.0", + "type": "library", + "version": "2.3.0" + }, + { + "bom-ref": "opentelemetry-api@1.25.0", "description": "OpenTelemetry Python API", "externalReferences": [ { @@ -6668,22 +12329,22 @@ "hashes": [ { "alg": "SHA-256", - "content": "43621514301a7e9f5d06dd8013a1b450f30c2e9372b8e30aaeb4562abf2ce034" + "content": "757fa1aa020a0f8fa139f8959e53dec2051cc26b832e76fa839a6d76ecefd737" } ], "type": "distribution", - "url": "https://pypi.org/simple/opentelemetry-api/#opentelemetry_api-1.22.0-py3-none-any.whl" + "url": "https://pypi.org/simple/opentelemetry-api/#opentelemetry_api-1.25.0-py3-none-any.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "15ae4ca925ecf9cfdfb7a709250846fbb08072260fca08ade78056c502b86bed" + "content": "77c4985f62f2614e42ce77ee4c9da5fa5f0bc1e1821085e9a47533a9323ae869" } ], "type": "distribution", - "url": "https://pypi.org/simple/opentelemetry-api/#opentelemetry_api-1.22.0.tar.gz" + "url": "https://pypi.org/simple/opentelemetry-api/#opentelemetry_api-1.25.0.tar.gz" } ], "name": "opentelemetry-api", @@ -6693,12 +12354,12 @@ "value": "main" } ], - "purl": "pkg:pypi/opentelemetry-api@1.22.0", + "purl": "pkg:pypi/opentelemetry-api@1.25.0", "type": "library", - "version": "1.22.0" + "version": "1.25.0" }, { - "bom-ref": "opentelemetry-exporter-otlp@1.22.0", + "bom-ref": "opentelemetry-exporter-otlp@1.25.0", "description": "OpenTelemetry Collector Exporters", "externalReferences": [ { @@ -6706,22 +12367,22 @@ "hashes": [ { "alg": "SHA-256", - "content": "cb03a1cbf300e12b47690858be13dd26fe2f60b2610204959f3497cd6645e3a1" + "content": "d67a831757014a3bc3174e4cd629ae1493b7ba8d189e8a007003cacb9f1a6b60" } ], "type": "distribution", - "url": "https://pypi.org/simple/opentelemetry-exporter-otlp/#opentelemetry_exporter_otlp-1.22.0-py3-none-any.whl" + "url": "https://pypi.org/simple/opentelemetry-exporter-otlp/#opentelemetry_exporter_otlp-1.25.0-py3-none-any.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "309a7d4dc67602801f15818e110ce452e78989886aaab5d37e7cf7f55f1d3d27" + "content": "ce03199c1680a845f82e12c0a6a8f61036048c07ec7a0bd943142aca8fa6ced0" } ], "type": "distribution", - "url": "https://pypi.org/simple/opentelemetry-exporter-otlp/#opentelemetry_exporter_otlp-1.22.0.tar.gz" + "url": "https://pypi.org/simple/opentelemetry-exporter-otlp/#opentelemetry_exporter_otlp-1.25.0.tar.gz" } ], "name": "opentelemetry-exporter-otlp", @@ -6731,12 +12392,12 @@ "value": "main" } ], - "purl": "pkg:pypi/opentelemetry-exporter-otlp@1.22.0", + "purl": "pkg:pypi/opentelemetry-exporter-otlp@1.25.0", "type": "library", - "version": "1.22.0" + "version": "1.25.0" }, { - "bom-ref": "opentelemetry-exporter-otlp-proto-common@1.22.0", + "bom-ref": "opentelemetry-exporter-otlp-proto-common@1.25.0", "description": "OpenTelemetry Protobuf encoding", "externalReferences": [ { @@ -6744,31 +12405,31 @@ "hashes": [ { "alg": "SHA-256", - "content": "3f2538bec5312587f8676c332b3747f54c89fe6364803a807e217af4603201fa" + "content": "15637b7d580c2675f70246563363775b4e6de947871e01d0f4e3881d1848d693" } ], "type": "distribution", - "url": "https://pypi.org/simple/opentelemetry-exporter-otlp-proto-common/#opentelemetry_exporter_otlp_proto_common-1.22.0-py3-none-any.whl" + "url": "https://pypi.org/simple/opentelemetry-exporter-otlp-proto-common/#opentelemetry_exporter_otlp_proto_common-1.25.0-py3-none-any.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "71ae2f81bc6d6fe408d06388826edc8933759b2ca3a97d24054507dc7cfce52d" + "content": "c93f4e30da4eee02bacd1e004eb82ce4da143a2f8e15b987a9f603e0a85407d3" } ], "type": "distribution", - "url": "https://pypi.org/simple/opentelemetry-exporter-otlp-proto-common/#opentelemetry_exporter_otlp_proto_common-1.22.0.tar.gz" + "url": "https://pypi.org/simple/opentelemetry-exporter-otlp-proto-common/#opentelemetry_exporter_otlp_proto_common-1.25.0.tar.gz" } ], "name": "opentelemetry-exporter-otlp-proto-common", - "purl": "pkg:pypi/opentelemetry-exporter-otlp-proto-common@1.22.0", + "purl": "pkg:pypi/opentelemetry-exporter-otlp-proto-common@1.25.0", "type": "library", - "version": "1.22.0" + "version": "1.25.0" }, { - "bom-ref": "opentelemetry-exporter-otlp-proto-grpc@1.22.0", + "bom-ref": "opentelemetry-exporter-otlp-proto-grpc@1.25.0", "description": "OpenTelemetry Collector Protobuf over gRPC Exporter", "externalReferences": [ { @@ -6776,31 +12437,31 @@ "hashes": [ { "alg": "SHA-256", - "content": "b5bcadc129272004316a455e9081216d3380c1fc2231a928ea6a70aa90e173fb" + "content": "3131028f0c0a155a64c430ca600fd658e8e37043cb13209f0109db5c1a3e4eb4" } ], "type": "distribution", - "url": "https://pypi.org/simple/opentelemetry-exporter-otlp-proto-grpc/#opentelemetry_exporter_otlp_proto_grpc-1.22.0-py3-none-any.whl" + "url": "https://pypi.org/simple/opentelemetry-exporter-otlp-proto-grpc/#opentelemetry_exporter_otlp_proto_grpc-1.25.0-py3-none-any.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "1e0e5aa4bbabc74942f06f268deffd94851d12a8dc30b02527472ef1729fe5b1" + "content": "c0b1661415acec5af87625587efa1ccab68b873745ca0ee96b69bb1042087eac" } ], "type": "distribution", - "url": "https://pypi.org/simple/opentelemetry-exporter-otlp-proto-grpc/#opentelemetry_exporter_otlp_proto_grpc-1.22.0.tar.gz" + "url": "https://pypi.org/simple/opentelemetry-exporter-otlp-proto-grpc/#opentelemetry_exporter_otlp_proto_grpc-1.25.0.tar.gz" } ], "name": "opentelemetry-exporter-otlp-proto-grpc", - "purl": "pkg:pypi/opentelemetry-exporter-otlp-proto-grpc@1.22.0", + "purl": "pkg:pypi/opentelemetry-exporter-otlp-proto-grpc@1.25.0", "type": "library", - "version": "1.22.0" + "version": "1.25.0" }, { - "bom-ref": "opentelemetry-exporter-otlp-proto-http@1.22.0", + "bom-ref": "opentelemetry-exporter-otlp-proto-http@1.25.0", "description": "OpenTelemetry Collector Protobuf over HTTP Exporter", "externalReferences": [ { @@ -6808,22 +12469,22 @@ "hashes": [ { "alg": "SHA-256", - "content": "e002e842190af45b91dc55a97789d0b98e4308c88d886b16049ee90e17a4d396" + "content": "2eca686ee11b27acd28198b3ea5e5863a53d1266b91cda47c839d95d5e0541a6" } ], "type": "distribution", - "url": "https://pypi.org/simple/opentelemetry-exporter-otlp-proto-http/#opentelemetry_exporter_otlp_proto_http-1.22.0-py3-none-any.whl" + "url": "https://pypi.org/simple/opentelemetry-exporter-otlp-proto-http/#opentelemetry_exporter_otlp_proto_http-1.25.0-py3-none-any.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "79ed108981ec68d5f7985355bca32003c2f3a5be1534a96d62d5861b758a82f4" + "content": "9f8723859e37c75183ea7afa73a3542f01d0fd274a5b97487ea24cb683d7d684" } ], "type": "distribution", - "url": "https://pypi.org/simple/opentelemetry-exporter-otlp-proto-http/#opentelemetry_exporter_otlp_proto_http-1.22.0.tar.gz" + "url": "https://pypi.org/simple/opentelemetry-exporter-otlp-proto-http/#opentelemetry_exporter_otlp_proto_http-1.25.0.tar.gz" } ], "name": "opentelemetry-exporter-otlp-proto-http", @@ -6833,12 +12494,12 @@ "value": "main" } ], - "purl": "pkg:pypi/opentelemetry-exporter-otlp-proto-http@1.22.0", + "purl": "pkg:pypi/opentelemetry-exporter-otlp-proto-http@1.25.0", "type": "library", - "version": "1.22.0" + "version": "1.25.0" }, { - "bom-ref": "opentelemetry-instrumentation@0.43b0", + "bom-ref": "opentelemetry-instrumentation@0.46b0", "description": "Instrumentation Tools & Auto Instrumentation for OpenTelemetry Python", "externalReferences": [ { @@ -6846,22 +12507,22 @@ "hashes": [ { "alg": "SHA-256", - "content": "0ff1334d7e359e27640e9d420024efeb73eacae464309c2e14ede7ba6c93967e" + "content": "89cd721b9c18c014ca848ccd11181e6b3fd3f6c7669e35d59c48dc527408c18b" } ], "type": "distribution", - "url": "https://pypi.org/simple/opentelemetry-instrumentation/#opentelemetry_instrumentation-0.43b0-py3-none-any.whl" + "url": "https://pypi.org/simple/opentelemetry-instrumentation/#opentelemetry_instrumentation-0.46b0-py3-none-any.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "c3755da6c4be8033be0216d0501e11f4832690f4e2eca5a3576fbf113498f0f6" + "content": "974e0888fb2a1e01c38fbacc9483d024bb1132aad92d6d24e2e5543887a7adda" } ], "type": "distribution", - "url": "https://pypi.org/simple/opentelemetry-instrumentation/#opentelemetry_instrumentation-0.43b0.tar.gz" + "url": "https://pypi.org/simple/opentelemetry-instrumentation/#opentelemetry_instrumentation-0.46b0.tar.gz" } ], "name": "opentelemetry-instrumentation", @@ -6871,12 +12532,12 @@ "value": "main" } ], - "purl": "pkg:pypi/opentelemetry-instrumentation@0.43b0", + "purl": "pkg:pypi/opentelemetry-instrumentation@0.46b0", "type": "library", - "version": "0.43b0" + "version": "0.46b0" }, { - "bom-ref": "opentelemetry-instrumentation-asgi@0.43b0", + "bom-ref": "opentelemetry-instrumentation-asgi@0.46b0", "description": "ASGI instrumentation for OpenTelemetry", "externalReferences": [ { @@ -6884,31 +12545,95 @@ "hashes": [ { "alg": "SHA-256", - "content": "1f593829fa039e9367820736fb063e92acd15c25b53d7bcb5d319971b8e93fd7" + "content": "f13c55c852689573057837a9500aeeffc010c4ba59933c322e8f866573374759" } ], "type": "distribution", - "url": "https://pypi.org/simple/opentelemetry-instrumentation-asgi/#opentelemetry_instrumentation_asgi-0.43b0-py3-none-any.whl" + "url": "https://pypi.org/simple/opentelemetry-instrumentation-asgi/#opentelemetry_instrumentation_asgi-0.46b0-py3-none-any.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "3f6f19333dca31ef696672e4e36cb1c2613c71dc7e847c11ff36a37e1130dadc" + "content": "02559f30cf4b7e2a737ab17eb52aa0779bcf4cc06573064f3e2cb4dcc7d3040a" } ], "type": "distribution", - "url": "https://pypi.org/simple/opentelemetry-instrumentation-asgi/#opentelemetry_instrumentation_asgi-0.43b0.tar.gz" + "url": "https://pypi.org/simple/opentelemetry-instrumentation-asgi/#opentelemetry_instrumentation_asgi-0.46b0.tar.gz" } ], "name": "opentelemetry-instrumentation-asgi", - "purl": "pkg:pypi/opentelemetry-instrumentation-asgi@0.43b0", + "purl": "pkg:pypi/opentelemetry-instrumentation-asgi@0.46b0", "type": "library", - "version": "0.43b0" + "version": "0.46b0" }, { - "bom-ref": "opentelemetry-instrumentation-fastapi@0.43b0", + "bom-ref": "opentelemetry-instrumentation-dbapi@0.46b0", + "description": "OpenTelemetry Database API instrumentation", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "01c8a3057ccb5dcdb68d730c92839d7d30e31bf60b0a4d42d37a0c01a2a37783" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/opentelemetry-instrumentation-dbapi/#opentelemetry_instrumentation_dbapi-0.46b0-py3-none-any.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "f419cfaceaed22964622093970c70a58c1214fc2669f2b4afab76252b6834d92" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/opentelemetry-instrumentation-dbapi/#opentelemetry_instrumentation_dbapi-0.46b0.tar.gz" + } + ], + "name": "opentelemetry-instrumentation-dbapi", + "purl": "pkg:pypi/opentelemetry-instrumentation-dbapi@0.46b0", + "type": "library", + "version": "0.46b0" + }, + { + "bom-ref": "opentelemetry-instrumentation-django@0.46b0", + "description": "OpenTelemetry Instrumentation for Django", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "ecc85941263122f99dbd96463a981b2d1eeea618ca287a58abe0af9fd67631ee" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/opentelemetry-instrumentation-django/#opentelemetry_instrumentation_django-0.46b0-py3-none-any.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "cc11b2e24f9bdd20759570390ed8619d9c5acbf788b4a5401e36e280dfc20feb" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/opentelemetry-instrumentation-django/#opentelemetry_instrumentation_django-0.46b0.tar.gz" + } + ], + "name": "opentelemetry-instrumentation-django", + "purl": "pkg:pypi/opentelemetry-instrumentation-django@0.46b0", + "type": "library", + "version": "0.46b0" + }, + { + "bom-ref": "opentelemetry-instrumentation-fastapi@0.46b0", "description": "OpenTelemetry FastAPI Instrumentation", "externalReferences": [ { @@ -6916,22 +12641,22 @@ "hashes": [ { "alg": "SHA-256", - "content": "b79c044df68a52e07b35fa12a424e7cc0dd27ff0a171c5fdcc41dea9de8fc938" + "content": "e0f5d150c6c36833dd011f0e6ef5ede6d7406c1aed0c7c98b2d3b38a018d1b33" } ], "type": "distribution", - "url": "https://pypi.org/simple/opentelemetry-instrumentation-fastapi/#opentelemetry_instrumentation_fastapi-0.43b0-py3-none-any.whl" + "url": "https://pypi.org/simple/opentelemetry-instrumentation-fastapi/#opentelemetry_instrumentation_fastapi-0.46b0-py3-none-any.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "2afaaf470622e1a2732182c68f6d2431ffe5e026a7edacd0f83605632b66347f" + "content": "928a883a36fc89f9702f15edce43d1a7104da93d740281e32d50ffd03dbb4365" } ], "type": "distribution", - "url": "https://pypi.org/simple/opentelemetry-instrumentation-fastapi/#opentelemetry_instrumentation_fastapi-0.43b0.tar.gz" + "url": "https://pypi.org/simple/opentelemetry-instrumentation-fastapi/#opentelemetry_instrumentation_fastapi-0.46b0.tar.gz" } ], "name": "opentelemetry-instrumentation-fastapi", @@ -6941,12 +12666,12 @@ "value": "main" } ], - "purl": "pkg:pypi/opentelemetry-instrumentation-fastapi@0.43b0", + "purl": "pkg:pypi/opentelemetry-instrumentation-fastapi@0.46b0", "type": "library", - "version": "0.43b0" + "version": "0.46b0" }, { - "bom-ref": "opentelemetry-instrumentation-flask@0.43b0", + "bom-ref": "opentelemetry-instrumentation-flask@0.46b0", "description": "Flask instrumentation for OpenTelemetry", "externalReferences": [ { @@ -6954,22 +12679,22 @@ "hashes": [ { "alg": "SHA-256", - "content": "537aecdd8de1c00f9b408d7a02b85e9ba55cda1ed95f4712199478ceaa4dfb2c" + "content": "cd8af6c06476442f54c175bafda7df57a553835c365964c50c92136732b33c1a" } ], "type": "distribution", - "url": "https://pypi.org/simple/opentelemetry-instrumentation-flask/#opentelemetry_instrumentation_flask-0.43b0-py3-none-any.whl" + "url": "https://pypi.org/simple/opentelemetry-instrumentation-flask/#opentelemetry_instrumentation_flask-0.46b0-py3-none-any.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "ea3779f157a7efe82d0e10a59af64440e34b5e8004eaee08d7d61bbb889701fa" + "content": "638ffaf94136fb953c98fc27448bd795ef289a1eeedb75a47ca5835a797517be" } ], "type": "distribution", - "url": "https://pypi.org/simple/opentelemetry-instrumentation-flask/#opentelemetry_instrumentation_flask-0.43b0.tar.gz" + "url": "https://pypi.org/simple/opentelemetry-instrumentation-flask/#opentelemetry_instrumentation_flask-0.46b0.tar.gz" } ], "name": "opentelemetry-instrumentation-flask", @@ -6979,12 +12704,12 @@ "value": "main" } ], - "purl": "pkg:pypi/opentelemetry-instrumentation-flask@0.43b0", + "purl": "pkg:pypi/opentelemetry-instrumentation-flask@0.46b0", "type": "library", - "version": "0.43b0" + "version": "0.46b0" }, { - "bom-ref": "opentelemetry-instrumentation-pika@0.43b0", + "bom-ref": "opentelemetry-instrumentation-pika@0.46b0", "description": "OpenTelemetry pika instrumentation", "externalReferences": [ { @@ -6992,22 +12717,22 @@ "hashes": [ { "alg": "SHA-256", - "content": "78e4bbdd4251ad7208e90911e5fe66e9040188a3085f99d5f152598773628088" + "content": "b04588a88a49fe3d8064b013e1f45a2d74ce1545017854c14f60ef669490623c" } ], "type": "distribution", - "url": "https://pypi.org/simple/opentelemetry-instrumentation-pika/#opentelemetry_instrumentation_pika-0.43b0-py3-none-any.whl" + "url": "https://pypi.org/simple/opentelemetry-instrumentation-pika/#opentelemetry_instrumentation_pika-0.46b0-py3-none-any.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "49beda8539c0b0b82b6076d0f1b3e274ae80c4571295fbc00512bbe8cbda55eb" + "content": "706e952a38480e1493830074497fee6534101363090b803471ef9573b6725734" } ], "type": "distribution", - "url": "https://pypi.org/simple/opentelemetry-instrumentation-pika/#opentelemetry_instrumentation_pika-0.43b0.tar.gz" + "url": "https://pypi.org/simple/opentelemetry-instrumentation-pika/#opentelemetry_instrumentation_pika-0.46b0.tar.gz" } ], "name": "opentelemetry-instrumentation-pika", @@ -7017,12 +12742,44 @@ "value": "main" } ], - "purl": "pkg:pypi/opentelemetry-instrumentation-pika@0.43b0", + "purl": "pkg:pypi/opentelemetry-instrumentation-pika@0.46b0", "type": "library", - "version": "0.43b0" + "version": "0.46b0" }, { - "bom-ref": "opentelemetry-instrumentation-requests@0.43b0", + "bom-ref": "opentelemetry-instrumentation-psycopg2@0.46b0", + "description": "OpenTelemetry psycopg2 instrumentation", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "1a115ed99165c71cdb467b08e76c09fbfc3d25f8bf76863066cbecbefcb94899" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/opentelemetry-instrumentation-psycopg2/#opentelemetry_instrumentation_psycopg2-0.46b0-py3-none-any.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "8eb4cd345352b6aac1304eadf98039d2c7cc4aa23e51fa288215247aa467552c" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/opentelemetry-instrumentation-psycopg2/#opentelemetry_instrumentation_psycopg2-0.46b0.tar.gz" + } + ], + "name": "opentelemetry-instrumentation-psycopg2", + "purl": "pkg:pypi/opentelemetry-instrumentation-psycopg2@0.46b0", + "type": "library", + "version": "0.46b0" + }, + { + "bom-ref": "opentelemetry-instrumentation-requests@0.46b0", "description": "OpenTelemetry requests instrumentation", "externalReferences": [ { @@ -7030,22 +12787,22 @@ "hashes": [ { "alg": "SHA-256", - "content": "cd9d0862ab8c8892a207dd828134f23c6a5014756f0f055120412aa00be7732d" + "content": "a8c2472800d8686f3f286cd524b8746b386154092e85a791ba14110d1acc9b81" } ], "type": "distribution", - "url": "https://pypi.org/simple/opentelemetry-instrumentation-requests/#opentelemetry_instrumentation_requests-0.43b0-py3-none-any.whl" + "url": "https://pypi.org/simple/opentelemetry-instrumentation-requests/#opentelemetry_instrumentation_requests-0.46b0-py3-none-any.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "fd92c278d463dbad39cdc42e4f5871de8f66560cf9b40191b554a293aa6faf49" + "content": "ef0ad63bfd0d52631daaf7d687e763dbd89b465f5cb052f12a4e67e5e3d181e4" } ], "type": "distribution", - "url": "https://pypi.org/simple/opentelemetry-instrumentation-requests/#opentelemetry_instrumentation_requests-0.43b0.tar.gz" + "url": "https://pypi.org/simple/opentelemetry-instrumentation-requests/#opentelemetry_instrumentation_requests-0.46b0.tar.gz" } ], "name": "opentelemetry-instrumentation-requests", @@ -7055,12 +12812,76 @@ "value": "main" } ], - "purl": "pkg:pypi/opentelemetry-instrumentation-requests@0.43b0", + "purl": "pkg:pypi/opentelemetry-instrumentation-requests@0.46b0", "type": "library", - "version": "0.43b0" + "version": "0.46b0" }, { - "bom-ref": "opentelemetry-instrumentation-wsgi@0.43b0", + "bom-ref": "opentelemetry-instrumentation-urllib@0.46b0", + "description": "OpenTelemetry urllib instrumentation", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "90d39daf1abb8a5513d3043ea74d019a7483302e73ffaca10cf954b2aec5372f" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/opentelemetry-instrumentation-urllib/#opentelemetry_instrumentation_urllib-0.46b0-py3-none-any.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "cd7c5dc8c9ca367d1966b456438e76636d61b93cc62d98d89aa16ff8620b2fe9" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/opentelemetry-instrumentation-urllib/#opentelemetry_instrumentation_urllib-0.46b0.tar.gz" + } + ], + "name": "opentelemetry-instrumentation-urllib", + "purl": "pkg:pypi/opentelemetry-instrumentation-urllib@0.46b0", + "type": "library", + "version": "0.46b0" + }, + { + "bom-ref": "opentelemetry-instrumentation-urllib3@0.46b0", + "description": "OpenTelemetry urllib3 instrumentation", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "3f8e3ed206e3faa2b2a141b89a831f97b5ebecff1df6950c3745bdc0ec7b8a6f" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/opentelemetry-instrumentation-urllib3/#opentelemetry_instrumentation_urllib3-0.46b0-py3-none-any.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "53f4a88baa8d7600ce558012f62562938f277aba92cfc76332c143d8209f87c2" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/opentelemetry-instrumentation-urllib3/#opentelemetry_instrumentation_urllib3-0.46b0.tar.gz" + } + ], + "name": "opentelemetry-instrumentation-urllib3", + "purl": "pkg:pypi/opentelemetry-instrumentation-urllib3@0.46b0", + "type": "library", + "version": "0.46b0" + }, + { + "bom-ref": "opentelemetry-instrumentation-wsgi@0.46b0", "description": "WSGI Middleware for OpenTelemetry", "externalReferences": [ { @@ -7068,31 +12889,31 @@ "hashes": [ { "alg": "SHA-256", - "content": "0b7511469daa29a6e75b9cc54b4d01a9bb46aa1f964471dc3ee3f06ff39f94b2" + "content": "2386014b026f5307c802417eeab74265785ae3dd6eee8c5581a830e3b2d3435b" } ], "type": "distribution", - "url": "https://pypi.org/simple/opentelemetry-instrumentation-wsgi/#opentelemetry_instrumentation_wsgi-0.43b0-py3-none-any.whl" + "url": "https://pypi.org/simple/opentelemetry-instrumentation-wsgi/#opentelemetry_instrumentation_wsgi-0.46b0-py3-none-any.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "3a1cf045f7ccf04987a89cdd49eda93e9195de4c8b73be228a9e565ec3ab453c" + "content": "f4e1001e8477eb546cac7c13cff0b0cf127812b1188a37bcaa3e43eb741451e2" } ], "type": "distribution", - "url": "https://pypi.org/simple/opentelemetry-instrumentation-wsgi/#opentelemetry_instrumentation_wsgi-0.43b0.tar.gz" + "url": "https://pypi.org/simple/opentelemetry-instrumentation-wsgi/#opentelemetry_instrumentation_wsgi-0.46b0.tar.gz" } ], "name": "opentelemetry-instrumentation-wsgi", - "purl": "pkg:pypi/opentelemetry-instrumentation-wsgi@0.43b0", + "purl": "pkg:pypi/opentelemetry-instrumentation-wsgi@0.46b0", "type": "library", - "version": "0.43b0" + "version": "0.46b0" }, { - "bom-ref": "opentelemetry-proto@1.22.0", + "bom-ref": "opentelemetry-proto@1.25.0", "description": "OpenTelemetry Python Proto", "externalReferences": [ { @@ -7100,31 +12921,63 @@ "hashes": [ { "alg": "SHA-256", - "content": "ce7188d22c75b6d0fe53e7fb58501613d0feade5139538e79dedd9420610fa0c" + "content": "f07e3341c78d835d9b86665903b199893befa5e98866f63d22b00d0b7ca4972f" } ], "type": "distribution", - "url": "https://pypi.org/simple/opentelemetry-proto/#opentelemetry_proto-1.22.0-py3-none-any.whl" + "url": "https://pypi.org/simple/opentelemetry-proto/#opentelemetry_proto-1.25.0-py3-none-any.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "9ec29169286029f17ca34ec1f3455802ffb90131642d2f545ece9a63e8f69003" + "content": "35b6ef9dc4a9f7853ecc5006738ad40443701e52c26099e197895cbda8b815a3" } ], "type": "distribution", - "url": "https://pypi.org/simple/opentelemetry-proto/#opentelemetry_proto-1.22.0.tar.gz" + "url": "https://pypi.org/simple/opentelemetry-proto/#opentelemetry_proto-1.25.0.tar.gz" } ], "name": "opentelemetry-proto", - "purl": "pkg:pypi/opentelemetry-proto@1.22.0", + "purl": "pkg:pypi/opentelemetry-proto@1.25.0", "type": "library", - "version": "1.22.0" + "version": "1.25.0" }, { - "bom-ref": "opentelemetry-sdk@1.22.0", + "bom-ref": "opentelemetry-resource-detector-azure@0.1.5", + "description": "Azure Resource Detector for OpenTelemetry", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "4dcc5d54ab5c3b11226af39509bc98979a8b9e0f8a24c1b888783755d3bf00eb" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/opentelemetry-resource-detector-azure/#opentelemetry_resource_detector_azure-0.1.5-py3-none-any.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "e0ba658a87c69eebc806e75398cd0e9f68a8898ea62de99bc1b7083136403710" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/opentelemetry-resource-detector-azure/#opentelemetry_resource_detector_azure-0.1.5.tar.gz" + } + ], + "name": "opentelemetry-resource-detector-azure", + "purl": "pkg:pypi/opentelemetry-resource-detector-azure@0.1.5", + "type": "library", + "version": "0.1.5" + }, + { + "bom-ref": "opentelemetry-sdk@1.25.0", "description": "OpenTelemetry Python SDK", "externalReferences": [ { @@ -7132,22 +12985,22 @@ "hashes": [ { "alg": "SHA-256", - "content": "a730555713d7c8931657612a88a141e3a4fe6eb5523d9e2d5a8b1e673d76efa6" + "content": "d97ff7ec4b351692e9d5a15af570c693b8715ad78b8aafbec5c7100fe966b4c9" } ], "type": "distribution", - "url": "https://pypi.org/simple/opentelemetry-sdk/#opentelemetry_sdk-1.22.0-py3-none-any.whl" + "url": "https://pypi.org/simple/opentelemetry-sdk/#opentelemetry_sdk-1.25.0-py3-none-any.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "45267ac1f38a431fc2eb5d6e0c0d83afc0b78de57ac345488aa58c28c17991d0" + "content": "ce7fc319c57707ef5bf8b74fb9f8ebdb8bfafbe11898410e0d2a761d08a98ec7" } ], "type": "distribution", - "url": "https://pypi.org/simple/opentelemetry-sdk/#opentelemetry_sdk-1.22.0.tar.gz" + "url": "https://pypi.org/simple/opentelemetry-sdk/#opentelemetry_sdk-1.25.0.tar.gz" } ], "name": "opentelemetry-sdk", @@ -7157,12 +13010,12 @@ "value": "main" } ], - "purl": "pkg:pypi/opentelemetry-sdk@1.22.0", + "purl": "pkg:pypi/opentelemetry-sdk@1.25.0", "type": "library", - "version": "1.22.0" + "version": "1.25.0" }, { - "bom-ref": "opentelemetry-semantic-conventions@0.43b0", + "bom-ref": "opentelemetry-semantic-conventions@0.46b0", "description": "OpenTelemetry Semantic Conventions", "externalReferences": [ { @@ -7170,31 +13023,31 @@ "hashes": [ { "alg": "SHA-256", - "content": "291284d7c1bf15fdaddf309b3bd6d3b7ce12a253cec6d27144439819a15d8445" + "content": "6daef4ef9fa51d51855d9f8e0ccd3a1bd59e0e545abe99ac6203804e36ab3e07" } ], "type": "distribution", - "url": "https://pypi.org/simple/opentelemetry-semantic-conventions/#opentelemetry_semantic_conventions-0.43b0-py3-none-any.whl" + "url": "https://pypi.org/simple/opentelemetry-semantic-conventions/#opentelemetry_semantic_conventions-0.46b0-py3-none-any.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "b9576fb890df479626fa624e88dde42d3d60b8b6c8ae1152ad157a8b97358635" + "content": "fbc982ecbb6a6e90869b15c1673be90bd18c8a56ff1cffc0864e38e2edffaefa" } ], "type": "distribution", - "url": "https://pypi.org/simple/opentelemetry-semantic-conventions/#opentelemetry_semantic_conventions-0.43b0.tar.gz" + "url": "https://pypi.org/simple/opentelemetry-semantic-conventions/#opentelemetry_semantic_conventions-0.46b0.tar.gz" } ], "name": "opentelemetry-semantic-conventions", - "purl": "pkg:pypi/opentelemetry-semantic-conventions@0.43b0", + "purl": "pkg:pypi/opentelemetry-semantic-conventions@0.46b0", "type": "library", - "version": "0.43b0" + "version": "0.46b0" }, { - "bom-ref": "opentelemetry-util-http@0.43b0", + "bom-ref": "opentelemetry-util-http@0.46b0", "description": "Web util for OpenTelemetry", "externalReferences": [ { @@ -7202,31 +13055,634 @@ "hashes": [ { "alg": "SHA-256", - "content": "f25a820784b030f6cb86b3d76e5676c769b75ed3f55a210bcdae0a5e175ebadb" + "content": "8dc1949ce63caef08db84ae977fdc1848fe6dc38e6bbaad0ae3e6ecd0d451629" } ], "type": "distribution", - "url": "https://pypi.org/simple/opentelemetry-util-http/#opentelemetry_util_http-0.43b0-py3-none-any.whl" + "url": "https://pypi.org/simple/opentelemetry-util-http/#opentelemetry_util_http-0.46b0-py3-none-any.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "3ff6ab361dbe99fc81200d625603c0fb890c055c6e416a3e6d661ddf47a6c7f7" + "content": "03b6e222642f9c7eae58d9132343e045b50aca9761fcb53709bd2b663571fdf6" } ], "type": "distribution", - "url": "https://pypi.org/simple/opentelemetry-util-http/#opentelemetry_util_http-0.43b0.tar.gz" + "url": "https://pypi.org/simple/opentelemetry-util-http/#opentelemetry_util_http-0.46b0.tar.gz" } ], "name": "opentelemetry-util-http", - "purl": "pkg:pypi/opentelemetry-util-http@0.43b0", + "purl": "pkg:pypi/opentelemetry-util-http@0.46b0", "type": "library", - "version": "0.43b0" + "version": "0.46b0" }, { - "bom-ref": "packageurl-python@0.13.4", + "bom-ref": "ordered-set@4.1.0", + "description": "An OrderedSet is a custom MutableSet that remembers its order, so that every", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "694a8e44c87657c59292ede72891eb91d34131f6531463aab3009191c77364a8" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/ordered-set/#ordered-set-4.1.0.tar.gz" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "046e1132c71fcf3330438a539928932caf51ddbc582496833e23de611de14562" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/ordered-set/#ordered_set-4.1.0-py3-none-any.whl" + } + ], + "name": "ordered-set", + "purl": "pkg:pypi/ordered-set@4.1.0", + "type": "library", + "version": "4.1.0" + }, + { + "bom-ref": "orjson@3.10.6", + "description": "Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "fb0ee33124db6eaa517d00890fc1a55c3bfe1cf78ba4a8899d71a06f2d6ff5c7" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/orjson/#orjson-3.10.6-cp310-cp310-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "9c1c4b53b24a4c06547ce43e5fee6ec4e0d8fe2d597f4647fc033fd205707365" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/orjson/#orjson-3.10.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "eadc8fd310edb4bdbd333374f2c8fec6794bbbae99b592f448d8214a5e4050c0" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/orjson/#orjson-3.10.6-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "61272a5aec2b2661f4fa2b37c907ce9701e821b2c1285d5c3ab0207ebd358d38" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/orjson/#orjson-3.10.6-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "57985ee7e91d6214c837936dc1608f40f330a6b88bb13f5a57ce5257807da143" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/orjson/#orjson-3.10.6-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "633a3b31d9d7c9f02d49c4ab4d0a86065c4a6f6adc297d63d272e043472acab5" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/orjson/#orjson-3.10.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "1c680b269d33ec444afe2bdc647c9eb73166fa47a16d9a75ee56a374f4a45f43" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/orjson/#orjson-3.10.6-cp310-cp310-musllinux_1_2_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "f759503a97a6ace19e55461395ab0d618b5a117e8d0fbb20e70cfd68a47327f2" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/orjson/#orjson-3.10.6-cp310-cp310-musllinux_1_2_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "95a0cce17f969fb5391762e5719575217bd10ac5a189d1979442ee54456393f3" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/orjson/#orjson-3.10.6-cp310-none-win32.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "df25d9271270ba2133cc88ee83c318372bdc0f2cd6f32e7a450809a111efc45c" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/orjson/#orjson-3.10.6-cp310-none-win_amd64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "b1ec490e10d2a77c345def52599311849fc063ae0e67cf4f84528073152bb2ba" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/orjson/#orjson-3.10.6-cp311-cp311-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "55d43d3feb8f19d07e9f01e5b9be4f28801cf7c60d0fa0d279951b18fae1932b" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/orjson/#orjson-3.10.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "ac3045267e98fe749408eee1593a142e02357c5c99be0802185ef2170086a863" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/orjson/#orjson-3.10.6-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "c27bc6a28ae95923350ab382c57113abd38f3928af3c80be6f2ba7eb8d8db0b0" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/orjson/#orjson-3.10.6-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "d27456491ca79532d11e507cadca37fb8c9324a3976294f68fb1eff2dc6ced5a" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/orjson/#orjson-3.10.6-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "05ac3d3916023745aa3b3b388e91b9166be1ca02b7c7e41045da6d12985685f0" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/orjson/#orjson-3.10.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "1335d4ef59ab85cab66fe73fd7a4e881c298ee7f63ede918b7faa1b27cbe5212" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/orjson/#orjson-3.10.6-cp311-cp311-musllinux_1_2_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "4bbc6d0af24c1575edc79994c20e1b29e6fb3c6a570371306db0993ecf144dc5" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/orjson/#orjson-3.10.6-cp311-cp311-musllinux_1_2_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "450e39ab1f7694465060a0550b3f6d328d20297bf2e06aa947b97c21e5241fbd" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/orjson/#orjson-3.10.6-cp311-none-win32.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "227df19441372610b20e05bdb906e1742ec2ad7a66ac8350dcfd29a63014a83b" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/orjson/#orjson-3.10.6-cp311-none-win_amd64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "ea2977b21f8d5d9b758bb3f344a75e55ca78e3ff85595d248eee813ae23ecdfb" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/orjson/#orjson-3.10.6-cp312-cp312-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "b6f3d167d13a16ed263b52dbfedff52c962bfd3d270b46b7518365bcc2121eed" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/orjson/#orjson-3.10.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "f710f346e4c44a4e8bdf23daa974faede58f83334289df80bc9cd12fe82573c7" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/orjson/#orjson-3.10.6-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "7275664f84e027dcb1ad5200b8b18373e9c669b2a9ec33d410c40f5ccf4b257e" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/orjson/#orjson-3.10.6-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "0943e4c701196b23c240b3d10ed8ecd674f03089198cf503105b474a4f77f21f" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/orjson/#orjson-3.10.6-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "446dee5a491b5bc7d8f825d80d9637e7af43f86a331207b9c9610e2f93fee22a" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/orjson/#orjson-3.10.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "64c81456d2a050d380786413786b057983892db105516639cb5d3ee3c7fd5148" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/orjson/#orjson-3.10.6-cp312-cp312-musllinux_1_2_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "960db0e31c4e52fa0fc3ecbaea5b2d3b58f379e32a95ae6b0ebeaa25b93dfd34" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/orjson/#orjson-3.10.6-cp312-cp312-musllinux_1_2_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "a6ea7afb5b30b2317e0bee03c8d34c8181bc5a36f2afd4d0952f378972c4efd5" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/orjson/#orjson-3.10.6-cp312-none-win32.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "874ce88264b7e655dde4aeaacdc8fd772a7962faadfb41abe63e2a4861abc3dc" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/orjson/#orjson-3.10.6-cp312-none-win_amd64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "66680eae4c4e7fc193d91cfc1353ad6d01b4801ae9b5314f17e11ba55e934183" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/orjson/#orjson-3.10.6-cp38-cp38-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "caff75b425db5ef8e8f23af93c80f072f97b4fb3afd4af44482905c9f588da28" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/orjson/#orjson-3.10.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "3722fddb821b6036fd2a3c814f6bd9b57a89dc6337b9924ecd614ebce3271394" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/orjson/#orjson-3.10.6-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "c2c116072a8533f2fec435fde4d134610f806bdac20188c7bd2081f3e9e0133f" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/orjson/#orjson-3.10.6-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "6eeb13218c8cf34c61912e9df2de2853f1d009de0e46ea09ccdf3d757896af0a" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/orjson/#orjson-3.10.6-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "965a916373382674e323c957d560b953d81d7a8603fbeee26f7b8248638bd48b" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/orjson/#orjson-3.10.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "03c95484d53ed8e479cade8628c9cea00fd9d67f5554764a1110e0d5aa2de96e" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/orjson/#orjson-3.10.6-cp38-cp38-musllinux_1_2_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "e060748a04cccf1e0a6f2358dffea9c080b849a4a68c28b1b907f272b5127e9b" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/orjson/#orjson-3.10.6-cp38-cp38-musllinux_1_2_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "738dbe3ef909c4b019d69afc19caf6b5ed0e2f1c786b5d6215fbb7539246e4c6" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/orjson/#orjson-3.10.6-cp38-none-win32.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "d40f839dddf6a7d77114fe6b8a70218556408c71d4d6e29413bb5f150a692ff7" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/orjson/#orjson-3.10.6-cp38-none-win_amd64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "697a35a083c4f834807a6232b3e62c8b280f7a44ad0b759fd4dce748951e70db" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/orjson/#orjson-3.10.6-cp39-cp39-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "fd502f96bf5ea9a61cbc0b2b5900d0dd68aa0da197179042bdd2be67e51a1e4b" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/orjson/#orjson-3.10.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "f215789fb1667cdc874c1b8af6a84dc939fd802bf293a8334fce185c79cd359b" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/orjson/#orjson-3.10.6-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "a2debd8ddce948a8c0938c8c93ade191d2f4ba4649a54302a7da905a81f00b56" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/orjson/#orjson-3.10.6-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "5410111d7b6681d4b0d65e0f58a13be588d01b473822483f77f513c7f93bd3b2" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/orjson/#orjson-3.10.6-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "bb1f28a137337fdc18384079fa5726810681055b32b92253fa15ae5656e1dddb" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/orjson/#orjson-3.10.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "bf2fbbce5fe7cd1aa177ea3eab2b8e6a6bc6e8592e4279ed3db2d62e57c0e1b2" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/orjson/#orjson-3.10.6-cp39-cp39-musllinux_1_2_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "79b9b9e33bd4c517445a62b90ca0cc279b0f1f3970655c3df9e608bc3f91741a" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/orjson/#orjson-3.10.6-cp39-cp39-musllinux_1_2_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "30b0a09a2014e621b1adf66a4f705f0809358350a757508ee80209b2d8dae219" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/orjson/#orjson-3.10.6-cp39-none-win32.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "49e3bc615652617d463069f91b867a4458114c5b104e13b7ae6872e5f79d0844" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/orjson/#orjson-3.10.6-cp39-none-win_amd64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "e54b63d0a7c6c54a5f5f726bc93a2078111ef060fec4ecbf34c5db800ca3b3a7" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/orjson/#orjson-3.10.6.tar.gz" + } + ], + "name": "orjson", + "purl": "pkg:pypi/orjson@3.10.6", + "type": "library", + "version": "3.10.6" + }, + { + "bom-ref": "packageurl-python@0.15.6", "description": "A purl aka. Package URL parser and builder", "externalReferences": [ { @@ -7234,31 +13690,31 @@ "hashes": [ { "alg": "SHA-256", - "content": "6eb5e995009cc73387095e0b507ab65df51357d25ddc5fce3d3545ad6dcbbee8" + "content": "a40210652c89022772a6c8340d6066f7d5dc67132141e5284a4db7a27d0a8ab0" } ], "type": "distribution", - "url": "https://pypi.org/simple/packageurl-python/#packageurl-python-0.13.4.tar.gz" + "url": "https://pypi.org/simple/packageurl-python/#packageurl_python-0.15.6-py3-none-any.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "62aa13d60a0082ff115784fefdfe73a12f310e455365cca7c6d362161067f35f" + "content": "cbc89afd15d5f4d05db4f1b61297e5b97a43f61f28799f6d282aff467ed2ee96" } ], "type": "distribution", - "url": "https://pypi.org/simple/packageurl-python/#packageurl_python-0.13.4-py3-none-any.whl" + "url": "https://pypi.org/simple/packageurl-python/#packageurl_python-0.15.6.tar.gz" } ], "name": "packageurl-python", - "purl": "pkg:pypi/packageurl-python@0.13.4", + "purl": "pkg:pypi/packageurl-python@0.15.6", "type": "library", - "version": "0.13.4" + "version": "0.15.6" }, { - "bom-ref": "packaging@23.2", + "bom-ref": "packaging@24.1", "description": "Core utilities for Python packages", "externalReferences": [ { @@ -7266,31 +13722,63 @@ "hashes": [ { "alg": "SHA-256", - "content": "8c491190033a9af7e1d931d0b5dacc2ef47509b34dd0de67ed209b5203fc88c7" + "content": "5b8f2217dbdbd2f7f384c41c628544e6d52f2d0f53c6d0c3ea61aa5d1d7ff124" } ], "type": "distribution", - "url": "https://pypi.org/simple/packaging/#packaging-23.2-py3-none-any.whl" + "url": "https://pypi.org/simple/packaging/#packaging-24.1-py3-none-any.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "048fb0e9405036518eaaf48a55953c750c11e1a1b68e0dd1a9d62ed0c092cfc5" + "content": "026ed72c8ed3fcce5bf8950572258698927fd1dbda10a5e981cdf0ac37f4f002" } ], "type": "distribution", - "url": "https://pypi.org/simple/packaging/#packaging-23.2.tar.gz" + "url": "https://pypi.org/simple/packaging/#packaging-24.1.tar.gz" } ], "name": "packaging", - "purl": "pkg:pypi/packaging@23.2", + "purl": "pkg:pypi/packaging@24.1", "type": "library", - "version": "23.2" + "version": "24.1" }, { - "bom-ref": "parso@0.8.3", + "bom-ref": "pamqp@3.3.0", + "description": "RabbitMQ Focused AMQP low-level library", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "c901a684794157ae39b52cbf700db8c9aae7a470f13528b9d7b4e5f7202f8eb0" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/pamqp/#pamqp-3.3.0-py2.py3-none-any.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "40b8795bd4efcf2b0f8821c1de83d12ca16d5760f4507836267fd7a02b06763b" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/pamqp/#pamqp-3.3.0.tar.gz" + } + ], + "name": "pamqp", + "purl": "pkg:pypi/pamqp@3.3.0", + "type": "library", + "version": "3.3.0" + }, + { + "bom-ref": "parso@0.8.4", "description": "A Python Parser", "externalReferences": [ { @@ -7298,28 +13786,28 @@ "hashes": [ { "alg": "SHA-256", - "content": "c001d4636cd3aecdaf33cbb40aebb59b094be2a74c556778ef5576c175e19e75" + "content": "a418670a20291dacd2dddc80c377c5c3791378ee1e8d12bffc35420643d43f18" } ], "type": "distribution", - "url": "https://pypi.org/simple/parso/#parso-0.8.3-py2.py3-none-any.whl" + "url": "https://pypi.org/simple/parso/#parso-0.8.4-py2.py3-none-any.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "8c07be290bb59f03588915921e29e8a50002acaf2cdc5fa0e0114f91709fafa0" + "content": "eb3a7b58240fb99099a345571deecc0f9540ea5f4dd2fe14c2a99d6b281ab92d" } ], "type": "distribution", - "url": "https://pypi.org/simple/parso/#parso-0.8.3.tar.gz" + "url": "https://pypi.org/simple/parso/#parso-0.8.4.tar.gz" } ], "name": "parso", - "purl": "pkg:pypi/parso@0.8.3", + "purl": "pkg:pypi/parso@0.8.4", "type": "library", - "version": "0.8.3" + "version": "0.8.4" }, { "bom-ref": "pathspec@0.12.1", @@ -7456,7 +13944,7 @@ "version": "32.0.1" }, { - "bom-ref": "platformdirs@4.2.0", + "bom-ref": "platformdirs@3.11.0", "description": "A small Python package for determining appropriate platform-specific dirs, e.g. a \"user data dir\".", "externalReferences": [ { @@ -7464,31 +13952,31 @@ "hashes": [ { "alg": "SHA-256", - "content": "0614df2a2f37e1a662acbd8e2b25b92ccf8632929bc6d43467e17fe89c75e068" + "content": "e9d171d00af68be50e9202731309c4e658fd8bc76f55c11c7dd760d023bda68e" } ], "type": "distribution", - "url": "https://pypi.org/simple/platformdirs/#platformdirs-4.2.0-py3-none-any.whl" + "url": "https://pypi.org/simple/platformdirs/#platformdirs-3.11.0-py3-none-any.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "ef0cc731df711022c174543cb70a9b5bd22e5a9337c8624ef2c2ceb8ddad8768" + "content": "cf8ee52a3afdb965072dcc652433e0c7e3e40cf5ea1477cd4b3b1d2eb75495b3" } ], "type": "distribution", - "url": "https://pypi.org/simple/platformdirs/#platformdirs-4.2.0.tar.gz" + "url": "https://pypi.org/simple/platformdirs/#platformdirs-3.11.0.tar.gz" } ], "name": "platformdirs", - "purl": "pkg:pypi/platformdirs@4.2.0", + "purl": "pkg:pypi/platformdirs@3.11.0", "type": "library", - "version": "4.2.0" + "version": "3.11.0" }, { - "bom-ref": "pluggy@1.4.0", + "bom-ref": "pluggy@1.5.0", "description": "plugin and hook calling mechanisms for python", "externalReferences": [ { @@ -7496,31 +13984,63 @@ "hashes": [ { "alg": "SHA-256", - "content": "7db9f7b503d67d1c5b95f59773ebb58a8c1c288129a88665838012cfb07b8981" + "content": "44e1ad92c8ca002de6377e165f3e0f1be63266ab4d554740532335b9d75ea669" } ], "type": "distribution", - "url": "https://pypi.org/simple/pluggy/#pluggy-1.4.0-py3-none-any.whl" + "url": "https://pypi.org/simple/pluggy/#pluggy-1.5.0-py3-none-any.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "8c85c2876142a764e5b7548e7d9a0e0ddb46f5185161049a79b7e974454223be" + "content": "2cffa88e94fdc978c4c574f15f9e59b7f4201d439195c3715ca9e2486f1d0cf1" } ], "type": "distribution", - "url": "https://pypi.org/simple/pluggy/#pluggy-1.4.0.tar.gz" + "url": "https://pypi.org/simple/pluggy/#pluggy-1.5.0.tar.gz" } ], "name": "pluggy", - "purl": "pkg:pypi/pluggy@1.4.0", + "purl": "pkg:pypi/pluggy@1.5.0", "type": "library", - "version": "1.4.0" + "version": "1.5.0" }, { - "bom-ref": "pre-commit@3.6.0", + "bom-ref": "portalocker@2.10.1", + "description": "Wraps the portalocker recipe for easy usage", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "53a5984ebc86a025552264b459b46a2086e269b21823cb572f8f28ee759e45bf" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/portalocker/#portalocker-2.10.1-py3-none-any.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "ef1bf844e878ab08aee7e40184156e1151f228f103aa5c6bd0724cc330960f8f" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/portalocker/#portalocker-2.10.1.tar.gz" + } + ], + "name": "portalocker", + "purl": "pkg:pypi/portalocker@2.10.1", + "type": "library", + "version": "2.10.1" + }, + { + "bom-ref": "pre-commit@3.8.0", "description": "A framework for managing and maintaining multi-language pre-commit hooks.", "externalReferences": [ { @@ -7528,22 +14048,22 @@ "hashes": [ { "alg": "SHA-256", - "content": "c255039ef399049a5544b6ce13d135caba8f2c28c3b4033277a788f434308376" + "content": "9a90a53bf82fdd8778d58085faf8d83df56e40dfe18f45b19446e26bf1b3a63f" } ], "type": "distribution", - "url": "https://pypi.org/simple/pre-commit/#pre_commit-3.6.0-py2.py3-none-any.whl" + "url": "https://pypi.org/simple/pre-commit/#pre_commit-3.8.0-py2.py3-none-any.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "d30bad9abf165f7785c15a21a1f46da7d0677cb00ee7ff4c579fd38922efe15d" + "content": "8bb6494d4a20423842e198980c9ecf9f96607a07ea29549e180eef9ae80fe7af" } ], "type": "distribution", - "url": "https://pypi.org/simple/pre-commit/#pre_commit-3.6.0.tar.gz" + "url": "https://pypi.org/simple/pre-commit/#pre_commit-3.8.0.tar.gz" } ], "name": "pre-commit", @@ -7553,9 +14073,9 @@ "value": "dev" } ], - "purl": "pkg:pypi/pre-commit@3.6.0", + "purl": "pkg:pypi/pre-commit@3.8.0", "type": "library", - "version": "3.6.0" + "version": "3.8.0" }, { "bom-ref": "prometheus-client@0.18.0", @@ -7596,7 +14116,7 @@ "version": "0.18.0" }, { - "bom-ref": "prompt-toolkit@3.0.43", + "bom-ref": "prompt-toolkit@3.0.47", "description": "Library for building powerful interactive command lines in Python", "externalReferences": [ { @@ -7604,31 +14124,31 @@ "hashes": [ { "alg": "SHA-256", - "content": "a11a29cb3bf0a28a387fe5122cdb649816a957cd9261dcedf8c9f1fef33eacf6" + "content": "0d7bfa67001d5e39d02c224b663abc33687405033a8c422d0d675a5a13361d10" } ], "type": "distribution", - "url": "https://pypi.org/simple/prompt-toolkit/#prompt_toolkit-3.0.43-py3-none-any.whl" + "url": "https://pypi.org/simple/prompt-toolkit/#prompt_toolkit-3.0.47-py3-none-any.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "3527b7af26106cbc65a040bcc84839a3566ec1b051bb0bfe953631e704b0ff7d" + "content": "1e1b29cb58080b1e69f207c893a1a7bf16d127a5c30c9d17a25a5d77792e5360" } ], "type": "distribution", - "url": "https://pypi.org/simple/prompt-toolkit/#prompt_toolkit-3.0.43.tar.gz" + "url": "https://pypi.org/simple/prompt-toolkit/#prompt_toolkit-3.0.47.tar.gz" } ], "name": "prompt-toolkit", - "purl": "pkg:pypi/prompt-toolkit@3.0.43", + "purl": "pkg:pypi/prompt-toolkit@3.0.47", "type": "library", - "version": "3.0.43" + "version": "3.0.47" }, { - "bom-ref": "protobuf@4.25.2", + "bom-ref": "protobuf@4.25.4", "description": "", "externalReferences": [ { @@ -7636,127 +14156,133 @@ "hashes": [ { "alg": "SHA-256", - "content": "b50c949608682b12efb0b2717f53256f03636af5f60ac0c1d900df6213910fd6" + "content": "db9fd45183e1a67722cafa5c1da3e85c6492a5383f127c86c4c4aa4845867dc4" } ], "type": "distribution", - "url": "https://pypi.org/simple/protobuf/#protobuf-4.25.2-cp310-abi3-win32.whl" + "url": "https://pypi.org/simple/protobuf/#protobuf-4.25.4-cp310-abi3-win32.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "8f62574857ee1de9f770baf04dde4165e30b15ad97ba03ceac65f760ff018ac9" + "content": "ba3d8504116a921af46499471c63a85260c1a5fc23333154a427a310e015d26d" } ], "type": "distribution", - "url": "https://pypi.org/simple/protobuf/#protobuf-4.25.2-cp310-abi3-win_amd64.whl" + "url": "https://pypi.org/simple/protobuf/#protobuf-4.25.4-cp310-abi3-win_amd64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "2db9f8fa64fbdcdc93767d3cf81e0f2aef176284071507e3ede160811502fd3d" + "content": "eecd41bfc0e4b1bd3fa7909ed93dd14dd5567b98c941d6c1ad08fdcab3d6884b" } ], "type": "distribution", - "url": "https://pypi.org/simple/protobuf/#protobuf-4.25.2-cp37-abi3-macosx_10_9_universal2.whl" + "url": "https://pypi.org/simple/protobuf/#protobuf-4.25.4-cp37-abi3-macosx_10_9_universal2.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "10894a2885b7175d3984f2be8d9850712c57d5e7587a2410720af8be56cdaf62" + "content": "4c8a70fdcb995dcf6c8966cfa3a29101916f7225e9afe3ced4395359955d3835" } ], "type": "distribution", - "url": "https://pypi.org/simple/protobuf/#protobuf-4.25.2-cp37-abi3-manylinux2014_aarch64.whl" + "url": "https://pypi.org/simple/protobuf/#protobuf-4.25.4-cp37-abi3-manylinux2014_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "fc381d1dd0516343f1440019cedf08a7405f791cd49eef4ae1ea06520bc1c020" + "content": "3319e073562e2515c6ddc643eb92ce20809f5d8f10fead3332f71c63be6a7040" } ], "type": "distribution", - "url": "https://pypi.org/simple/protobuf/#protobuf-4.25.2-cp37-abi3-manylinux2014_x86_64.whl" + "url": "https://pypi.org/simple/protobuf/#protobuf-4.25.4-cp37-abi3-manylinux2014_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "33a1aeef4b1927431d1be780e87b641e322b88d654203a9e9d93f218ee359e61" + "content": "7e372cbbda66a63ebca18f8ffaa6948455dfecc4e9c1029312f6c2edcd86c4e1" } ], "type": "distribution", - "url": "https://pypi.org/simple/protobuf/#protobuf-4.25.2-cp38-cp38-win32.whl" + "url": "https://pypi.org/simple/protobuf/#protobuf-4.25.4-cp38-cp38-win32.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "47f3de503fe7c1245f6f03bea7e8d3ec11c6c4a2ea9ef910e3221c8a15516d62" + "content": "051e97ce9fa6067a4546e75cb14f90cf0232dcb3e3d508c448b8d0e4265b61c1" } ], "type": "distribution", - "url": "https://pypi.org/simple/protobuf/#protobuf-4.25.2-cp38-cp38-win_amd64.whl" + "url": "https://pypi.org/simple/protobuf/#protobuf-4.25.4-cp38-cp38-win_amd64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "5e5c933b4c30a988b52e0b7c02641760a5ba046edc5e43d3b94a74c9fc57c1b3" + "content": "90bf6fd378494eb698805bbbe7afe6c5d12c8e17fca817a646cd6a1818c696ca" } ], "type": "distribution", - "url": "https://pypi.org/simple/protobuf/#protobuf-4.25.2-cp39-cp39-win32.whl" + "url": "https://pypi.org/simple/protobuf/#protobuf-4.25.4-cp39-cp39-win32.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "d66a769b8d687df9024f2985d5137a337f957a0916cf5464d1513eee96a63ff0" + "content": "ac79a48d6b99dfed2729ccccee547b34a1d3d63289c71cef056653a846a2240f" } ], "type": "distribution", - "url": "https://pypi.org/simple/protobuf/#protobuf-4.25.2-cp39-cp39-win_amd64.whl" + "url": "https://pypi.org/simple/protobuf/#protobuf-4.25.4-cp39-cp39-win_amd64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "a8b7a98d4ce823303145bf3c1a8bdb0f2f4642a414b196f04ad9853ed0c8f830" + "content": "bfbebc1c8e4793cfd58589acfb8a1026be0003e852b9da7db5a4285bde996978" } ], "type": "distribution", - "url": "https://pypi.org/simple/protobuf/#protobuf-4.25.2-py3-none-any.whl" + "url": "https://pypi.org/simple/protobuf/#protobuf-4.25.4-py3-none-any.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "fe599e175cb347efc8ee524bcd4b902d11f7262c0e569ececcb89995c15f0a5e" + "content": "0dc4a62cc4052a036ee2204d26fe4d835c62827c855c8a03f29fe6da146b380d" } ], "type": "distribution", - "url": "https://pypi.org/simple/protobuf/#protobuf-4.25.2.tar.gz" + "url": "https://pypi.org/simple/protobuf/#protobuf-4.25.4.tar.gz" } ], "name": "protobuf", - "purl": "pkg:pypi/protobuf@4.25.2", + "properties": [ + { + "name": "cdx:poetry:group", + "value": "main" + } + ], + "purl": "pkg:pypi/protobuf@4.25.4", "type": "library", - "version": "4.25.2" + "version": "4.25.4" }, { "bom-ref": "psutil@5.9.8", @@ -7977,7 +14503,7 @@ "version": "0.7.0" }, { - "bom-ref": "pure-eval@0.2.2", + "bom-ref": "pure-eval@0.2.3", "description": "Safely evaluate AST nodes without side effects", "externalReferences": [ { @@ -7985,28 +14511,28 @@ "hashes": [ { "alg": "SHA-256", - "content": "01eaab343580944bc56080ebe0a674b39ec44a945e6d09ba7db3cb8cec289350" + "content": "1db8e35b67b3d218d818ae653e27f06c3aa420901fa7b081ca98cbedc874e0d0" } ], "type": "distribution", - "url": "https://pypi.org/simple/pure-eval/#pure_eval-0.2.2-py3-none-any.whl" + "url": "https://pypi.org/simple/pure-eval/#pure_eval-0.2.3-py3-none-any.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "2b45320af6dfaa1750f543d714b6d1c520a1688dec6fd24d339063ce0aaa9ac3" + "content": "5f4e983f40564c576c7c8635ae88db5956bb2229d7e9237d03b3c0b0190eaf42" } ], "type": "distribution", - "url": "https://pypi.org/simple/pure-eval/#pure_eval-0.2.2.tar.gz" + "url": "https://pypi.org/simple/pure-eval/#pure_eval-0.2.3.tar.gz" } ], "name": "pure-eval", - "purl": "pkg:pypi/pure-eval@0.2.2", + "purl": "pkg:pypi/pure-eval@0.2.3", "type": "library", - "version": "0.2.2" + "version": "0.2.3" }, { "bom-ref": "py@1.11.0", @@ -8041,7 +14567,7 @@ "version": "1.11.0" }, { - "bom-ref": "py-serializable@1.0.1", + "bom-ref": "py-serializable@1.1.0", "description": "Library for serializing and deserializing Python Objects to and from JSON and XML.", "externalReferences": [ { @@ -8049,31 +14575,31 @@ "hashes": [ { "alg": "SHA-256", - "content": "edcc51ac91a39e0cdde147463cae4dc34f5ab72907f7e71721ff3ecef3731a70" + "content": "ae7ae4326b0d037b7e710f6e8bb1a97ece4ac2895a1f443a17ffd17f85547d76" } ], "type": "distribution", - "url": "https://pypi.org/simple/py-serializable/#py_serializable-1.0.1-py3-none-any.whl" + "url": "https://pypi.org/simple/py-serializable/#py_serializable-1.1.0-py3-none-any.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "98b81e565c23b3cc2ac799f5096dc7e11cafe8215c551d20a1c16dd38a113861" + "content": "3311ab39063b131caca0fb75e2038153682e55576c67f24a2de72d402dccb6e0" } ], "type": "distribution", - "url": "https://pypi.org/simple/py-serializable/#py_serializable-1.0.1.tar.gz" + "url": "https://pypi.org/simple/py-serializable/#py_serializable-1.1.0.tar.gz" } ], "name": "py-serializable", - "purl": "pkg:pypi/py-serializable@1.0.1", + "purl": "pkg:pypi/py-serializable@1.1.0", "type": "library", - "version": "1.0.1" + "version": "1.1.0" }, { - "bom-ref": "pycparser@2.21", + "bom-ref": "pycparser@2.22", "description": "C parser in Python", "externalReferences": [ { @@ -8081,28 +14607,28 @@ "hashes": [ { "alg": "SHA-256", - "content": "8ee45429555515e1f6b185e78100aea234072576aa43ab53aefcae078162fca9" + "content": "c3702b6d3dd8c7abc1afa565d7e63d53a1d0bd86cdc24edd75470f4de499cfcc" } ], "type": "distribution", - "url": "https://pypi.org/simple/pycparser/#pycparser-2.21-py2.py3-none-any.whl" + "url": "https://pypi.org/simple/pycparser/#pycparser-2.22-py3-none-any.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "e644fdec12f7872f86c58ff790da456218b10f863970249516d60a5eaca77206" + "content": "491c8be9c040f5390f5bf44a5b07752bd07f56edf992381b05c701439eec10f6" } ], "type": "distribution", - "url": "https://pypi.org/simple/pycparser/#pycparser-2.21.tar.gz" + "url": "https://pypi.org/simple/pycparser/#pycparser-2.22.tar.gz" } ], "name": "pycparser", - "purl": "pkg:pypi/pycparser@2.21", + "purl": "pkg:pypi/pycparser@2.22", "type": "library", - "version": "2.21" + "version": "2.22" }, { "bom-ref": "pycryptodome@3.20.0", @@ -8473,7 +14999,7 @@ "version": "3.20.0" }, { - "bom-ref": "pydantic@2.6.0", + "bom-ref": "pydantic@2.8.2", "description": "Data validation using Python type hints", "externalReferences": [ { @@ -8481,910 +15007,1381 @@ "hashes": [ { "alg": "SHA-256", - "content": "1440966574e1b5b99cf75a13bec7b20e3512e8a61b894ae252f56275e2c465ae" + "content": "73ee9fddd406dc318b885c7a2eab8a6472b68b8fb5ba8150949fc3db939f23c8" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic/#pydantic-2.6.0-py3-none-any.whl" + "url": "https://pypi.org/simple/pydantic/#pydantic-2.8.2-py3-none-any.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "ae887bd94eb404b09d86e4d12f93893bdca79d766e738528c6fa1c849f3c6bcf" + "content": "6f62c13d067b0755ad1c21a34bdd06c0c12625a22b0fc09c6b149816604f7c2a" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic/#pydantic-2.6.0.tar.gz" + "url": "https://pypi.org/simple/pydantic/#pydantic-2.8.2.tar.gz" } ], "name": "pydantic", - "purl": "pkg:pypi/pydantic@2.6.0", + "purl": "pkg:pypi/pydantic@2.8.2", "type": "library", - "version": "2.6.0" + "version": "2.8.2" }, { - "bom-ref": "pydantic-core@2.16.1", - "description": "", + "bom-ref": "pydantic-core@2.20.1", + "description": "Core functionality for Pydantic validation and serialization", "externalReferences": [ { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "300616102fb71241ff477a2cbbc847321dbec49428434a2f17f37528721c4948" + "content": "3acae97ffd19bf091c72df4d726d552c473f3576409b2a7ca36b2f535ffff4a3" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.16.1-cp310-cp310-macosx_10_12_x86_64.whl" + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-cp310-cp310-macosx_10_12_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "5511f962dd1b9b553e9534c3b9c6a4b0c9ded3d8c2be96e61d56f933feef9e1f" + "content": "41f4c96227a67a013e7de5ff8f20fb496ce573893b7f4f2707d065907bffdbd6" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.16.1-cp310-cp310-macosx_11_0_arm64.whl" + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-cp310-cp310-macosx_11_0_arm64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "98f0edee7ee9cc7f9221af2e1b95bd02810e1c7a6d115cfd82698803d385b28f" + "content": "5f239eb799a2081495ea659d8d4a43a8f42cd1fe9ff2e7e436295c38a10c286a" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.16.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "9795f56aa6b2296f05ac79d8a424e94056730c0b860a62b0fdcfe6340b658cc8" + "content": "53e431da3fc53360db73eedf6f7124d1076e1b4ee4276b36fb25514544ceb4a3" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.16.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "c45f62e4107ebd05166717ac58f6feb44471ed450d07fecd90e5f69d9bf03c48" + "content": "f1f62b2413c3a0e846c3b838b2ecd6c7a19ec6793b2a522745b0869e37ab5bc1" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.16.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "462d599299c5971f03c676e2b63aa80fec5ebc572d89ce766cd11ca8bcb56f3f" + "content": "5d41e6daee2813ecceea8eda38062d69e280b39df793f5a942fa515b8ed67953" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.16.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "21ebaa4bf6386a3b22eec518da7d679c8363fb7fb70cf6972161e5542f470798" + "content": "3d482efec8b7dc6bfaedc0f166b2ce349df0011f5d2f1f25537ced4cfc34fd98" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.16.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "99f9a50b56713a598d33bc23a9912224fc5d7f9f292444e6664236ae471ddf17" + "content": "e93e1a4b4b33daed65d781a57a522ff153dcf748dee70b40c7258c5861e1768a" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.16.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl" + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "8ec364e280db4235389b5e1e6ee924723c693cbc98e9d28dc1767041ff9bc388" + "content": "e7c4ea22b6739b162c9ecaaa41d718dfad48a244909fe7ef4b54c0b530effc5a" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.16.1-cp310-cp310-musllinux_1_1_aarch64.whl" + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-cp310-cp310-musllinux_1_1_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "653a5dfd00f601a0ed6654a8b877b18d65ac32c9d9997456e0ab240807be6cf7" + "content": "4f2790949cf385d985a31984907fecb3896999329103df4e4983a4a41e13e840" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.16.1-cp310-cp310-musllinux_1_1_x86_64.whl" + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-cp310-cp310-musllinux_1_1_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "1661c668c1bb67b7cec96914329d9ab66755911d093bb9063c4c8914188af6d4" + "content": "5e999ba8dd90e93d57410c5e67ebb67ffcaadcea0ad973240fdfd3a135506250" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.16.1-cp310-none-win32.whl" + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-cp310-none-win32.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "561be4e3e952c2f9056fba5267b99be4ec2afadc27261505d4992c50b33c513c" + "content": "512ecfbefef6dac7bc5eaaf46177b2de58cdf7acac8793fe033b24ece0b9566c" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.16.1-cp310-none-win_amd64.whl" + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-cp310-none-win_amd64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "102569d371fadc40d8f8598a59379c37ec60164315884467052830b28cc4e9da" + "content": "d2a8fa9d6d6f891f3deec72f5cc668e6f66b188ab14bb1ab52422fe8e644f312" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.16.1-cp311-cp311-macosx_10_12_x86_64.whl" + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-cp311-cp311-macosx_10_12_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "735dceec50fa907a3c314b84ed609dec54b76a814aa14eb90da31d1d36873a5e" + "content": "175873691124f3d0da55aeea1d90660a6ea7a3cfea137c38afa0a5ffabe37b88" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.16.1-cp311-cp311-macosx_11_0_arm64.whl" + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-cp311-cp311-macosx_11_0_arm64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "e83ebbf020be727d6e0991c1b192a5c2e7113eb66e3def0cd0c62f9f266247e4" + "content": "37eee5b638f0e0dcd18d21f59b679686bbd18917b87db0193ae36f9c23c355fc" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.16.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "30a8259569fbeec49cfac7fda3ec8123486ef1b729225222f0d41d5f840b476f" + "content": "25e9185e2d06c16ee438ed39bf62935ec436474a6ac4f9358524220f1b236e43" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.16.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "920c4897e55e2881db6a6da151198e5001552c3777cd42b8a4c2f72eedc2ee91" + "content": "150906b40ff188a3260cbee25380e7494ee85048584998c1e66df0c7a11c17a6" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.16.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "f5247a3d74355f8b1d780d0f3b32a23dd9f6d3ff43ef2037c6dcd249f35ecf4c" + "content": "8ad4aeb3e9a97286573c03df758fc7627aecdd02f1da04516a86dc159bf70121" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.16.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "2d5bea8012df5bb6dda1e67d0563ac50b7f64a5d5858348b5c8cb5043811c19d" + "content": "d3f3ed29cd9f978c604708511a1f9c2fdcb6c38b9aae36a51905b8811ee5cbf1" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.16.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "ed3025a8a7e5a59817b7494686d449ebfbe301f3e757b852c8d0d1961d6be864" + "content": "b0dae11d8f5ded51699c74d9548dcc5938e0804cc8298ec0aa0da95c21fff57b" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.16.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl" + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "06f0d5a1d9e1b7932477c172cc720b3b23c18762ed7a8efa8398298a59d177c7" + "content": "faa6b09ee09433b87992fb5a2859efd1c264ddc37280d2dd5db502126d0e7f27" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.16.1-cp311-cp311-musllinux_1_1_aarch64.whl" + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-cp311-cp311-musllinux_1_1_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "150ba5c86f502c040b822777e2e519b5625b47813bd05f9273a8ed169c97d9ae" + "content": "9dc1b507c12eb0481d071f3c1808f0529ad41dc415d0ca11f7ebfc666e66a18b" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.16.1-cp311-cp311-musllinux_1_1_x86_64.whl" + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-cp311-cp311-musllinux_1_1_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "d6cbdf12ef967a6aa401cf5cdf47850559e59eedad10e781471c960583f25aa1" + "content": "fa2fddcb7107e0d1808086ca306dcade7df60a13a6c347a7acf1ec139aa6789a" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.16.1-cp311-none-win32.whl" + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-cp311-none-win32.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "afa01d25769af33a8dac0d905d5c7bb2d73c7c3d5161b2dd6f8b5b5eea6a3c4c" + "content": "40a783fb7ee353c50bd3853e626f15677ea527ae556429453685ae32280c19c2" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.16.1-cp311-none-win_amd64.whl" + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-cp311-none-win_amd64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "1a2fe7b00a49b51047334d84aafd7e39f80b7675cad0083678c58983662da89b" + "content": "595ba5be69b35777474fa07f80fc260ea71255656191adb22a8c53aba4479231" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.16.1-cp311-none-win_arm64.whl" + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-cp312-cp312-macosx_10_12_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "0f478ec204772a5c8218e30eb813ca43e34005dff2eafa03931b3d8caef87d51" + "content": "a4f55095ad087474999ee28d3398bae183a66be4823f753cd7d67dd0153427c9" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.16.1-cp312-cp312-macosx_10_12_x86_64.whl" + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-cp312-cp312-macosx_11_0_arm64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "f1936ef138bed2165dd8573aa65e3095ef7c2b6247faccd0e15186aabdda7f66" + "content": "f9aa05d09ecf4c75157197f27cdc9cfaeb7c5f15021c6373932bf3e124af029f" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.16.1-cp312-cp312-macosx_11_0_arm64.whl" + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "99d3a433ef5dc3021c9534a58a3686c88363c591974c16c54a01af7efd741f13" + "content": "e97fdf088d4b31ff4ba35db26d9cc472ac7ef4a2ff2badeabf8d727b3377fc52" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.16.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "bd88f40f2294440d3f3c6308e50d96a0d3d0973d6f1a5732875d10f569acef49" + "content": "bc633a9fe1eb87e250b5c57d389cf28998e4292336926b0b6cdaee353f89a237" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.16.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "3fac641bbfa43d5a1bed99d28aa1fded1984d31c670a95aac1bf1d36ac6ce137" + "content": "d573faf8eb7e6b1cbbcb4f5b247c60ca8be39fe2c674495df0eb4318303137fe" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.16.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "72bf9308a82b75039b8c8edd2be2924c352eda5da14a920551a8b65d5ee89253" + "content": "26dc97754b57d2fd00ac2b24dfa341abffc380b823211994c4efac7f13b9e90e" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.16.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl" + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "fb4363e6c9fc87365c2bc777a1f585a22f2f56642501885ffc7942138499bf54" + "content": "33499e85e739a4b60c9dac710c20a08dc73cb3240c9a0e22325e671b27b70d24" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.16.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "20f724a023042588d0f4396bbbcf4cffd0ddd0ad3ed4f0d8e6d4ac4264bae81e" + "content": "bebb4d6715c814597f85297c332297c6ce81e29436125ca59d1159b07f423eb1" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.16.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl" + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-cp312-cp312-musllinux_1_1_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "fb4370b15111905bf8b5ba2129b926af9470f014cb0493a67d23e9d7a48348e8" + "content": "516d9227919612425c8ef1c9b869bbbee249bc91912c8aaffb66116c0b447ebd" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.16.1-cp312-cp312-musllinux_1_1_aarch64.whl" + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-cp312-cp312-musllinux_1_1_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "23632132f1fd608034f1a56cc3e484be00854db845b3a4a508834be5a6435a6f" + "content": "469f29f9093c9d834432034d33f5fe45699e664f12a13bf38c04967ce233d688" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.16.1-cp312-cp312-musllinux_1_1_x86_64.whl" + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-cp312-none-win32.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "b9f3e0bffad6e238f7acc20c393c1ed8fab4371e3b3bc311020dfa6020d99212" + "content": "035ede2e16da7281041f0e626459bcae33ed998cca6a0a007a5ebb73414ac72d" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.16.1-cp312-none-win32.whl" + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-cp312-none-win_amd64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "a0b4cfe408cd84c53bab7d83e4209458de676a6ec5e9c623ae914ce1cb79b96f" + "content": "0827505a5c87e8aa285dc31e9ec7f4a17c81a813d45f70b1d9164e03a813a686" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.16.1-cp312-none-win_amd64.whl" + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-cp313-cp313-macosx_10_12_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "d195add190abccefc70ad0f9a0141ad7da53e16183048380e688b466702195dd" + "content": "19c0fa39fa154e7e0b7f82f88ef85faa2a4c23cc65aae2f5aea625e3c13c735a" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.16.1-cp312-none-win_arm64.whl" + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-cp313-cp313-macosx_11_0_arm64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "502c062a18d84452858f8aea1e520e12a4d5228fc3621ea5061409d666ea1706" + "content": "4aa223cd1e36b642092c326d694d8bf59b71ddddc94cdb752bbbb1c5c91d833b" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.16.1-cp38-cp38-macosx_10_12_x86_64.whl" + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "d8c032ccee90b37b44e05948b449a2d6baed7e614df3d3f47fe432c952c21b60" + "content": "c336a6d235522a62fef872c6295a42ecb0c4e1d0f1a3e500fe949415761b8a19" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.16.1-cp38-cp38-macosx_11_0_arm64.whl" + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "920f4633bee43d7a2818e1a1a788906df5a17b7ab6fe411220ed92b42940f818" + "content": "7eb6a0587eded33aeefea9f916899d42b1799b7b14b8f8ff2753c0ac1741edac" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.16.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "9f5d37ff01edcbace53a402e80793640c25798fb7208f105d87a25e6fcc9ea06" + "content": "70c8daf4faca8da5a6d655f9af86faf6ec2e1768f4b8b9d0226c02f3d6209703" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.16.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "399166f24c33a0c5759ecc4801f040dbc87d412c1a6d6292b2349b4c505effc9" + "content": "e9fa4c9bf273ca41f940bceb86922a7667cd5bf90e95dbb157cbb8441008482c" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.16.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "ac89ccc39cd1d556cc72d6752f252dc869dde41c7c936e86beac5eb555041b66" + "content": "11b71d67b4725e7e2a9f6e9c0ac1239bbc0c48cce3dc59f98635efc57d6dac83" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.16.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "73802194f10c394c2bedce7a135ba1d8ba6cff23adf4217612bfc5cf060de34c" + "content": "270755f15174fb983890c49881e93f8f1b80f0b5e3a3cc1394a255706cabd203" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.16.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-cp313-cp313-musllinux_1_1_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "8fa00fa24ffd8c31fac081bf7be7eb495be6d248db127f8776575a746fa55c95" + "content": "c81131869240e3e568916ef4c307f8b99583efaa60a8112ef27a366eefba8ef0" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.16.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl" + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-cp313-cp313-musllinux_1_1_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "601d3e42452cd4f2891c13fa8c70366d71851c1593ed42f57bf37f40f7dca3c8" + "content": "b91ced227c41aa29c672814f50dbb05ec93536abf8f43cd14ec9521ea09afe4e" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.16.1-cp38-cp38-musllinux_1_1_aarch64.whl" + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-cp313-none-win32.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "07982b82d121ed3fc1c51faf6e8f57ff09b1325d2efccaa257dd8c0dd937acca" + "content": "65db0f2eefcaad1a3950f498aabb4875c8890438bc80b19362cf633b87a8ab20" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.16.1-cp38-cp38-musllinux_1_1_x86_64.whl" + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-cp313-none-win_amd64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "d0bf6f93a55d3fa7a079d811b29100b019784e2ee6bc06b0bb839538272a5610" + "content": "4745f4ac52cc6686390c40eaa01d48b18997cb130833154801a442323cc78f91" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.16.1-cp38-none-win32.whl" + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-cp38-cp38-macosx_10_12_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "fbec2af0ebafa57eb82c18c304b37c86a8abddf7022955d1742b3d5471a6339e" + "content": "a8ad4c766d3f33ba8fd692f9aa297c9058970530a32c728a2c4bfd2616d3358b" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.16.1-cp38-none-win_amd64.whl" + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-cp38-cp38-macosx_11_0_arm64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "a497be217818c318d93f07e14502ef93d44e6a20c72b04c530611e45e54c2196" + "content": "41e81317dd6a0127cabce83c0c9c3fbecceae981c8391e6f1dec88a77c8a569a" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.16.1-cp39-cp39-macosx_10_12_x86_64.whl" + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "694a5e9f1f2c124a17ff2d0be613fd53ba0c26de588eb4bdab8bca855e550d95" + "content": "04024d270cf63f586ad41fff13fde4311c4fc13ea74676962c876d9577bcc78f" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.16.1-cp39-cp39-macosx_11_0_arm64.whl" + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "8d4dfc66abea3ec6d9f83e837a8f8a7d9d3a76d25c9911735c76d6745950e62c" + "content": "eaad4ff2de1c3823fddf82f41121bdf453d922e9a238642b1dedb33c4e4f98ad" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.16.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "8655f55fe68c4685673265a650ef71beb2d31871c049c8b80262026f23605ee3" + "content": "26ab812fa0c845df815e506be30337e2df27e88399b985d0bb4e3ecfe72df31c" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.16.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "21e3298486c4ea4e4d5cc6fb69e06fb02a4e22089304308817035ac006a7f506" + "content": "3c5ebac750d9d5f2706654c638c041635c385596caf68f81342011ddfa1e5598" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.16.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "71b4a48a7427f14679f0015b13c712863d28bb1ab700bd11776a5368135c7d60" + "content": "2aafc5a503855ea5885559eae883978c9b6d8c8993d67766ee73d82e841300dd" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.16.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "10dca874e35bb60ce4f9f6665bfbfad050dd7573596608aeb9e098621ac331dc" + "content": "4868f6bd7c9d98904b748a2653031fc9c2f85b6237009d475b1008bfaeb0a5aa" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.16.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-cp38-cp38-musllinux_1_1_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "fa496cd45cda0165d597e9d6f01e36c33c9508f75cf03c0a650018c5048f578e" + "content": "aa2f457b4af386254372dfa78a2eda2563680d982422641a85f271c859df1987" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.16.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl" + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-cp38-cp38-musllinux_1_1_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "5317c04349472e683803da262c781c42c5628a9be73f4750ac7d13040efb5d2d" + "content": "225b67a1f6d602de0ce7f6c1c3ae89a4aa25d3de9be857999e9124f15dab486a" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.16.1-cp39-cp39-musllinux_1_1_aarch64.whl" + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-cp38-none-win32.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "42c29d54ed4501a30cd71015bf982fa95e4a60117b44e1a200290ce687d3e640" + "content": "6b507132dcfc0dea440cce23ee2182c0ce7aba7054576efc65634f080dbe9434" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.16.1-cp39-cp39-musllinux_1_1_x86_64.whl" + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-cp38-none-win_amd64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "ba07646f35e4e49376c9831130039d1b478fbfa1215ae62ad62d2ee63cf9c18f" + "content": "b03f7941783b4c4a26051846dea594628b38f6940a2fdc0df00b221aed39314c" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.16.1-cp39-none-win32.whl" + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-cp39-cp39-macosx_10_12_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "2133b0e412a47868a358713287ff9f9a328879da547dc88be67481cdac529118" + "content": "1eedfeb6089ed3fad42e81a67755846ad4dcc14d73698c120a82e4ccf0f1f9f6" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.16.1-cp39-none-win_amd64.whl" + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-cp39-cp39-macosx_11_0_arm64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "d25ef0c33f22649b7a088035fd65ac1ce6464fa2876578df1adad9472f918a76" + "content": "635fee4e041ab9c479e31edda27fcf966ea9614fff1317e280d99eb3e5ab6fe2" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.16.1-pp310-pypy310_pp73-macosx_10_12_x86_64.whl" + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "99c095457eea8550c9fa9a7a992e842aeae1429dab6b6b378710f62bfb70b394" + "content": "77bf3ac639c1ff567ae3b47f8d4cc3dc20f9966a2a6dd2311dcc055d3d04fb8a" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.16.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl" + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "b49c604ace7a7aa8af31196abbf8f2193be605db6739ed905ecaf62af31ccae0" + "content": "7ed1b0132f24beeec5a78b67d9388656d03e6a7c837394f99257e2d55b461611" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.16.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "c56da23034fe66221f2208c813d8aa509eea34d97328ce2add56e219c3a9f41c" + "content": "c6514f963b023aeee506678a1cf821fe31159b925c4b76fe2afa94cc70b3222b" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.16.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "cebf8d56fee3b08ad40d332a807ecccd4153d3f1ba8231e111d9759f02edfd05" + "content": "10d4204d8ca33146e761c79f83cc861df20e7ae9f6487ca290a97702daf56006" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.16.1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl" + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "1ae8048cba95f382dba56766525abca438328455e35c283bb202964f41a780b0" + "content": "2d036c7187b9422ae5b262badb87a20a49eb6c5238b2004e96d4da1231badef1" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.16.1-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl" + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "780daad9e35b18d10d7219d24bfb30148ca2afc309928e1d4d53de86822593dc" + "content": "9ebfef07dbe1d93efb94b4700f2d278494e9162565a54f124c404a5656d7ff09" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.16.1-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl" + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-cp39-cp39-musllinux_1_1_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "c94b5537bf6ce66e4d7830c6993152940a188600f6ae044435287753044a8fe2" + "content": "6b9d9bb600328a1ce523ab4f454859e9d439150abb0906c5a1983c146580ebab" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.16.1-pp310-pypy310_pp73-win_amd64.whl" + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-cp39-cp39-musllinux_1_1_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "adf28099d061a25fbcc6531febb7a091e027605385de9fe14dd6a97319d614cf" + "content": "784c1214cb6dd1e3b15dd8b91b9a53852aed16671cc3fbe4786f4f1db07089e2" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.16.1-pp39-pypy39_pp73-macosx_10_12_x86_64.whl" + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-cp39-none-win32.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "644904600c15816a1f9a1bafa6aab0d21db2788abcdf4e2a77951280473f33e1" + "content": "d2fe69c5434391727efa54b47a1e7986bb0186e72a41b203df8f5b0a19a4f669" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.16.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl" + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-cp39-none-win_amd64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "87bce04f09f0552b66fca0c4e10da78d17cb0e71c205864bab4e9595122cb9d9" + "content": "a45f84b09ac9c3d35dfcf6a27fd0634d30d183205230a0ebe8373a0e8cfa0906" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.16.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-pp310-pypy310_pp73-macosx_10_12_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "877045a7969ace04d59516d5d6a7dee13106822f99a5d8df5e6822941f7bedc8" + "content": "d02a72df14dfdbaf228424573a07af10637bd490f0901cee872c4f434a735b94" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.16.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "9c46e556ee266ed3fb7b7a882b53df3c76b45e872fdab8d9cf49ae5e91147fd7" + "content": "d2b27e6af28f07e2f195552b37d7d66b150adbaa39a6d327766ffd695799780f" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.16.1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl" + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "4eebbd049008eb800f519578e944b8dc8e0f7d59a5abb5924cc2d4ed3a1834ff" + "content": "084659fac3c83fd674596612aeff6041a18402f1e1bc19ca39e417d554468482" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.16.1-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl" + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "c0be58529d43d38ae849a91932391eb93275a06b93b79a8ab828b012e916a206" + "content": "242b8feb3c493ab78be289c034a1f659e8826e2233786e36f2893a950a719bb6" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.16.1-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl" + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "b1fc07896fc1851558f532dffc8987e526b682ec73140886c831d773cef44b76" + "content": "38cf1c40a921d05c5edc61a785c0ddb4bed67827069f535d794ce6bcded919fc" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.16.1-pp39-pypy39_pp73-win_amd64.whl" + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "daff04257b49ab7f4b3f73f98283d3dbb1a65bf3500d55c7beac3c66c310fe34" + "content": "e0bbdd76ce9aa5d4209d65f2b27fc6e5ef1312ae6c5333c26db3f5ade53a1e99" } ], "type": "distribution", - "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.16.1.tar.gz" + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "254ec27fdb5b1ee60684f91683be95e5133c994cc54e86a0b0963afa25c8f8a6" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-pp310-pypy310_pp73-win_amd64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "407653af5617f0757261ae249d3fba09504d7a71ab36ac057c938572d1bc9331" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-pp39-pypy39_pp73-macosx_10_12_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "c693e916709c2465b02ca0ad7b387c4f8423d1db7b4649c551f27a529181c5ad" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "5b5ff4911aea936a47d9376fd3ab17e970cc543d1b68921886e7f64bd28308d1" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "177f55a886d74f1808763976ac4efd29b7ed15c69f4d838bbd74d9d09cf6fa86" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "964faa8a861d2664f0c7ab0c181af0bea66098b1919439815ca8803ef136fc4e" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "4dd484681c15e6b9a977c785a345d3e378d72678fd5f1f3c0509608da24f2ac0" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "f6d6cff3538391e8486a431569b77921adfcdef14eb18fbf19b7c0a5294d4e6a" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "a6d511cc297ff0883bc3708b465ff82d7560193169a8b93260f74ecb0a5e08a7" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1-pp39-pypy39_pp73-win_amd64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "26ca695eeee5f9f1aeeb211ffc12f10bcb6f71e2989988fda61dabd65db878d4" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/pydantic-core/#pydantic_core-2.20.1.tar.gz" } ], "name": "pydantic-core", - "purl": "pkg:pypi/pydantic-core@2.16.1", + "purl": "pkg:pypi/pydantic-core@2.20.1", "type": "library", - "version": "2.16.1" + "version": "2.20.1" }, { - "bom-ref": "pygments@2.17.2", + "bom-ref": "pydot@3.0.1", + "description": "Python interface to Graphviz's Dot", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "43f1e878dc1ff7c1c2e3470a6999d4e9e97771c5c862440c2f0af0ba844c231f" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/pydot/#pydot-3.0.1-py3-none-any.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "e18cf7f287c497d77b536a3d20a46284568fea390776dface6eabbdf1b1b5efc" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/pydot/#pydot-3.0.1.tar.gz" + } + ], + "name": "pydot", + "purl": "pkg:pypi/pydot@3.0.1", + "type": "library", + "version": "3.0.1" + }, + { + "bom-ref": "pygit2@1.15.1", + "description": "Python bindings for libgit2.", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "bb60dbb93135e36b86dd8012ee707ea3b68c02869b6d10f23cfb86e10798bf6f" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/pygit2/#pygit2-1.15.1-cp310-cp310-macosx_10_9_universal2.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "06d42733a767bfe9245df15f4585823243f0845fab8c81a2c680a0e49a9cb012" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/pygit2/#pygit2-1.15.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "e9c417d90915e59fd1a5a6532d47c8f2da5f97fd769e5ae9f5b9edec3a7bc669" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/pygit2/#pygit2-1.15.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "fb6abaef13b304a009584a0561acec21d1df4e57899fc85e8af4533352123c5e" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/pygit2/#pygit2-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "511b082c6d6c7b01cb8d49e108d066a1b5211c7364a0d8e7178809b8a304ac4b" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/pygit2/#pygit2-1.15.1-cp310-cp310-musllinux_1_2_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "86ad7c8ec6fd545a65952066a693cb2ee4f26a0f6a8577e866f6742fc7eddb11" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/pygit2/#pygit2-1.15.1-cp310-cp310-win32.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "b08d62ad424ba04ed7572d0a927f43cdccbf20c7c88250232a477fcb0a901701" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/pygit2/#pygit2-1.15.1-cp310-cp310-win_amd64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "23afb0a683285c02ff84f7ac574c39fec52b66032f92e8ca038cc81cfc68037a" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/pygit2/#pygit2-1.15.1-cp311-cp311-macosx_10_9_universal2.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "f2418b29da5bad17e13674041790f2eda399c92d2e61c1be08f58df18dc99b56" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/pygit2/#pygit2-1.15.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "f7d5329fd0658644de38bdb0ad8fad7877803f92a108acfc813525cbb5bd75a1" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/pygit2/#pygit2-1.15.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "435b90bfddae32c6a00b48ff7da26564027dccd84e49866f48e659c9f3de6772" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/pygit2/#pygit2-1.15.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "e0a32a3c7742db8d925712344eaeb205c0a6076779035fea24574ea2507ba34c" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/pygit2/#pygit2-1.15.1-cp311-cp311-musllinux_1_2_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "0367f94cb4413bc668bcf1fd7f941bb1c1f214545d47b964442857de234799cf" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/pygit2/#pygit2-1.15.1-cp311-cp311-win32.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "167c23272b225ddd3be1e794bd8085b3c4e394cbdb70a1be278ab32e228ccedc" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/pygit2/#pygit2-1.15.1-cp311-cp311-win_amd64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "2996180cbe7653e98839eb3afa5c040081f6e1cc835824769efe84c76ea2caf8" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/pygit2/#pygit2-1.15.1-cp312-cp312-macosx_10_9_universal2.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "1b269b504d47b50e4ed7fe21326c0d046a0ab8b8897db059bdc208e2210e3070" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/pygit2/#pygit2-1.15.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "4072b80018b8c0e1743e9803b717e026d3017df291e2d81f7b869ebe18b01286" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/pygit2/#pygit2-1.15.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "4d5839566491378b84dec1c35ffdb28b70fb6cd4ea2604a59052c4e4cf1c9da1" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/pygit2/#pygit2-1.15.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "5214ac7844e10cc279d746b588b5e6c6d73520d36d1361fe18e6e9d9c86ad357" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/pygit2/#pygit2-1.15.1-cp312-cp312-musllinux_1_2_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "4cb1c22351c43c3cc96e842f31bd9b331a0ea7cb62aa8cf32433d45eebde0b1c" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/pygit2/#pygit2-1.15.1-cp312-cp312-win32.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "a5a4d288a7b0006f78e02e2c539e6218b254a8228e754051fd5532595fbf9a4c" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/pygit2/#pygit2-1.15.1-cp312-cp312-win_amd64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "5e1d338c88e1425e3dc09a3147b42683205b2dbb00b14c0ce80123f059e51de8" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/pygit2/#pygit2-1.15.1-cp39-cp39-macosx_10_9_universal2.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "a0c6d5df5029f4cb25b0d7d8f04cb39691c107eedee1f157ee25be3b0b9df7c6" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/pygit2/#pygit2-1.15.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "0bcce4cfdabc05a2a35d709513863bcce8c929492ae7c0d56f045838bd57ea8f" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/pygit2/#pygit2-1.15.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "709f5d9592764ec5d6652e73882997f38cc8e6c7b495792698ecaca3e6a26088" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/pygit2/#pygit2-1.15.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "738be5d3a3e7775571b14d3d110cfab10260f846078c402c041486f3582dbfbe" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/pygit2/#pygit2-1.15.1-cp39-cp39-musllinux_1_2_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "cd2861963bb904bd41162e9148676990f147da7dbc535ceea070ab371012bfed" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/pygit2/#pygit2-1.15.1-cp39-cp39-win32.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "1d622d0f97a34982973f9885d145b1176e912ea9f191e1c95233a6175a47fa28" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/pygit2/#pygit2-1.15.1-cp39-cp39-win_amd64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "e1fe8b85053d9713043c81eccc74132f9e5b603f209e80733d7955eafd22eb9d" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/pygit2/#pygit2-1.15.1.tar.gz" + } + ], + "name": "pygit2", + "purl": "pkg:pypi/pygit2@1.15.1", + "type": "library", + "version": "1.15.1" + }, + { + "bom-ref": "pygments@2.18.0", "description": "Pygments is a syntax highlighting package written in Python.", "externalReferences": [ { @@ -9392,31 +16389,101 @@ "hashes": [ { "alg": "SHA-256", - "content": "b27c2826c47d0f3219f29554824c30c5e8945175d888647acd804ddd04af846c" + "content": "b8e6aca0523f3ab76fee51799c488e38782ac06eafcf95e7ba832985c8e7b13a" } ], "type": "distribution", - "url": "https://pypi.org/simple/pygments/#pygments-2.17.2-py3-none-any.whl" + "url": "https://pypi.org/simple/pygments/#pygments-2.18.0-py3-none-any.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "da46cec9fd2de5be3a8a784f434e4c4ab670b4ff54d605c4c2717e9d49c4c367" + "content": "786ff802f32e91311bff3889f6e9a86e81505fe99f2735bb6d60ae0c5004f199" } ], "type": "distribution", - "url": "https://pypi.org/simple/pygments/#pygments-2.17.2.tar.gz" + "url": "https://pypi.org/simple/pygments/#pygments-2.18.0.tar.gz" } ], "name": "pygments", - "purl": "pkg:pypi/pygments@2.17.2", + "purl": "pkg:pypi/pygments@2.18.0", "type": "library", - "version": "2.17.2" + "version": "2.18.0" }, { - "bom-ref": "pylint@3.0.3", + "bom-ref": "pygtrie@2.5.0", + "description": "A pure Python trie data structure implementation.", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "8795cda8105493d5ae159a5bef313ff13156c5d4d72feddefacaad59f8c8ce16" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/pygtrie/#pygtrie-2.5.0-py3-none-any.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "203514ad826eb403dab1d2e2ddd034e0d1534bbe4dbe0213bb0593f66beba4e2" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/pygtrie/#pygtrie-2.5.0.tar.gz" + } + ], + "name": "pygtrie", + "purl": "pkg:pypi/pygtrie@2.5.0", + "type": "library", + "version": "2.5.0" + }, + { + "bom-ref": "pyjwt@2.8.0", + "description": "JSON Web Token implementation in Python", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "59127c392cc44c2da5bb3192169a91f429924e17aff6534d70fdc02ab3e04320" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/pyjwt/#PyJWT-2.8.0-py3-none-any.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "57e28d156e3d5c10088e0c68abb90bfac3df82b40a71bd0daa20c65ccd5c23de" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/pyjwt/#PyJWT-2.8.0.tar.gz" + } + ], + "name": "pyjwt", + "properties": [ + { + "name": "cdx:python:package:required-extra", + "value": "crypto" + } + ], + "purl": "pkg:pypi/pyjwt@2.8.0", + "type": "library", + "version": "2.8.0" + }, + { + "bom-ref": "pylint@3.2.6", "description": "python code static checker", "externalReferences": [ { @@ -9424,22 +16491,22 @@ "hashes": [ { "alg": "SHA-256", - "content": "7a1585285aefc5165db81083c3e06363a27448f6b467b3b0f30dbd0ac1f73810" + "content": "03c8e3baa1d9fb995b12c1dbe00aa6c4bcef210c2a2634374aedeb22fb4a8f8f" } ], "type": "distribution", - "url": "https://pypi.org/simple/pylint/#pylint-3.0.3-py3-none-any.whl" + "url": "https://pypi.org/simple/pylint/#pylint-3.2.6-py3-none-any.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "58c2398b0301e049609a8429789ec6edf3aabe9b6c5fec916acd18639c16de8b" + "content": "a5d01678349454806cff6d886fb072294f56a58c4761278c97fb557d708e1eb3" } ], "type": "distribution", - "url": "https://pypi.org/simple/pylint/#pylint-3.0.3.tar.gz" + "url": "https://pypi.org/simple/pylint/#pylint-3.2.6.tar.gz" } ], "name": "pylint", @@ -9449,12 +16516,12 @@ "value": "dev" } ], - "purl": "pkg:pypi/pylint@3.0.3", + "purl": "pkg:pypi/pylint@3.2.6", "type": "library", - "version": "3.0.3" + "version": "3.2.6" }, { - "bom-ref": "pyparsing@3.1.1", + "bom-ref": "pyparsing@3.1.2", "description": "pyparsing module - Classes and methods to define and execute parsing grammars", "externalReferences": [ { @@ -9462,28 +16529,28 @@ "hashes": [ { "alg": "SHA-256", - "content": "32c7c0b711493c72ff18a981d24f28aaf9c1fb7ed5e9667c9e84e3db623bdbfb" + "content": "f9db75911801ed778fe61bb643079ff86601aca99fcae6345aa67292038fb742" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyparsing/#pyparsing-3.1.1-py3-none-any.whl" + "url": "https://pypi.org/simple/pyparsing/#pyparsing-3.1.2-py3-none-any.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "ede28a1a32462f5a9705e07aea48001a08f7cf81a021585011deba701581a0db" + "content": "a1bac0ce561155ecc3ed78ca94d3c9378656ad4c94c1270de543f621420f94ad" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyparsing/#pyparsing-3.1.1.tar.gz" + "url": "https://pypi.org/simple/pyparsing/#pyparsing-3.1.2.tar.gz" } ], "name": "pyparsing", - "purl": "pkg:pypi/pyparsing@3.1.1", + "purl": "pkg:pypi/pyparsing@3.1.2", "type": "library", - "version": "3.1.1" + "version": "3.1.2" }, { "bom-ref": "pytest@7.4.4", @@ -9545,7 +16612,7 @@ "version": "0.2.0" }, { - "bom-ref": "python-dateutil@2.8.2", + "bom-ref": "python-dateutil@2.9.0.post0", "description": "Extensions to the standard Python datetime module", "externalReferences": [ { @@ -9553,28 +16620,28 @@ "hashes": [ { "alg": "SHA-256", - "content": "0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86" + "content": "37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3" } ], "type": "distribution", - "url": "https://pypi.org/simple/python-dateutil/#python-dateutil-2.8.2.tar.gz" + "url": "https://pypi.org/simple/python-dateutil/#python-dateutil-2.9.0.post0.tar.gz" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9" + "content": "a8b2bc7bffae282281c8140a97d3aa9c14da0b136dfe83f850eea9a5f7470427" } ], "type": "distribution", - "url": "https://pypi.org/simple/python-dateutil/#python_dateutil-2.8.2-py2.py3-none-any.whl" + "url": "https://pypi.org/simple/python-dateutil/#python_dateutil-2.9.0.post0-py2.py3-none-any.whl" } ], "name": "python-dateutil", - "purl": "pkg:pypi/python-dateutil@2.8.2", + "purl": "pkg:pypi/python-dateutil@2.9.0.post0", "type": "library", - "version": "2.8.2" + "version": "2.9.0.post0" }, { "bom-ref": "pywin32@306", @@ -9942,6 +17009,17 @@ "type": "distribution", "url": "https://pypi.org/simple/pyyaml/#PyYAML-6.0.1-cp312-cp312-macosx_11_0_arm64.whl" }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "a08c6f0fe150303c1c6b71ebcd7213c2858041a7e01975da3a99aed1e7a378ef" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/pyyaml/#PyYAML-6.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + }, { "comment": "from legacy-api", "hashes": [ @@ -10301,7 +17379,7 @@ "version": "6.0.1" }, { - "bom-ref": "pyzmq@25.1.2", + "bom-ref": "pyzmq@26.0.3", "description": "Python bindings for 0MQ", "externalReferences": [ { @@ -10309,1032 +17387,977 @@ "hashes": [ { "alg": "SHA-256", - "content": "e624c789359f1a16f83f35e2c705d07663ff2b4d4479bad35621178d8f0f6ea4" + "content": "44dd6fc3034f1eaa72ece33588867df9e006a7303725a12d64c3dff92330f625" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-cp310-cp310-macosx_10_15_universal2.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-cp310-cp310-macosx_10_15_universal2.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "49151b0efece79f6a79d41a461d78535356136ee70084a1c22532fc6383f4ad0" + "content": "acb704195a71ac5ea5ecf2811c9ee19ecdc62b91878528302dd0be1b9451cc90" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-cp310-cp310-macosx_10_9_x86_64.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-cp310-cp310-macosx_10_9_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "d9a5f194cf730f2b24d6af1f833c14c10f41023da46a7f736f48b6d35061e76e" + "content": "5dbb9c997932473a27afa93954bb77a9f9b786b4ccf718d903f35da3232317de" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "faf79a302f834d9e8304fafdc11d0d042266667ac45209afa57e5efc998e3872" + "content": "6bcb34f869d431799c3ee7d516554797f7760cb2198ecaa89c3f176f72d062be" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "7f51a7b4ead28d3fca8dda53216314a553b0f7a91ee8fc46a72b402a78c3e43d" + "content": "38ece17ec5f20d7d9b442e5174ae9f020365d01ba7c112205a4d59cf19dc38ee" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "0ddd6d71d4ef17ba5a87becf7ddf01b371eaba553c603477679ae817a8d84d75" + "content": "ba6e5e6588e49139a0979d03a7deb9c734bde647b9a8808f26acf9c547cab1bf" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-cp310-cp310-manylinux_2_28_x86_64.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-cp310-cp310-manylinux_2_28_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "246747b88917e4867e2367b005fc8eefbb4a54b7db363d6c92f89d69abfff4b6" + "content": "3bf8b000a4e2967e6dfdd8656cd0757d18c7e5ce3d16339e550bd462f4857e59" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-cp310-cp310-musllinux_1_1_aarch64.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-cp310-cp310-musllinux_1_1_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "00c48ae2fd81e2a50c3485de1b9d5c7c57cd85dc8ec55683eac16846e57ac979" + "content": "2136f64fbb86451dbbf70223635a468272dd20075f988a102bf8a3f194a411dc" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-cp310-cp310-musllinux_1_1_i686.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-cp310-cp310-musllinux_1_1_i686.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "5a68d491fc20762b630e5db2191dd07ff89834086740f70e978bb2ef2668be08" + "content": "e8918973fbd34e7814f59143c5f600ecd38b8038161239fd1a3d33d5817a38b8" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-cp310-cp310-musllinux_1_1_x86_64.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-cp310-cp310-musllinux_1_1_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "09dfe949e83087da88c4a76767df04b22304a682d6154de2c572625c62ad6886" + "content": "0aaf982e68a7ac284377d051c742610220fd06d330dcd4c4dbb4cdd77c22a537" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-cp310-cp310-win32.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-cp310-cp310-win32.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "fa99973d2ed20417744fca0073390ad65ce225b546febb0580358e36aa90dba6" + "content": "f1a9b7d00fdf60b4039f4455afd031fe85ee8305b019334b72dcf73c567edc47" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-cp310-cp310-win_amd64.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-cp310-cp310-win_amd64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "82544e0e2d0c1811482d37eef297020a040c32e0687c1f6fc23a75b75db8062c" + "content": "80b12f25d805a919d53efc0a5ad7c0c0326f13b4eae981a5d7b7cc343318ebb7" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-cp311-cp311-macosx_10_15_universal2.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-cp310-cp310-win_arm64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "01171fc48542348cd1a360a4b6c3e7d8f46cdcf53a8d40f84db6707a6768acc1" + "content": "a72a84570f84c374b4c287183debc776dc319d3e8ce6b6a0041ce2e400de3f32" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-cp311-cp311-macosx_10_9_x86_64.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-cp311-cp311-macosx_10_15_universal2.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "bc69c96735ab501419c432110016329bf0dea8898ce16fab97c6d9106dc0b348" + "content": "7ca684ee649b55fd8f378127ac8462fb6c85f251c2fb027eb3c887e8ee347bcd" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-cp311-cp311-macosx_10_9_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "3e124e6b1dd3dfbeb695435dff0e383256655bb18082e094a8dd1f6293114642" + "content": "e222562dc0f38571c8b1ffdae9d7adb866363134299264a1958d077800b193b7" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "7598d2ba821caa37a0f9d54c25164a4fa351ce019d64d0b44b45540950458840" + "content": "f17cde1db0754c35a91ac00b22b25c11da6eec5746431d6e5092f0cd31a3fea9" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "d1299d7e964c13607efd148ca1f07dcbf27c3ab9e125d1d0ae1d580a1682399d" + "content": "4b7c0c0b3244bb2275abe255d4a30c050d541c6cb18b870975553f1fb6f37527" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-cp311-cp311-manylinux_2_28_x86_64.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "4e6f689880d5ad87918430957297c975203a082d9a036cc426648fcbedae769b" + "content": "ac97a21de3712afe6a6c071abfad40a6224fd14fa6ff0ff8d0c6e6cd4e2f807a" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-cp311-cp311-musllinux_1_1_aarch64.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-cp311-cp311-manylinux_2_28_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "cc69949484171cc961e6ecd4a8911b9ce7a0d1f738fcae717177c231bf77437b" + "content": "88b88282e55fa39dd556d7fc04160bcf39dea015f78e0cecec8ff4f06c1fc2b5" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-cp311-cp311-musllinux_1_1_i686.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-cp311-cp311-musllinux_1_1_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "9880078f683466b7f567b8624bfc16cad65077be046b6e8abb53bed4eeb82dd3" + "content": "72b67f966b57dbd18dcc7efbc1c7fc9f5f983e572db1877081f075004614fcdd" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-cp311-cp311-musllinux_1_1_x86_64.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-cp311-cp311-musllinux_1_1_i686.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "4e5837af3e5aaa99a091302df5ee001149baff06ad22b722d34e30df5f0d9097" + "content": "f4b6cecbbf3b7380f3b61de3a7b93cb721125dc125c854c14ddc91225ba52f83" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-cp311-cp311-win32.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-cp311-cp311-musllinux_1_1_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "25c2dbb97d38b5ac9fd15586e048ec5eb1e38f3d47fe7d92167b0c77bb3584e9" + "content": "eed56b6a39216d31ff8cd2f1d048b5bf1700e4b32a01b14379c3b6dde9ce3aa3" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-cp311-cp311-win_amd64.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-cp311-cp311-win32.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "11e70516688190e9c2db14fcf93c04192b02d457b582a1f6190b154691b4c93a" + "content": "3191d312c73e3cfd0f0afdf51df8405aafeb0bad71e7ed8f68b24b63c4f36500" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-cp312-cp312-macosx_10_15_universal2.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-cp311-cp311-win_amd64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "313c3794d650d1fccaaab2df942af9f2c01d6217c846177cfcbc693c7410839e" + "content": "b6907da3017ef55139cf0e417c5123a84c7332520e73a6902ff1f79046cd3b94" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-cp312-cp312-macosx_10_9_x86_64.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-cp311-cp311-win_arm64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "1b3cbba2f47062b85fe0ef9de5b987612140a9ba3a9c6d2543c6dec9f7c2ab27" + "content": "068ca17214038ae986d68f4a7021f97e187ed278ab6dccb79f837d765a54d753" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-cp312-cp312-macosx_10_15_universal2.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "fc31baa0c32a2ca660784d5af3b9487e13b61b3032cb01a115fce6588e1bed30" + "content": "7821d44fe07335bea256b9f1f41474a642ca55fa671dfd9f00af8d68a920c2d4" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-cp312-cp312-macosx_10_9_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "02c9087b109070c5ab0b383079fa1b5f797f8d43e9a66c07a4b8b8bdecfd88ee" + "content": "eeb438a26d87c123bb318e5f2b3d86a36060b01f22fbdffd8cf247d52f7c9a2b" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "f8429b17cbb746c3e043cb986328da023657e79d5ed258b711c06a70c2ea7537" + "content": "69ea9d6d9baa25a4dc9cef5e2b77b8537827b122214f210dd925132e34ae9b12" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-cp312-cp312-manylinux_2_28_x86_64.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "5074adeacede5f810b7ef39607ee59d94e948b4fd954495bdb072f8c54558181" + "content": "7daa3e1369355766dea11f1d8ef829905c3b9da886ea3152788dc25ee6079e02" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-cp312-cp312-musllinux_1_1_aarch64.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "7ae8f354b895cbd85212da245f1a5ad8159e7840e37d78b476bb4f4c3f32a9fe" + "content": "6ca7a9a06b52d0e38ccf6bca1aeff7be178917893f3883f37b75589d42c4ac20" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-cp312-cp312-musllinux_1_1_i686.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-cp312-cp312-manylinux_2_28_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "b264bf2cc96b5bc43ce0e852be995e400376bd87ceb363822e2cb1964fcdc737" + "content": "1b7d0e124948daa4d9686d421ef5087c0516bc6179fdcf8828b8444f8e461a77" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-cp312-cp312-musllinux_1_1_x86_64.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-cp312-cp312-musllinux_1_1_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "02bbc1a87b76e04fd780b45e7f695471ae6de747769e540da909173d50ff8e2d" + "content": "e746524418b70f38550f2190eeee834db8850088c834d4c8406fbb9bc1ae10b2" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-cp312-cp312-win32.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-cp312-cp312-musllinux_1_1_i686.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "ced111c2e81506abd1dc142e6cd7b68dd53747b3b7ae5edbea4578c5eeff96b7" + "content": "6b3146f9ae6af82c47a5282ac8803523d381b3b21caeae0327ed2f7ecb718798" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-cp312-cp312-win_amd64.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-cp312-cp312-musllinux_1_1_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "7b6d09a8962a91151f0976008eb7b29b433a560fde056ec7a3db9ec8f1075438" + "content": "2b291d1230845871c00c8462c50565a9cd6026fe1228e77ca934470bb7d70ea0" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-cp36-cp36m-macosx_10_9_x86_64.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-cp312-cp312-win32.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "967668420f36878a3c9ecb5ab33c9d0ff8d054f9c0233d995a6d25b0e95e1b6b" + "content": "926838a535c2c1ea21c903f909a9a54e675c2126728c21381a94ddf37c3cbddf" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-cp312-cp312-win_amd64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "5edac3f57c7ddaacdb4d40f6ef2f9e299471fc38d112f4bc6d60ab9365445fb0" + "content": "5bf6c237f8c681dfb91b17f8435b2735951f0d1fad10cc5dfd96db110243370b" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-cp312-cp312-win_arm64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "0dabfb10ef897f3b7e101cacba1437bd3a5032ee667b7ead32bbcdd1a8422fe7" + "content": "0c0991f5a96a8e620f7691e61178cd8f457b49e17b7d9cfa2067e2a0a89fc1d5" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-cp37-cp37m-macosx_10_9_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "2c6441e0398c2baacfe5ba30c937d274cfc2dc5b55e82e3749e333aabffde561" + "content": "dbf012d8fcb9f2cf0643b65df3b355fdd74fc0035d70bb5c845e9e30a3a4654b" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-cp36-cp36m-musllinux_1_1_aarch64.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "16b726c1f6c2e7625706549f9dbe9b06004dfbec30dbed4bf50cbdfc73e5b32a" + "content": "01fbfbeb8249a68d257f601deb50c70c929dc2dfe683b754659569e502fbd3aa" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-cp36-cp36m-musllinux_1_1_i686.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "a86c2dd76ef71a773e70551a07318b8e52379f58dafa7ae1e0a4be78efd1ff16" + "content": "1c8eb19abe87029c18f226d42b8a2c9efdd139d08f8bf6e085dd9075446db450" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-cp36-cp36m-musllinux_1_1_x86_64.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "359f7f74b5d3c65dae137f33eb2bcfa7ad9ebefd1cab85c935f063f1dbb245cc" + "content": "5344b896e79800af86ad643408ca9aa303a017f6ebff8cee5a3163c1e9aec987" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-cp36-cp36m-win32.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-cp37-cp37m-musllinux_1_1_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "55875492f820d0eb3417b51d96fea549cde77893ae3790fd25491c5754ea2f68" + "content": "204e0f176fd1d067671157d049466869b3ae1fc51e354708b0dc41cf94e23a3a" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-cp36-cp36m-win_amd64.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-cp37-cp37m-musllinux_1_1_i686.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "b8c8a419dfb02e91b453615c69568442e897aaf77561ee0064d789705ff37a92" + "content": "a42db008d58530efa3b881eeee4991146de0b790e095f7ae43ba5cc612decbc5" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-cp37-cp37m-macosx_10_9_x86_64.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-cp37-cp37m-musllinux_1_1_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "8807c87fa893527ae8a524c15fc505d9950d5e856f03dae5921b5e9aa3b8783b" + "content": "8d7a498671ca87e32b54cb47c82a92b40130a26c5197d392720a1bce1b3c77cf" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-cp37-cp37m-win32.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "5e319ed7d6b8f5fad9b76daa0a68497bc6f129858ad956331a5835785761e003" + "content": "3b4032a96410bdc760061b14ed6a33613ffb7f702181ba999df5d16fb96ba16a" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-cp37-cp37m-win_amd64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "3c53687dde4d9d473c587ae80cc328e5b102b517447456184b485587ebd18b62" + "content": "2cc4e280098c1b192c42a849de8de2c8e0f3a84086a76ec5b07bfee29bda7d18" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-cp38-cp38-macosx_10_15_universal2.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "9add2e5b33d2cd765ad96d5eb734a5e795a0755f7fc49aa04f76d7ddda73fd70" + "content": "5bde86a2ed3ce587fa2b207424ce15b9a83a9fa14422dcc1c5356a13aed3df9d" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-cp37-cp37m-musllinux_1_1_aarch64.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-cp38-cp38-macosx_10_9_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "e690145a8c0c273c28d3b89d6fb32c45e0d9605b2293c10e650265bf5c11cfec" + "content": "34106f68e20e6ff253c9f596ea50397dbd8699828d55e8fa18bd4323d8d966e6" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-cp37-cp37m-musllinux_1_1_i686.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "00a06faa7165634f0cac1abb27e54d7a0b3b44eb9994530b8ec73cf52e15353b" + "content": "ebbbd0e728af5db9b04e56389e2299a57ea8b9dd15c9759153ee2455b32be6ad" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-cp37-cp37m-musllinux_1_1_x86_64.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "0f97bc2f1f13cb16905a5f3e1fbdf100e712d841482b2237484360f8bc4cb3d7" + "content": "f6b1d1c631e5940cac5a0b22c5379c86e8df6a4ec277c7a856b714021ab6cfad" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-cp37-cp37m-win32.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "6cc0020b74b2e410287e5942e1e10886ff81ac77789eb20bec13f7ae681f0fdd" + "content": "e891ce81edd463b3b4c3b885c5603c00141151dd9c6936d98a680c8c72fe5c67" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-cp37-cp37m-win_amd64.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-cp38-cp38-musllinux_1_1_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "bef02cfcbded83473bdd86dd8d3729cd82b2e569b75844fb4ea08fee3c26ae41" + "content": "9b273ecfbc590a1b98f014ae41e5cf723932f3b53ba9367cfb676f838038b32c" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-cp38-cp38-macosx_10_15_universal2.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-cp38-cp38-musllinux_1_1_i686.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "e10a4b5a4b1192d74853cc71a5e9fd022594573926c2a3a4802020360aa719d8" + "content": "b32bff85fb02a75ea0b68f21e2412255b5731f3f389ed9aecc13a6752f58ac97" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-cp38-cp38-macosx_10_9_x86_64.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-cp38-cp38-musllinux_1_1_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "8c5f80e578427d4695adac6fdf4370c14a2feafdc8cb35549c219b90652536ae" + "content": "f6c21c00478a7bea93caaaef9e7629145d4153b15a8653e8bb4609d4bc70dbfc" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-cp38-cp38-win32.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "5dde6751e857910c1339890f3524de74007958557593b9e7e8c5f01cd919f8a7" + "content": "3401613148d93ef0fd9aabdbddb212de3db7a4475367f49f590c837355343972" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-cp38-cp38-win_amd64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "ea1608dd169da230a0ad602d5b1ebd39807ac96cae1845c3ceed39af08a5c6df" + "content": "2ed8357f4c6e0daa4f3baf31832df8a33334e0fe5b020a61bc8b345a3db7a606" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-cp39-cp39-macosx_10_15_universal2.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "0f513130c4c361201da9bc69df25a086487250e16b5571ead521b31ff6b02220" + "content": "c1c8f2a2ca45292084c75bb6d3a25545cff0ed931ed228d3a1810ae3758f975f" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-cp38-cp38-musllinux_1_1_aarch64.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-cp39-cp39-macosx_10_9_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "019744b99da30330798bb37df33549d59d380c78e516e3bab9c9b84f87a9592f" + "content": "b63731993cdddcc8e087c64e9cf003f909262b359110070183d7f3025d1c56b5" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-cp38-cp38-musllinux_1_1_i686.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "2e2713ef44be5d52dd8b8e2023d706bf66cb22072e97fc71b168e01d25192755" + "content": "b3cd31f859b662ac5d7f4226ec7d8bd60384fa037fc02aee6ff0b53ba29a3ba8" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-cp38-cp38-musllinux_1_1_x86_64.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "07cd61a20a535524906595e09344505a9bd46f1da7a07e504b315d41cd42eb07" + "content": "115f8359402fa527cf47708d6f8a0f8234f0e9ca0cab7c18c9c189c194dbf620" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-cp38-cp38-win32.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "eb7e49a17fb8c77d3119d41a4523e432eb0c6932187c37deb6fbb00cc3028088" + "content": "715bdf952b9533ba13dfcf1f431a8f49e63cecc31d91d007bc1deb914f47d0e4" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-cp38-cp38-win_amd64.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-cp39-cp39-musllinux_1_1_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "94504ff66f278ab4b7e03e4cba7e7e400cb73bfa9d3d71f58d8972a8dc67e7a6" + "content": "e1258c639e00bf5e8a522fec6c3eaa3e30cf1c23a2f21a586be7e04d50c9acab" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-cp39-cp39-macosx_10_15_universal2.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-cp39-cp39-musllinux_1_1_i686.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "6dd0d50bbf9dca1d0bdea219ae6b40f713a3fb477c06ca3714f208fd69e16fd8" + "content": "15c59e780be8f30a60816a9adab900c12a58d79c1ac742b4a8df044ab2a6d920" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-cp39-cp39-macosx_10_9_x86_64.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-cp39-cp39-musllinux_1_1_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "004ff469d21e86f0ef0369717351073e0e577428e514c47c8480770d5e24a565" + "content": "d0cdde3c78d8ab5b46595054e5def32a755fc028685add5ddc7403e9f6de9879" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-cp39-cp39-win32.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "c0b5ca88a8928147b7b1e2dfa09f3b6c256bc1135a1338536cbc9ea13d3b7add" + "content": "ce828058d482ef860746bf532822842e0ff484e27f540ef5c813d516dd8896d2" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-cp39-cp39-win_amd64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "2c9a79f1d2495b167119d02be7448bfba57fad2a4207c4f68abc0bab4b92925b" + "content": "788f15721c64109cf720791714dc14afd0f449d63f3a5487724f024345067381" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-cp39-cp39-win_arm64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "518efd91c3d8ac9f9b4f7dd0e2b7b8bf1a4fe82a308009016b07eaa48681af82" + "content": "2c18645ef6294d99b256806e34653e86236eb266278c8ec8112622b61db255de" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-cp39-cp39-musllinux_1_1_aarch64.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-pp310-pypy310_pp73-macosx_10_9_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "1ec23bd7b3a893ae676d0e54ad47d18064e6c5ae1fadc2f195143fb27373f7f6" + "content": "7e6bc96ebe49604df3ec2c6389cc3876cabe475e6bfc84ced1bf4e630662cb35" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-cp39-cp39-musllinux_1_1_i686.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "db36c27baed588a5a8346b971477b718fdc66cf5b80cbfbd914b4d6d355e44e2" + "content": "971e8990c5cc4ddcff26e149398fc7b0f6a042306e82500f5e8db3b10ce69f84" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-cp39-cp39-musllinux_1_1_x86_64.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "39b1067f13aba39d794a24761e385e2eddc26295826530a8c7b6c6c341584289" + "content": "d8416c23161abd94cc7da80c734ad7c9f5dbebdadfdaa77dad78244457448223" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-cp39-cp39-win32.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "8e9f3fabc445d0ce320ea2c59a75fe3ea591fdbdeebec5db6de530dd4b09412e" + "content": "082a2988364b60bb5de809373098361cf1dbb239623e39e46cb18bc035ed9c0c" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-cp39-cp39-win_amd64.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-pp310-pypy310_pp73-win_amd64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "a8c1d566344aee826b74e472e16edae0a02e2a044f14f7c24e123002dcff1c05" + "content": "d57dfbf9737763b3a60d26e6800e02e04284926329aee8fb01049635e957fe81" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-pp310-pypy310_pp73-macosx_10_9_x86_64.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-pp37-pypy37_pp73-macosx_10_9_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "759cfd391a0996345ba94b6a5110fca9c557ad4166d86a6e81ea526c376a01e8" + "content": "77a85dca4c2430ac04dc2a2185c2deb3858a34fe7f403d0a946fa56970cf60a1" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "7c61e346ac34b74028ede1c6b4bcecf649d69b707b3ff9dc0fab453821b04d1e" + "content": "4c82a6d952a1d555bf4be42b6532927d2a5686dd3c3e280e5f63225ab47ac1f5" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "4cb8fc1f8d69b411b8ec0b5f1ffbcaf14c1db95b6bccea21d83610987435f1a4" + "content": "4496b1282c70c442809fc1b151977c3d967bfb33e4e17cedbf226d97de18f709" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "3c00c9b7d1ca8165c610437ca0c92e7b5607b2f9076f4eb4b095c85d6e680a1d" + "content": "e4946d6bdb7ba972dfda282f9127e5756d4f299028b1566d1245fa0d438847e6" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-pp310-pypy310_pp73-win_amd64.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-pp37-pypy37_pp73-win_amd64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "df0c7a16ebb94452d2909b9a7b3337940e9a87a824c4fc1c7c36bb4404cb0cde" + "content": "03c0ae165e700364b266876d712acb1ac02693acd920afa67da2ebb91a0b3c09" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-pp38-pypy38_pp73-macosx_10_9_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "45999e7f7ed5c390f2e87ece7f6c56bf979fb213550229e711e45ecc7d42ccb8" + "content": "3e3070e680f79887d60feeda051a58d0ac36622e1759f305a41059eff62c6da7" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "ac170e9e048b40c605358667aca3d94e98f604a18c44bdb4c102e67070f3ac9b" + "content": "6ca08b840fe95d1c2bd9ab92dac5685f949fc6f9ae820ec16193e5ddf603c3b2" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "d1b604734bec94f05f81b360a272fc824334267426ae9905ff32dc2be433ab96" + "content": "e76654e9dbfb835b3518f9938e565c7806976c07b37c33526b574cc1a1050480" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "a793ac733e3d895d96f865f1806f160696422554e46d30105807fdc9841b9f7d" + "content": "871587bdadd1075b112e697173e946a07d722459d20716ceb3d1bd6c64bd08ce" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-pp37-pypy37_pp73-win_amd64.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-pp38-pypy38_pp73-win_amd64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "0806175f2ae5ad4b835ecd87f5f85583316b69f17e97786f7443baaf54b9bb98" + "content": "d0a2d1bd63a4ad79483049b26514e70fa618ce6115220da9efdff63688808b17" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-pp39-pypy39_pp73-macosx_10_9_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "ef12e259e7bc317c7597d4f6ef59b97b913e162d83b421dd0db3d6410f17a244" + "content": "0270b49b6847f0d106d64b5086e9ad5dc8a902413b5dbbb15d12b60f9c1747a4" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "ea253b368eb41116011add00f8d5726762320b1bda892f744c91997b65754d73" + "content": "703c60b9910488d3d0954ca585c34f541e506a091a41930e663a098d3b794c67" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "1b9b1f2ad6498445a941d9a4fee096d387fee436e45cc660e72e768d3d8ee611" + "content": "74423631b6be371edfbf7eabb02ab995c2563fee60a80a30829176842e71722a" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "8b14c75979ce932c53b79976a395cb2a8cd3aaf14aef75e8c2cb55a330b9b49d" + "content": "4adfbb5451196842a88fda3612e2c0414134874bffb1c2ce83ab4242ec9e027d" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-pp38-pypy38_pp73-win_amd64.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "889370d5174a741a62566c003ee8ddba4b04c3f09a97b8000092b7ca83ec9c49" + "content": "3516119f4f9b8671083a70b6afaa0a070f5683e431ab3dc26e9215620d7ca1ad" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-pp39-pypy39_pp73-macosx_10_9_x86_64.whl" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3-pp39-pypy39_pp73-win_amd64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "9a18fff090441a40ffda8a7f4f18f03dc56ae73f148f1832e109f9bffa85df15" + "content": "dba7d9f2e047dfa2bca3b01f4f84aa5246725203d6284e3790f2ca15fba6b40a" } ], "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" - }, - { - "comment": "from legacy-api", - "hashes": [ - { - "alg": "SHA-256", - "content": "99a6b36f95c98839ad98f8c553d8507644c880cf1e0a57fe5e3a3f3969040882" - } - ], - "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl" - }, - { - "comment": "from legacy-api", - "hashes": [ - { - "alg": "SHA-256", - "content": "4345c9a27f4310afbb9c01750e9461ff33d6fb74cd2456b107525bbeebcb5be3" - } - ], - "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" - }, - { - "comment": "from legacy-api", - "hashes": [ - { - "alg": "SHA-256", - "content": "3516e0b6224cf6e43e341d56da15fd33bdc37fa0c06af4f029f7d7dfceceabbc" - } - ], - "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl" - }, - { - "comment": "from legacy-api", - "hashes": [ - { - "alg": "SHA-256", - "content": "146b9b1f29ead41255387fb07be56dc29639262c0f7344f570eecdcd8d683314" - } - ], - "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2-pp39-pypy39_pp73-win_amd64.whl" - }, - { - "comment": "from legacy-api", - "hashes": [ - { - "alg": "SHA-256", - "content": "93f1aa311e8bb912e34f004cf186407a4e90eec4f0ecc0efd26056bf7eda0226" - } - ], - "type": "distribution", - "url": "https://pypi.org/simple/pyzmq/#pyzmq-25.1.2.tar.gz" + "url": "https://pypi.org/simple/pyzmq/#pyzmq-26.0.3.tar.gz" } ], "name": "pyzmq", - "purl": "pkg:pypi/pyzmq@25.1.2", + "purl": "pkg:pypi/pyzmq@26.0.3", "type": "library", - "version": "25.1.2" + "version": "26.0.3" }, { - "bom-ref": "referencing@0.33.0", + "bom-ref": "referencing@0.35.1", "description": "JSON Referencing + Python", "externalReferences": [ { @@ -11342,31 +18365,31 @@ "hashes": [ { "alg": "SHA-256", - "content": "39240f2ecc770258f28b642dd47fd74bc8b02484de54e1882b74b35ebd779bd5" + "content": "eda6d3234d62814d1c64e305c1331c9a3a6132da475ab6382eaa997b21ee75de" } ], "type": "distribution", - "url": "https://pypi.org/simple/referencing/#referencing-0.33.0-py3-none-any.whl" + "url": "https://pypi.org/simple/referencing/#referencing-0.35.1-py3-none-any.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "c775fedf74bc0f9189c2a3be1c12fd03e8c23f4d371dce795df44e06c5b412f7" + "content": "25b42124a6c8b632a425174f24087783efb348a6f1e0008e63cd4466fedf703c" } ], "type": "distribution", - "url": "https://pypi.org/simple/referencing/#referencing-0.33.0.tar.gz" + "url": "https://pypi.org/simple/referencing/#referencing-0.35.1.tar.gz" } ], "name": "referencing", - "purl": "pkg:pypi/referencing@0.33.0", + "purl": "pkg:pypi/referencing@0.35.1", "type": "library", - "version": "0.33.0" + "version": "0.35.1" }, { - "bom-ref": "requests@2.31.0", + "bom-ref": "requests@2.32.3", "description": "Python HTTP for Humans.", "externalReferences": [ { @@ -11374,22 +18397,22 @@ "hashes": [ { "alg": "SHA-256", - "content": "58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f" + "content": "70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6" } ], "type": "distribution", - "url": "https://pypi.org/simple/requests/#requests-2.31.0-py3-none-any.whl" + "url": "https://pypi.org/simple/requests/#requests-2.32.3-py3-none-any.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1" + "content": "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" } ], "type": "distribution", - "url": "https://pypi.org/simple/requests/#requests-2.31.0.tar.gz" + "url": "https://pypi.org/simple/requests/#requests-2.32.3.tar.gz" } ], "name": "requests", @@ -11399,9 +18422,41 @@ "value": "dev" } ], - "purl": "pkg:pypi/requests@2.31.0", + "purl": "pkg:pypi/requests@2.32.3", "type": "library", - "version": "2.31.0" + "version": "2.32.3" + }, + { + "bom-ref": "requests-oauthlib@2.0.0", + "description": "OAuthlib authentication support for Requests.", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "b3dffaebd884d8cd778494369603a9e7b58d29111bf6b41bdc2dcd87203af4e9" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/requests-oauthlib/#requests-oauthlib-2.0.0.tar.gz" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "7dd8a5c40426b779b0868c404bdef9768deccf22749cde15852df527e6269b36" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/requests-oauthlib/#requests_oauthlib-2.0.0-py2.py3-none-any.whl" + } + ], + "name": "requests-oauthlib", + "purl": "pkg:pypi/requests-oauthlib@2.0.0", + "type": "library", + "version": "2.0.0" }, { "bom-ref": "retry@0.9.2", @@ -11506,7 +18561,39 @@ "version": "1.3.8" }, { - "bom-ref": "rpds-py@0.18.0", + "bom-ref": "rich@13.7.1", + "description": "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "4edbae314f59eb482f54e9e30bf00d33350aaa94f4bfcd4e9e3110e64d0d7222" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/rich/#rich-13.7.1-py3-none-any.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "9be308cb1fe2f1f57d67ce99e95af38a1e2bc71ad9813b0e247cf7ffbcc3a432" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/rich/#rich-13.7.1.tar.gz" + } + ], + "name": "rich", + "purl": "pkg:pypi/rich@13.7.1", + "type": "library", + "version": "13.7.1" + }, + { + "bom-ref": "rpds-py@0.19.1", "description": "Python bindings to Rust's persistent data structures (rpds)", "externalReferences": [ { @@ -11514,1098 +18601,1798 @@ "hashes": [ { "alg": "SHA-256", - "content": "5b4e7d8d6c9b2e8ee2d55c90b59c707ca59bc30058269b3db7b1f8df5763557e" + "content": "aaf71f95b21f9dc708123335df22e5a2fef6307e3e6f9ed773b2e0938cc4d491" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-cp310-cp310-macosx_10_12_x86_64.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-cp310-cp310-macosx_10_12_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "c463ed05f9dfb9baebef68048aed8dcdc94411e4bf3d33a39ba97e271624f8f7" + "content": "ca0dda0c5715efe2ab35bb83f813f681ebcd2840d8b1b92bfc6fe3ab382fae4a" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-cp310-cp310-macosx_11_0_arm64.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-cp310-cp310-macosx_11_0_arm64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "01e36a39af54a30f28b73096dd39b6802eddd04c90dbe161c1b8dbe22353189f" + "content": "81db2e7282cc0487f500d4db203edc57da81acde9e35f061d69ed983228ffe3b" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "d62dec4976954a23d7f91f2f4530852b0c7608116c257833922a896101336c51" + "content": "1a8dfa125b60ec00c7c9baef945bb04abf8ac772d8ebefd79dae2a5f316d7850" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "dd18772815d5f008fa03d2b9a681ae38d5ae9f0e599f7dda233c439fcaa00d40" + "content": "271accf41b02687cef26367c775ab220372ee0f4925591c6796e7c148c50cab5" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "923d39efa3cfb7279a0327e337a7958bff00cc447fd07a25cddb0a1cc9a6d2da" + "content": "f9bc4161bd3b970cd6a6fcda70583ad4afd10f2750609fb1f3ca9505050d4ef3" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "39514da80f971362f9267c600b6d459bfbbc549cffc2cef8e47474fddc9b45b1" + "content": "f0cf2a0dbb5987da4bd92a7ca727eadb225581dd9681365beba9accbe5308f7d" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "a34d557a42aa28bd5c48a023c570219ba2593bcbbb8dc1b98d8cf5d529ab1434" + "content": "b5e28e56143750808c1c79c70a16519e9bc0a68b623197b96292b21b62d6055c" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "93df1de2f7f7239dc9cc5a4a12408ee1598725036bd2dedadc14d94525192fc3" + "content": "c7af6f7b80f687b33a4cdb0a785a5d4de1fb027a44c9a049d8eb67d5bfe8a687" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-cp310-cp310-musllinux_1_2_aarch64.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-cp310-cp310-musllinux_1_2_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "34b18ba135c687f4dac449aa5157d36e2cbb7c03cbea4ddbd88604e076aa836e" + "content": "e429fc517a1c5e2a70d576077231538a98d59a45dfc552d1ac45a132844e6dfb" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-cp310-cp310-musllinux_1_2_i686.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-cp310-cp310-musllinux_1_2_i686.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "c0b5dcf9193625afd8ecc92312d6ed78781c46ecbf39af9ad4681fc9f464af88" + "content": "d2dbd8f4990d4788cb122f63bf000357533f34860d269c1a8e90ae362090ff3a" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-cp310-cp310-musllinux_1_2_x86_64.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-cp310-cp310-musllinux_1_2_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "c4325ff0442a12113a6379af66978c3fe562f846763287ef66bdc1d57925d337" + "content": "e0f9d268b19e8f61bf42a1da48276bcd05f7ab5560311f541d22557f8227b866" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-cp310-none-win32.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-cp310-none-win32.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "7223a2a5fe0d217e60a60cdae28d6949140dde9c3bcc714063c5b463065e3d66" + "content": "df7c841813f6265e636fe548a49664c77af31ddfa0085515326342a751a6ba51" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-cp310-none-win_amd64.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-cp310-none-win_amd64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "3a96e0c6a41dcdba3a0a581bbf6c44bb863f27c541547fb4b9711fd8cf0ffad4" + "content": "902cf4739458852fe917104365ec0efbea7d29a15e4276c96a8d33e6ed8ec137" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-cp311-cp311-macosx_10_12_x86_64.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-cp311-cp311-macosx_10_12_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "30f43887bbae0d49113cbaab729a112251a940e9b274536613097ab8b4899cf6" + "content": "f3d73022990ab0c8b172cce57c69fd9a89c24fd473a5e79cbce92df87e3d9c48" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-cp311-cp311-macosx_11_0_arm64.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-cp311-cp311-macosx_11_0_arm64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "fcb25daa9219b4cf3a0ab24b0eb9a5cc8949ed4dc72acb8fa16b7e1681aa3c58" + "content": "3837c63dd6918a24de6c526277910e3766d8c2b1627c500b155f3eecad8fad65" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "d68c93e381010662ab873fea609bf6c0f428b6d0bb00f2c6939782e0818d37bf" + "content": "cdb7eb3cf3deb3dd9e7b8749323b5d970052711f9e1e9f36364163627f96da58" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "b34b7aa8b261c1dbf7720b5d6f01f38243e9b9daf7e6b8bc1fd4657000062f2c" + "content": "26ab43b6d65d25b1a333c8d1b1c2f8399385ff683a35ab5e274ba7b8bb7dc61c" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "2e6d75ab12b0bbab7215e5d40f1e5b738aa539598db27ef83b2ec46747df90e1" + "content": "75130df05aae7a7ac171b3b5b24714cffeabd054ad2ebc18870b3aa4526eba23" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "0b8612cd233543a3781bc659c731b9d607de65890085098986dfd573fc2befe5" + "content": "c34f751bf67cab69638564eee34023909380ba3e0d8ee7f6fe473079bf93f09b" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "aec493917dd45e3c69d00a8874e7cbed844efd935595ef78a0f25f14312e33c6" + "content": "f2671cb47e50a97f419a02cd1e0c339b31de017b033186358db92f4d8e2e17d8" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "661d25cbffaf8cc42e971dd570d87cb29a665f49f4abe1f9e76be9a5182c4688" + "content": "3c73254c256081704dba0a333457e2fb815364018788f9b501efe7c5e0ada401" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-cp311-cp311-musllinux_1_2_aarch64.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-cp311-cp311-musllinux_1_2_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "1df3659d26f539ac74fb3b0c481cdf9d725386e3552c6fa2974f4d33d78e544b" + "content": "4383beb4a29935b8fa28aca8fa84c956bf545cb0c46307b091b8d312a9150e6a" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-cp311-cp311-musllinux_1_2_i686.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-cp311-cp311-musllinux_1_2_i686.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "a1ce3ba137ed54f83e56fb983a5859a27d43a40188ba798993812fed73c70836" + "content": "dbceedcf4a9329cc665452db1aaf0845b85c666e4885b92ee0cddb1dbf7e052a" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-cp311-cp311-musllinux_1_2_x86_64.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-cp311-cp311-musllinux_1_2_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "69e64831e22a6b377772e7fb337533c365085b31619005802a79242fee620bc1" + "content": "f0a6d4a93d2a05daec7cb885157c97bbb0be4da739d6f9dfb02e101eb40921cd" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-cp311-none-win32.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-cp311-none-win32.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "998e33ad22dc7ec7e030b3df701c43630b5bc0d8fbc2267653577e3fec279afa" + "content": "c149a652aeac4902ecff2dd93c3b2681c608bd5208c793c4a99404b3e1afc87c" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-cp311-none-win_amd64.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-cp311-none-win_amd64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "7f2facbd386dd60cbbf1a794181e6aa0bd429bd78bfdf775436020172e2a23f0" + "content": "56313be667a837ff1ea3508cebb1ef6681d418fa2913a0635386cf29cff35165" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-cp312-cp312-macosx_10_12_x86_64.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-cp312-cp312-macosx_10_12_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "1d9a5be316c15ffb2b3c405c4ff14448c36b4435be062a7f578ccd8b01f0c4d8" + "content": "6d1d7539043b2b31307f2c6c72957a97c839a88b2629a348ebabe5aa8b626d6b" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-cp312-cp312-macosx_11_0_arm64.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-cp312-cp312-macosx_11_0_arm64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "cd5bf1af8efe569654bbef5a3e0a56eca45f87cfcffab31dd8dde70da5982475" + "content": "3e1dc59a5e7bc7f44bd0c048681f5e05356e479c50be4f2c1a7089103f1621d5" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "5417558f6887e9b6b65b4527232553c139b57ec42c64570569b155262ac0754f" + "content": "b8f78398e67a7227aefa95f876481485403eb974b29e9dc38b307bb6eb2315ea" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "56a737287efecafc16f6d067c2ea0117abadcd078d58721f967952db329a3e5c" + "content": "ef07a0a1d254eeb16455d839cef6e8c2ed127f47f014bbda64a58b5482b6c836" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "8f03bccbd8586e9dd37219bce4d4e0d3ab492e6b3b533e973fa08a112cb2ffc9" + "content": "8124101e92c56827bebef084ff106e8ea11c743256149a95b9fd860d3a4f331f" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "4457a94da0d5c53dc4b3e4de1158bdab077db23c53232f37a3cb7afdb053a4e3" + "content": "08ce9c95a0b093b7aec75676b356a27879901488abc27e9d029273d280438505" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "0ab39c1ba9023914297dd88ec3b3b3c3f33671baeb6acf82ad7ce883f6e8e157" + "content": "0b02dd77a2de6e49078c8937aadabe933ceac04b41c5dde5eca13a69f3cf144e" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "9d54553c1136b50fd12cc17e5b11ad07374c316df307e4cfd6441bea5fb68496" + "content": "4dd02e29c8cbed21a1875330b07246b71121a1c08e29f0ee3db5b4cfe16980c4" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-cp312-cp312-musllinux_1_2_aarch64.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-cp312-cp312-musllinux_1_2_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "0af039631b6de0397ab2ba16eaf2872e9f8fca391b44d3d8cac317860a700a3f" + "content": "9c7042488165f7251dc7894cd533a875d2875af6d3b0e09eda9c4b334627ad1c" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-cp312-cp312-musllinux_1_2_i686.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-cp312-cp312-musllinux_1_2_i686.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "84ffab12db93b5f6bad84c712c92060a2d321b35c3c9960b43d08d0f639d60d7" + "content": "f809a17cc78bd331e137caa25262b507225854073fd319e987bd216bed911b7c" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-cp312-cp312-musllinux_1_2_x86_64.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-cp312-cp312-musllinux_1_2_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "685537e07897f173abcf67258bee3c05c374fa6fff89d4c7e42fb391b0605e98" + "content": "3ddab996807c6b4227967fe1587febade4e48ac47bb0e2d3e7858bc621b1cace" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-cp312-none-win32.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-cp312-none-win32.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "e003b002ec72c8d5a3e3da2989c7d6065b47d9eaa70cd8808b5384fbb970f4ec" + "content": "32e0db3d6e4f45601b58e4ac75c6f24afbf99818c647cc2066f3e4b192dabb1f" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-cp312-none-win_amd64.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-cp312-none-win_amd64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "08f9ad53c3f31dfb4baa00da22f1e862900f45908383c062c27628754af2e88e" + "content": "747251e428406b05fc86fee3904ee19550c4d2d19258cef274e2151f31ae9d38" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-cp38-cp38-macosx_10_12_x86_64.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-cp313-cp313-macosx_10_12_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "c0013fe6b46aa496a6749c77e00a3eb07952832ad6166bd481c74bda0dcb6d58" + "content": "dc733d35f861f8d78abfaf54035461e10423422999b360966bf1c443cbc42705" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-cp38-cp38-macosx_11_0_arm64.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-cp313-cp313-macosx_11_0_arm64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "e32a92116d4f2a80b629778280103d2a510a5b3f6314ceccd6e38006b5e92dcb" + "content": "bbda75f245caecff8faa7e32ee94dfaa8312a3367397975527f29654cd17a6ed" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "e541ec6f2ec456934fd279a3120f856cd0aedd209fc3852eca563f81738f6861" + "content": "bd04d8cab16cab5b0a9ffc7d10f0779cf1120ab16c3925404428f74a0a43205a" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "bed88b9a458e354014d662d47e7a5baafd7ff81c780fd91584a10d6ec842cb73" + "content": "e2d66eb41ffca6cc3c91d8387509d27ba73ad28371ef90255c50cb51f8953301" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "2644e47de560eb7bd55c20fc59f6daa04682655c58d08185a9b95c1970fa1e07" + "content": "fdf4890cda3b59170009d012fca3294c00140e7f2abe1910e6a730809d0f3f9b" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "8e8916ae4c720529e18afa0b879473049e95949bf97042e938530e072fde061d" + "content": "d1fa67ef839bad3815124f5f57e48cd50ff392f4911a9f3cf449d66fa3df62a5" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "465a3eb5659338cf2a9243e50ad9b2296fa15061736d6e26240e713522b6235c" + "content": "b82c9514c6d74b89a370c4060bdb80d2299bc6857e462e4a215b4ef7aa7b090e" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "ea7d4a99f3b38c37eac212dbd6ec42b7a5ec51e2c74b5d3223e43c811609e65f" + "content": "c7b07959866a6afb019abb9564d8a55046feb7a84506c74a6f197cbcdf8a208e" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-cp38-cp38-musllinux_1_2_aarch64.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-cp313-cp313-musllinux_1_2_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "67071a6171e92b6da534b8ae326505f7c18022c6f19072a81dcf40db2638767c" + "content": "4f580ae79d0b861dfd912494ab9d477bea535bfb4756a2269130b6607a21802e" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-cp38-cp38-musllinux_1_2_i686.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-cp313-cp313-musllinux_1_2_i686.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "41ef53e7c58aa4ef281da975f62c258950f54b76ec8e45941e93a3d1d8580594" + "content": "c6d20c8896c00775e6f62d8373aba32956aa0b850d02b5ec493f486c88e12859" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-cp38-cp38-musllinux_1_2_x86_64.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-cp313-cp313-musllinux_1_2_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "fdea4952db2793c4ad0bdccd27c1d8fdd1423a92f04598bc39425bcc2b8ee46e" + "content": "afedc35fe4b9e30ab240b208bb9dc8938cb4afe9187589e8d8d085e1aacb8309" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-cp38-none-win32.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-cp313-none-win32.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "7cd863afe7336c62ec78d7d1349a2f34c007a3cc6c2369d667c65aeec412a5b1" + "content": "1d4af2eb520d759f48f1073ad3caef997d1bfd910dc34e41261a595d3f038a94" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-cp38-none-win_amd64.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-cp313-none-win_amd64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "5307def11a35f5ae4581a0b658b0af8178c65c530e94893345bebf41cc139d33" + "content": "34bca66e2e3eabc8a19e9afe0d3e77789733c702c7c43cd008e953d5d1463fde" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-cp39-cp39-macosx_10_12_x86_64.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-cp38-cp38-macosx_10_12_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "77f195baa60a54ef9d2de16fbbfd3ff8b04edc0c0140a761b56c267ac11aa467" + "content": "24f8ae92c7fae7c28d0fae9b52829235df83f34847aa8160a47eb229d9666c7b" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-cp39-cp39-macosx_11_0_arm64.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-cp38-cp38-macosx_11_0_arm64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "39f5441553f1c2aed4de4377178ad8ff8f9d733723d6c66d983d75341de265ab" + "content": "71157f9db7f6bc6599a852852f3389343bea34315b4e6f109e5cbc97c1fb2963" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "9a00312dea9310d4cb7dbd7787e722d2e86a95c2db92fbd7d0155f97127bcb40" + "content": "1d494887d40dc4dd0d5a71e9d07324e5c09c4383d93942d391727e7a40ff810b" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "8f2fc11e8fe034ee3c34d316d0ad8808f45bc3b9ce5857ff29d513f3ff2923a1" + "content": "7b3661e6d4ba63a094138032c1356d557de5b3ea6fd3cca62a195f623e381c76" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "586f8204935b9ec884500498ccc91aa869fc652c40c093bd9e1471fbcc25c022" + "content": "97fbb77eaeb97591efdc654b8b5f3ccc066406ccfb3175b41382f221ecc216e8" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "ddc2f4dfd396c7bfa18e6ce371cba60e4cf9d2e5cdb71376aa2da264605b60b9" + "content": "4cc4bc73e53af8e7a42c8fd7923bbe35babacfa7394ae9240b3430b5dcf16b2a" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "5ddcba87675b6d509139d1b521e0c8250e967e63b5909a7e8f8944d0f90ff36f" + "content": "35af5e4d5448fa179fd7fff0bba0fba51f876cd55212f96c8bbcecc5c684ae5c" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "7bd339195d84439cbe5771546fe8a4e8a7a045417d8f9de9a368c434e42a721e" + "content": "3511f6baf8438326e351097cecd137eb45c5f019944fe0fd0ae2fea2fd26be39" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-cp39-cp39-musllinux_1_2_aarch64.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-cp38-cp38-musllinux_1_2_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "d7c36232a90d4755b720fbd76739d8891732b18cf240a9c645d75f00639a9024" + "content": "57863d16187995c10fe9cf911b897ed443ac68189179541734502353af33e693" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-cp39-cp39-musllinux_1_2_i686.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-cp38-cp38-musllinux_1_2_i686.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "6b0817e34942b2ca527b0e9298373e7cc75f429e8da2055607f4931fded23e20" + "content": "9e318e6786b1e750a62f90c6f7fa8b542102bdcf97c7c4de2a48b50b61bd36ec" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-cp39-cp39-musllinux_1_2_x86_64.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-cp38-cp38-musllinux_1_2_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "99f70b740dc04d09e6b2699b675874367885217a2e9f782bdf5395632ac663b7" + "content": "53dbc35808c6faa2ce3e48571f8f74ef70802218554884787b86a30947842a14" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-cp39-none-win32.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-cp38-none-win32.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "6ef687afab047554a2d366e112dd187b62d261d49eb79b77e386f94644363294" + "content": "8df1c283e57c9cb4d271fdc1875f4a58a143a2d1698eb0d6b7c0d7d5f49c53a1" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-cp39-none-win_amd64.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-cp38-none-win_amd64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "ad36cfb355e24f1bd37cac88c112cd7730873f20fb0bdaf8ba59eedf8216079f" + "content": "e76c902d229a3aa9d5ceb813e1cbcc69bf5bda44c80d574ff1ac1fa3136dea71" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-pp310-pypy310_pp73-macosx_10_12_x86_64.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-cp39-cp39-macosx_10_12_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "36b3ee798c58ace201289024b52788161e1ea133e4ac93fba7d49da5fec0ef9e" + "content": "de1f7cd5b6b351e1afd7568bdab94934d656abe273d66cda0ceea43bbc02a0c2" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-cp39-cp39-macosx_11_0_arm64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "f8a2f084546cc59ea99fda8e070be2fd140c3092dc11524a71aa8f0f3d5a55ca" + "content": "24fc5a84777cb61692d17988989690d6f34f7f95968ac81398d67c0d0994a897" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "e4461d0f003a0aa9be2bdd1b798a041f177189c1a0f7619fe8c95ad08d9a45d7" + "content": "74129d5ffc4cde992d89d345f7f7d6758320e5d44a369d74d83493429dad2de5" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "8db715ebe3bb7d86d77ac1826f7d67ec11a70dbd2376b7cc214199360517b641" + "content": "5e360188b72f8080fefa3adfdcf3618604cc8173651c9754f189fece068d2a45" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "793968759cd0d96cac1e367afd70c235867831983f876a53389ad869b043c948" + "content": "13e6d4840897d4e4e6b2aa1443e3a8eca92b0402182aafc5f4ca1f5e24f9270a" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "66e6a3af5a75363d2c9a48b07cb27c4ea542938b1a2e93b15a503cdfa8490795" + "content": "f09529d2332264a902688031a83c19de8fda5eb5881e44233286b9c9ec91856d" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "6ef0befbb5d79cf32d0266f5cff01545602344eda89480e1dd88aca964260b18" + "content": "0d4b52811dcbc1aba08fd88d475f75b4f6db0984ba12275d9bed1a04b2cae9b5" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "1d4acf42190d449d5e89654d5c1ed3a4f17925eec71f05e2a41414689cda02d1" + "content": "dd635c2c4043222d80d80ca1ac4530a633102a9f2ad12252183bcf338c1b9474" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-cp39-cp39-musllinux_1_2_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "a5f446dd5055667aabaee78487f2b5ab72e244f9bc0b2ffebfeec79051679984" + "content": "f35b34a5184d5e0cc360b61664c1c06e866aab077b5a7c538a3e20c8fcdbf90b" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-cp39-cp39-musllinux_1_2_i686.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "9dbbeb27f4e70bfd9eec1be5477517365afe05a9b2c441a0b21929ee61048124" + "content": "d4ec0046facab83012d821b33cead742a35b54575c4edfb7ed7445f63441835f" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-cp39-cp39-musllinux_1_2_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "22806714311a69fd0af9b35b7be97c18a0fc2826e6827dbb3a8c94eac6cf7eeb" + "content": "f5b8353ea1a4d7dfb59a7f45c04df66ecfd363bb5b35f33b11ea579111d4655f" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-pp38-pypy38_pp73-macosx_10_12_x86_64.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-cp39-none-win32.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "b34ae4636dfc4e76a438ab826a0d1eed2589ca7d9a1b2d5bb546978ac6485461" + "content": "1fb93d3486f793d54a094e2bfd9cd97031f63fcb5bc18faeb3dd4b49a1c06523" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-pp38-pypy38_pp73-macosx_11_0_arm64.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-cp39-none-win_amd64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "8c8370641f1a7f0e0669ddccca22f1da893cef7628396431eb445d46d893e5cd" + "content": "7d5c7e32f3ee42f77d8ff1a10384b5cdcc2d37035e2e3320ded909aa192d32c3" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-pp310-pypy310_pp73-macosx_10_12_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "c8362467a0fdeccd47935f22c256bec5e6abe543bf0d66e3d3d57a8fb5731863" + "content": "89cc8921a4a5028d6dd388c399fcd2eef232e7040345af3d5b16c04b91cf3c7e" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "11a8c85ef4a07a7638180bf04fe189d12757c696eb41f310d2426895356dcf05" + "content": "bca34e913d27401bda2a6f390d0614049f5a95b3b11cd8eff80fe4ec340a1208" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "b316144e85316da2723f9d8dc75bada12fa58489a527091fa1d5a612643d1a0e" + "content": "5953391af1405f968eb5701ebbb577ebc5ced8d0041406f9052638bafe52209d" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "cf1ea2e34868f6fbf070e1af291c8180480310173de0b0c43fc38a02929fc0e3" + "content": "840e18c38098221ea6201f091fc5d4de6128961d2930fbbc96806fb43f69aec1" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "e546e768d08ad55b20b11dbb78a745151acbd938f8f00d0cfbabe8b0199b9880" + "content": "6d8b735c4d162dc7d86a9cf3d717f14b6c73637a1f9cd57fe7e61002d9cb1972" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "4901165d170a5fde6f589acb90a6b33629ad1ec976d4529e769c6f3d885e3e80" + "content": "ce757c7c90d35719b38fa3d4ca55654a76a40716ee299b0865f2de21c146801c" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "618a3d6cae6ef8ec88bb76dd80b83cfe415ad4f1d942ca2a903bf6b6ff97a2da" + "content": "a9421b23c85f361a133aa7c5e8ec757668f70343f4ed8fdb5a4a14abd5437244" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-pp38-pypy38_pp73-musllinux_1_2_i686.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "ed4eb745efbff0a8e9587d22a84be94a5eb7d2d99c02dacf7bd0911713ed14dd" + "content": "3b823be829407393d84ee56dc849dbe3b31b6a326f388e171555b262e8456cc1" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "6c81e5f372cd0dc5dc4809553d34f832f60a46034a5f187756d9b90586c2c307" + "content": "5e58b61dcbb483a442c6239c3836696b79f2cd8e7eec11e12155d3f6f2d886d1" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-pp39-pypy39_pp73-macosx_10_12_x86_64.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-pp310-pypy310_pp73-musllinux_1_2_i686.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "43fbac5f22e25bee1d482c97474f930a353542855f05c1161fd804c9dc74a09d" + "content": "39d67896f7235b2c886fb1ee77b1491b77049dcef6fbf0f401e7b4cbed86bbd4" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "6d7faa6f14017c0b1e69f5e2c357b998731ea75a442ab3841c0dbbbfe902d2c4" + "content": "8b32cd4ab6db50c875001ba4f5a6b30c0f42151aa1fbf9c2e7e3674893fb1dc4" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-pp310-pypy310_pp73-win_amd64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "08231ac30a842bd04daabc4d71fddd7e6d26189406d5a69535638e4dcb88fe76" + "content": "1c32e41de995f39b6b315d66c27dea3ef7f7c937c06caab4c6a79a5e09e2c415" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-pp39-pypy39_pp73-macosx_10_12_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "044a3e61a7c2dafacae99d1e722cc2d4c05280790ec5a05031b3876809d89a5c" + "content": "1a129c02b42d46758c87faeea21a9f574e1c858b9f358b6dd0bbd71d17713175" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "3f26b5bd1079acdb0c7a5645e350fe54d16b17bfc5e71f371c449383d3342e17" + "content": "346557f5b1d8fd9966059b7a748fd79ac59f5752cd0e9498d6a40e3ac1c1875f" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "482103aed1dfe2f3b71a58eff35ba105289b8d862551ea576bd15479aba01f66" + "content": "31e450840f2f27699d014cfc8865cc747184286b26d945bcea6042bb6aa4d26e" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "1374f4129f9bcca53a1bba0bb86bf78325a0374577cf7e9e4cd046b1e6f20e24" + "content": "01227f8b3e6c8961490d869aa65c99653df80d2f0a7fde8c64ebddab2b9b02fd" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "635dc434ff724b178cb192c70016cc0ad25a275228f749ee0daf0eddbc8183b1" + "content": "69084fd29bfeff14816666c93a466e85414fe6b7d236cfc108a9c11afa6f7301" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "bc362ee4e314870a70f4ae88772d72d877246537d9f8cb8f7eacf10884862432" + "content": "e4d2b88efe65544a7d5121b0c3b003ebba92bfede2ea3577ce548b69c5235185" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "4832d7d380477521a8c1644bbab6588dfedea5e30a7d967b5fb75977c45fd77f" + "content": "6ea961a674172ed2235d990d7edf85d15d8dfa23ab8575e48306371c070cda67" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "42821446ee7a76f5d9f71f9e33a4fb2ffd724bb3e7f93386150b61a43115788d" + "content": "5beffdbe766cfe4fb04f30644d822a1080b5359df7db3a63d30fa928375b2720" } ], "type": "distribution", - "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.18.0.tar.gz" + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "720f3108fb1bfa32e51db58b832898372eb5891e8472a8093008010911e324c5" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-pp39-pypy39_pp73-musllinux_1_2_i686.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "c2087dbb76a87ec2c619253e021e4fb20d1a72580feeaa6892b0b3d955175a71" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "2ddd50f18ebc05ec29a0d9271e9dbe93997536da3546677f8ca00b76d477680c" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1-pp39-pypy39_pp73-win_amd64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "31dd5794837f00b46f4096aa8ccaa5972f73a938982e32ed817bb520c465e520" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/rpds-py/#rpds_py-0.19.1.tar.gz" } ], "name": "rpds-py", - "purl": "pkg:pypi/rpds-py@0.18.0", + "purl": "pkg:pypi/rpds-py@0.19.1", "type": "library", - "version": "0.18.0" + "version": "0.19.1" }, { - "bom-ref": "setuptools@69.0.3", + "bom-ref": "ruamel-yaml@0.18.6", + "description": "ruamel.yaml is a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "57b53ba33def16c4f3d807c0ccbc00f8a6081827e81ba2491691b76882d0c636" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/ruamel-yaml/#ruamel.yaml-0.18.6-py3-none-any.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "8b27e6a217e786c6fbe5634d8f3f11bc63e0f80f6a5890f28863d9c45aac311b" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/ruamel-yaml/#ruamel.yaml-0.18.6.tar.gz" + } + ], + "name": "ruamel-yaml", + "purl": "pkg:pypi/ruamel-yaml@0.18.6", + "type": "library", + "version": "0.18.6" + }, + { + "bom-ref": "ruamel-yaml-clib@0.2.8", + "description": "C version of reader, parser and emitter for ruamel.yaml derived from libyaml", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "b42169467c42b692c19cf539c38d4602069d8c1505e97b86387fcf7afb766e1d" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/ruamel-yaml-clib/#ruamel.yaml.clib-0.2.8-cp310-cp310-macosx_10_9_universal2.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "07238db9cbdf8fc1e9de2489a4f68474e70dffcb32232db7c08fa61ca0c7c462" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/ruamel-yaml-clib/#ruamel.yaml.clib-0.2.8-cp310-cp310-macosx_13_0_arm64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "fff3573c2db359f091e1589c3d7c5fc2f86f5bdb6f24252c2d8e539d4e45f412" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/ruamel-yaml-clib/#ruamel.yaml.clib-0.2.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "aa2267c6a303eb483de8d02db2871afb5c5fc15618d894300b88958f729ad74f" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/ruamel-yaml-clib/#ruamel.yaml.clib-0.2.8-cp310-cp310-manylinux_2_24_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "840f0c7f194986a63d2c2465ca63af8ccbbc90ab1c6001b1978f05119b5e7334" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/ruamel-yaml-clib/#ruamel.yaml.clib-0.2.8-cp310-cp310-musllinux_1_1_i686.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "024cfe1fc7c7f4e1aff4a81e718109e13409767e4f871443cbff3dba3578203d" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/ruamel-yaml-clib/#ruamel.yaml.clib-0.2.8-cp310-cp310-musllinux_1_1_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "c69212f63169ec1cfc9bb44723bf2917cbbd8f6191a00ef3410f5a7fe300722d" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/ruamel-yaml-clib/#ruamel.yaml.clib-0.2.8-cp310-cp310-win32.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "cabddb8d8ead485e255fe80429f833172b4cadf99274db39abc080e068cbcc31" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/ruamel-yaml-clib/#ruamel.yaml.clib-0.2.8-cp310-cp310-win_amd64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "bef08cd86169d9eafb3ccb0a39edb11d8e25f3dae2b28f5c52fd997521133069" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/ruamel-yaml-clib/#ruamel.yaml.clib-0.2.8-cp311-cp311-macosx_10_9_universal2.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "b16420e621d26fdfa949a8b4b47ade8810c56002f5389970db4ddda51dbff248" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/ruamel-yaml-clib/#ruamel.yaml.clib-0.2.8-cp311-cp311-macosx_13_0_arm64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "25c515e350e5b739842fc3228d662413ef28f295791af5e5110b543cf0b57d9b" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/ruamel-yaml-clib/#ruamel.yaml.clib-0.2.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "1707814f0d9791df063f8c19bb51b0d1278b8e9a2353abbb676c2f685dee6afe" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/ruamel-yaml-clib/#ruamel.yaml.clib-0.2.8-cp311-cp311-manylinux_2_24_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "46d378daaac94f454b3a0e3d8d78cafd78a026b1d71443f4966c696b48a6d899" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/ruamel-yaml-clib/#ruamel.yaml.clib-0.2.8-cp311-cp311-musllinux_1_1_i686.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "09b055c05697b38ecacb7ac50bdab2240bfca1a0c4872b0fd309bb07dc9aa3a9" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/ruamel-yaml-clib/#ruamel.yaml.clib-0.2.8-cp311-cp311-musllinux_1_1_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "53a300ed9cea38cf5a2a9b069058137c2ca1ce658a874b79baceb8f892f915a7" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/ruamel-yaml-clib/#ruamel.yaml.clib-0.2.8-cp311-cp311-win32.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "c2a72e9109ea74e511e29032f3b670835f8a59bbdc9ce692c5b4ed91ccf1eedb" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/ruamel-yaml-clib/#ruamel.yaml.clib-0.2.8-cp311-cp311-win_amd64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "ebc06178e8821efc9692ea7544aa5644217358490145629914d8020042c24aa1" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/ruamel-yaml-clib/#ruamel.yaml.clib-0.2.8-cp312-cp312-macosx_10_9_universal2.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "edaef1c1200c4b4cb914583150dcaa3bc30e592e907c01117c08b13a07255ec2" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/ruamel-yaml-clib/#ruamel.yaml.clib-0.2.8-cp312-cp312-macosx_13_0_arm64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "d176b57452ab5b7028ac47e7b3cf644bcfdc8cacfecf7e71759f7f51a59e5c92" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/ruamel-yaml-clib/#ruamel.yaml.clib-0.2.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "1dc67314e7e1086c9fdf2680b7b6c2be1c0d8e3a8279f2e993ca2a7545fecf62" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/ruamel-yaml-clib/#ruamel.yaml.clib-0.2.8-cp312-cp312-manylinux_2_24_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "3213ece08ea033eb159ac52ae052a4899b56ecc124bb80020d9bbceeb50258e9" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/ruamel-yaml-clib/#ruamel.yaml.clib-0.2.8-cp312-cp312-musllinux_1_1_i686.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "aab7fd643f71d7946f2ee58cc88c9b7bfc97debd71dcc93e03e2d174628e7e2d" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/ruamel-yaml-clib/#ruamel.yaml.clib-0.2.8-cp312-cp312-musllinux_1_1_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "5c365d91c88390c8d0a8545df0b5857172824b1c604e867161e6b3d59a827eaa" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/ruamel-yaml-clib/#ruamel.yaml.clib-0.2.8-cp312-cp312-win32.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "1758ce7d8e1a29d23de54a16ae867abd370f01b5a69e1a3ba75223eaa3ca1a1b" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/ruamel-yaml-clib/#ruamel.yaml.clib-0.2.8-cp312-cp312-win_amd64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "a5aa27bad2bb83670b71683aae140a1f52b0857a2deff56ad3f6c13a017a26ed" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/ruamel-yaml-clib/#ruamel.yaml.clib-0.2.8-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "c58ecd827313af6864893e7af0a3bb85fd529f862b6adbefe14643947cfe2942" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/ruamel-yaml-clib/#ruamel.yaml.clib-0.2.8-cp37-cp37m-macosx_10_9_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "f481f16baec5290e45aebdc2a5168ebc6d35189ae6fea7a58787613a25f6e875" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/ruamel-yaml-clib/#ruamel.yaml.clib-0.2.8-cp37-cp37m-macosx_12_0_arm64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "77159f5d5b5c14f7c34073862a6b7d34944075d9f93e681638f6d753606c6ce6" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/ruamel-yaml-clib/#ruamel.yaml.clib-0.2.8-cp37-cp37m-manylinux_2_24_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "7f67a1ee819dc4562d444bbafb135832b0b909f81cc90f7aa00260968c9ca1b3" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/ruamel-yaml-clib/#ruamel.yaml.clib-0.2.8-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "4ecbf9c3e19f9562c7fdd462e8d18dd902a47ca046a2e64dba80699f0b6c09b7" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/ruamel-yaml-clib/#ruamel.yaml.clib-0.2.8-cp37-cp37m-musllinux_1_1_i686.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "87ea5ff66d8064301a154b3933ae406b0863402a799b16e4a1d24d9fbbcbe0d3" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/ruamel-yaml-clib/#ruamel.yaml.clib-0.2.8-cp37-cp37m-musllinux_1_1_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "75e1ed13e1f9de23c5607fe6bd1aeaae21e523b32d83bb33918245361e9cc51b" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/ruamel-yaml-clib/#ruamel.yaml.clib-0.2.8-cp37-cp37m-win32.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "3f215c5daf6a9d7bbed4a0a4f760f3113b10e82ff4c5c44bec20a68c8014f675" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/ruamel-yaml-clib/#ruamel.yaml.clib-0.2.8-cp37-cp37m-win_amd64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "1b617618914cb00bf5c34d4357c37aa15183fa229b24767259657746c9077615" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/ruamel-yaml-clib/#ruamel.yaml.clib-0.2.8-cp38-cp38-macosx_10_9_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "a6a9ffd280b71ad062eae53ac1659ad86a17f59a0fdc7699fd9be40525153337" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/ruamel-yaml-clib/#ruamel.yaml.clib-0.2.8-cp38-cp38-macosx_12_0_arm64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "305889baa4043a09e5b76f8e2a51d4ffba44259f6b4c72dec8ca56207d9c6fe1" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/ruamel-yaml-clib/#ruamel.yaml.clib-0.2.8-cp38-cp38-manylinux_2_24_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "700e4ebb569e59e16a976857c8798aee258dceac7c7d6b50cab63e080058df91" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/ruamel-yaml-clib/#ruamel.yaml.clib-0.2.8-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "e2b4c44b60eadec492926a7270abb100ef9f72798e18743939bdbf037aab8c28" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/ruamel-yaml-clib/#ruamel.yaml.clib-0.2.8-cp38-cp38-musllinux_1_1_i686.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "e79e5db08739731b0ce4850bed599235d601701d5694c36570a99a0c5ca41a9d" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/ruamel-yaml-clib/#ruamel.yaml.clib-0.2.8-cp38-cp38-musllinux_1_1_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "955eae71ac26c1ab35924203fda6220f84dce57d6d7884f189743e2abe3a9fbe" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/ruamel-yaml-clib/#ruamel.yaml.clib-0.2.8-cp38-cp38-win32.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "56f4252222c067b4ce51ae12cbac231bce32aee1d33fbfc9d17e5b8d6966c312" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/ruamel-yaml-clib/#ruamel.yaml.clib-0.2.8-cp38-cp38-win_amd64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "03d1162b6d1df1caa3a4bd27aa51ce17c9afc2046c31b0ad60a0a96ec22f8001" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/ruamel-yaml-clib/#ruamel.yaml.clib-0.2.8-cp39-cp39-macosx_10_9_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "bba64af9fa9cebe325a62fa398760f5c7206b215201b0ec825005f1b18b9bccf" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/ruamel-yaml-clib/#ruamel.yaml.clib-0.2.8-cp39-cp39-macosx_12_0_arm64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "a1a45e0bb052edf6a1d3a93baef85319733a888363938e1fc9924cb00c8df24c" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/ruamel-yaml-clib/#ruamel.yaml.clib-0.2.8-cp39-cp39-manylinux_2_24_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "da09ad1c359a728e112d60116f626cc9f29730ff3e0e7db72b9a2dbc2e4beed5" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/ruamel-yaml-clib/#ruamel.yaml.clib-0.2.8-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "184565012b60405d93838167f425713180b949e9d8dd0bbc7b49f074407c5a8b" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/ruamel-yaml-clib/#ruamel.yaml.clib-0.2.8-cp39-cp39-musllinux_1_1_i686.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "a75879bacf2c987c003368cf14bed0ffe99e8e85acfa6c0bfffc21a090f16880" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/ruamel-yaml-clib/#ruamel.yaml.clib-0.2.8-cp39-cp39-musllinux_1_1_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "84b554931e932c46f94ab306913ad7e11bba988104c5cff26d90d03f68258cd5" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/ruamel-yaml-clib/#ruamel.yaml.clib-0.2.8-cp39-cp39-win32.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "25ac8c08322002b06fa1d49d1646181f0b2c72f5cbc15a85e80b4c30a544bb15" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/ruamel-yaml-clib/#ruamel.yaml.clib-0.2.8-cp39-cp39-win_amd64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "beb2e0404003de9a4cab9753a8805a8fe9320ee6673136ed7f04255fe60bb512" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/ruamel-yaml-clib/#ruamel.yaml.clib-0.2.8.tar.gz" + } + ], + "name": "ruamel-yaml-clib", + "purl": "pkg:pypi/ruamel-yaml-clib@0.2.8", + "type": "library", + "version": "0.2.8" + }, + { + "bom-ref": "scmrepo@3.3.6", + "description": "scmrepo", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "7d8ae6a694f5559a1622780dfa4aeff73d6bb7bbc0066d103accbdf3e22116ca" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/scmrepo/#scmrepo-3.3.6-py3-none-any.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "ede18a83d05f73bf4f7921980fe5f8f7bf9b0fa44da17e240a8b743b0ba71893" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/scmrepo/#scmrepo-3.3.6.tar.gz" + } + ], + "name": "scmrepo", + "purl": "pkg:pypi/scmrepo@3.3.6", + "type": "library", + "version": "3.3.6" + }, + { + "bom-ref": "semver@3.0.2", + "description": "Python helper for Semantic Versioning (https://semver.org)", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "b1ea4686fe70b981f85359eda33199d60c53964284e0cfb4977d243e37cf4bf4" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/semver/#semver-3.0.2-py3-none-any.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "6253adb39c70f6e51afed2fa7152bcd414c411286088fb4b9effb133885ab4cc" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/semver/#semver-3.0.2.tar.gz" + } + ], + "name": "semver", + "purl": "pkg:pypi/semver@3.0.2", + "type": "library", + "version": "3.0.2" + }, + { + "bom-ref": "setuptools@72.1.0", "description": "Easily download, build, install, upgrade, and uninstall Python packages", "externalReferences": [ { @@ -12613,28 +20400,124 @@ "hashes": [ { "alg": "SHA-256", - "content": "385eb4edd9c9d5c17540511303e39a147ce2fc04bc55289c322b9e5904fe2c05" + "content": "5a03e1860cf56bb6ef48ce186b0e557fdba433237481a9a625176c2831be15d1" } ], "type": "distribution", - "url": "https://pypi.org/simple/setuptools/#setuptools-69.0.3-py3-none-any.whl" + "url": "https://pypi.org/simple/setuptools/#setuptools-72.1.0-py3-none-any.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "be1af57fc409f93647f2e8e4573a142ed38724b8cdd389706a867bb4efcf1e78" + "content": "8d243eff56d095e5817f796ede6ae32941278f542e0f941867cc05ae52b162ec" } ], "type": "distribution", - "url": "https://pypi.org/simple/setuptools/#setuptools-69.0.3.tar.gz" + "url": "https://pypi.org/simple/setuptools/#setuptools-72.1.0.tar.gz" } ], "name": "setuptools", - "purl": "pkg:pypi/setuptools@69.0.3", + "purl": "pkg:pypi/setuptools@72.1.0", "type": "library", - "version": "69.0.3" + "version": "72.1.0" + }, + { + "bom-ref": "shellingham@1.5.4", + "description": "Tool to Detect Surrounding Shell", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "7ecfff8f2fd72616f7481040475a65b2bf8af90a56c89140852d1120324e8686" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/shellingham/#shellingham-1.5.4-py2.py3-none-any.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "8dbca0739d487e5bd35ab3ca4b36e11c4078f3a234bfce294b0a0291363404de" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/shellingham/#shellingham-1.5.4.tar.gz" + } + ], + "name": "shellingham", + "purl": "pkg:pypi/shellingham@1.5.4", + "type": "library", + "version": "1.5.4" + }, + { + "bom-ref": "shortuuid@1.0.13", + "description": "A generator library for concise, unambiguous and URL-safe UUIDs.", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "a482a497300b49b4953e15108a7913244e1bb0d41f9d332f5e9925dba33a3c5a" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/shortuuid/#shortuuid-1.0.13-py3-none-any.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "3bb9cf07f606260584b1df46399c0b87dd84773e7b25912b7e391e30797c5e72" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/shortuuid/#shortuuid-1.0.13.tar.gz" + } + ], + "name": "shortuuid", + "purl": "pkg:pypi/shortuuid@1.0.13", + "type": "library", + "version": "1.0.13" + }, + { + "bom-ref": "shtab@1.7.1", + "description": "Automagic shell tab completion for Python CLI applications", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "32d3d2ff9022d4c77a62492b6ec875527883891e33c6b479ba4d41a51e259983" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/shtab/#shtab-1.7.1-py3-none-any.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "4e4bcb02eeb82ec45920a5d0add92eac9c9b63b2804c9196c1f1fdc2d039243c" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/shtab/#shtab-1.7.1.tar.gz" + } + ], + "name": "shtab", + "purl": "pkg:pypi/shtab@1.7.1", + "type": "library", + "version": "1.7.1" }, { "bom-ref": "six@1.16.0", @@ -12669,7 +20552,39 @@ "version": "1.16.0" }, { - "bom-ref": "sniffio@1.3.0", + "bom-ref": "smmap@5.0.1", + "description": "A pure Python implementation of a sliding window memory map manager", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "e6d8668fa5f93e706934a62d7b4db19c8d9eb8cf2adbb75ef1b675aa332b69da" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/smmap/#smmap-5.0.1-py3-none-any.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "dceeb6c0028fdb6734471eb07c0cd2aae706ccaecab45965ee83f11c8d3b1f62" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/smmap/#smmap-5.0.1.tar.gz" + } + ], + "name": "smmap", + "purl": "pkg:pypi/smmap@5.0.1", + "type": "library", + "version": "5.0.1" + }, + { + "bom-ref": "sniffio@1.3.1", "description": "Sniff out which async library your code is running under", "externalReferences": [ { @@ -12677,28 +20592,28 @@ "hashes": [ { "alg": "SHA-256", - "content": "eecefdce1e5bbfb7ad2eeaabf7c1eeb404d7757c379bd1f7e5cce9d8bf425384" + "content": "2f6da418d1f1e0fddd844478f41680e794e6051915791a034ff65e5f100525a2" } ], "type": "distribution", - "url": "https://pypi.org/simple/sniffio/#sniffio-1.3.0-py3-none-any.whl" + "url": "https://pypi.org/simple/sniffio/#sniffio-1.3.1-py3-none-any.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "e60305c5e5d314f5389259b7f22aaa33d8f7dee49763119234af3755c55b9101" + "content": "f4324edc670a0f49750a81b895f35c3adb843cca46f0530f79fc1babb23789dc" } ], "type": "distribution", - "url": "https://pypi.org/simple/sniffio/#sniffio-1.3.0.tar.gz" + "url": "https://pypi.org/simple/sniffio/#sniffio-1.3.1.tar.gz" } ], "name": "sniffio", - "purl": "pkg:pypi/sniffio@1.3.0", + "purl": "pkg:pypi/sniffio@1.3.1", "type": "library", - "version": "1.3.0" + "version": "1.3.1" }, { "bom-ref": "sortedcontainers@2.4.0", @@ -12732,6 +20647,38 @@ "type": "library", "version": "2.4.0" }, + { + "bom-ref": "sqltrie@0.11.0", + "description": "SQL-based prefix tree inspired by pygtrie and python-diskcache", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "132c3d2675dd14970093e2f8dcde906f7a3c900c4477641da71c0c8627eb5a0e" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/sqltrie/#sqltrie-0.11.0-py3-none-any.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "e613a74843e2b55ce1d20d333100d6a41127a1d6c12f835915f58fbd13944a82" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/sqltrie/#sqltrie-0.11.0.tar.gz" + } + ], + "name": "sqltrie", + "purl": "pkg:pypi/sqltrie@0.11.0", + "type": "library", + "version": "0.11.0" + }, { "bom-ref": "stack-data@0.6.3", "description": "Extract data from python stack frames and tracebacks for informative displays", @@ -12765,7 +20712,7 @@ "version": "0.6.3" }, { - "bom-ref": "starlette@0.35.1", + "bom-ref": "starlette@0.36.3", "description": "The little ASGI library that shines.", "externalReferences": [ { @@ -12773,28 +20720,98 @@ "hashes": [ { "alg": "SHA-256", - "content": "50bbbda9baa098e361f398fda0928062abbaf1f54f4fadcbe17c092a01eb9a25" + "content": "13d429aa93a61dc40bf503e8c801db1f1bca3dc706b10ef2434a36123568f044" } ], "type": "distribution", - "url": "https://pypi.org/simple/starlette/#starlette-0.35.1-py3-none-any.whl" + "url": "https://pypi.org/simple/starlette/#starlette-0.36.3-py3-none-any.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "3e2639dac3520e4f58734ed22553f950d3f3cb1001cd2eaac4d57e8cdc5f66bc" + "content": "90a671733cfb35771d8cc605e0b679d23b992f8dcfad48cc60b38cb29aeb7080" } ], "type": "distribution", - "url": "https://pypi.org/simple/starlette/#starlette-0.35.1.tar.gz" + "url": "https://pypi.org/simple/starlette/#starlette-0.36.3.tar.gz" } ], "name": "starlette", - "purl": "pkg:pypi/starlette@0.35.1", + "purl": "pkg:pypi/starlette@0.36.3", "type": "library", - "version": "0.35.1" + "version": "0.36.3" + }, + { + "bom-ref": "tabulate@0.9.0", + "description": "Pretty-print tabular data", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "024ca478df22e9340661486f85298cff5f6dcdba14f3813e8830015b9ed1948f" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/tabulate/#tabulate-0.9.0-py3-none-any.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "0095b12bf5966de529c0feb1fa08671671b3368eec77d7ef7ab114be2c068b3c" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/tabulate/#tabulate-0.9.0.tar.gz" + } + ], + "name": "tabulate", + "purl": "pkg:pypi/tabulate@0.9.0", + "type": "library", + "version": "0.9.0" + }, + { + "bom-ref": "tenacity@8.5.0", + "description": "Retry code until it succeeds", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "b594c2a5945830c267ce6b79a166228323ed52718f30302c1359836112346687" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/tenacity/#tenacity-8.5.0-py3-none-any.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "8bc6c0c8a09b31e6cad13c47afbed1a567518250a9a171418582ed8d9c20ca78" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/tenacity/#tenacity-8.5.0.tar.gz" + } + ], + "name": "tenacity", + "properties": [ + { + "name": "cdx:poetry:group", + "value": "main" + } + ], + "purl": "pkg:pypi/tenacity@8.5.0", + "type": "library", + "version": "8.5.0" }, { "bom-ref": "tomli@2.0.1", @@ -12829,7 +20846,7 @@ "version": "2.0.1" }, { - "bom-ref": "tomlkit@0.12.3", + "bom-ref": "tomlkit@0.13.0", "description": "Style preserving TOML library", "externalReferences": [ { @@ -12837,31 +20854,31 @@ "hashes": [ { "alg": "SHA-256", - "content": "b0a645a9156dc7cb5d3a1f0d4bab66db287fcb8e0430bdd4664a095ea16414ba" + "content": "7075d3042d03b80f603482d69bf0c8f345c2b30e41699fd8883227f89972b264" } ], "type": "distribution", - "url": "https://pypi.org/simple/tomlkit/#tomlkit-0.12.3-py3-none-any.whl" + "url": "https://pypi.org/simple/tomlkit/#tomlkit-0.13.0-py3-none-any.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "75baf5012d06501f07bee5bf8e801b9f343e7aac5a92581f20f80ce632e6b5a4" + "content": "08ad192699734149f5b97b45f1f18dad7eb1b6d16bc72ad0c2335772650d7b72" } ], "type": "distribution", - "url": "https://pypi.org/simple/tomlkit/#tomlkit-0.12.3.tar.gz" + "url": "https://pypi.org/simple/tomlkit/#tomlkit-0.13.0.tar.gz" } ], "name": "tomlkit", - "purl": "pkg:pypi/tomlkit@0.12.3", + "purl": "pkg:pypi/tomlkit@0.13.0", "type": "library", - "version": "0.12.3" + "version": "0.13.0" }, { - "bom-ref": "tornado@6.4", + "bom-ref": "tornado@6.4.1", "description": "Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.", "externalReferences": [ { @@ -12869,130 +20886,162 @@ "hashes": [ { "alg": "SHA-256", - "content": "02ccefc7d8211e5a7f9e8bc3f9e5b0ad6262ba2fbb683a6443ecc804e5224ce0" + "content": "163b0aafc8e23d8cdc3c9dfb24c5368af84a81e3364745ccb4427669bf84aec8" } ], "type": "distribution", - "url": "https://pypi.org/simple/tornado/#tornado-6.4-cp38-abi3-macosx_10_9_universal2.whl" + "url": "https://pypi.org/simple/tornado/#tornado-6.4.1-cp38-abi3-macosx_10_9_universal2.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "27787de946a9cffd63ce5814c33f734c627a87072ec7eed71f7fc4417bb16263" + "content": "6d5ce3437e18a2b66fbadb183c1d3364fb03f2be71299e7d10dbeeb69f4b2a14" } ], "type": "distribution", - "url": "https://pypi.org/simple/tornado/#tornado-6.4-cp38-abi3-macosx_10_9_x86_64.whl" + "url": "https://pypi.org/simple/tornado/#tornado-6.4.1-cp38-abi3-macosx_10_9_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "f7894c581ecdcf91666a0912f18ce5e757213999e183ebfc2c3fdbf4d5bd764e" + "content": "e2e20b9113cd7293f164dc46fffb13535266e713cdb87bd2d15ddb336e96cfc4" } ], "type": "distribution", - "url": "https://pypi.org/simple/tornado/#tornado-6.4-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + "url": "https://pypi.org/simple/tornado/#tornado-6.4.1-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "e43bc2e5370a6a8e413e1e1cd0c91bedc5bd62a74a532371042a18ef19e10579" + "content": "8ae50a504a740365267b2a8d1a90c9fbc86b780a39170feca9bcc1787ff80842" } ], "type": "distribution", - "url": "https://pypi.org/simple/tornado/#tornado-6.4-cp38-abi3-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" + "url": "https://pypi.org/simple/tornado/#tornado-6.4.1-cp38-abi3-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "f0251554cdd50b4b44362f73ad5ba7126fc5b2c2895cc62b14a1c2d7ea32f212" + "content": "613bf4ddf5c7a95509218b149b555621497a6cc0d46ac341b30bd9ec19eac7f3" } ], "type": "distribution", - "url": "https://pypi.org/simple/tornado/#tornado-6.4-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + "url": "https://pypi.org/simple/tornado/#tornado-6.4.1-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "fd03192e287fbd0899dd8f81c6fb9cbbc69194d2074b38f384cb6fa72b80e9c2" + "content": "25486eb223babe3eed4b8aecbac33b37e3dd6d776bc730ca14e1bf93888b979f" } ], "type": "distribution", - "url": "https://pypi.org/simple/tornado/#tornado-6.4-cp38-abi3-musllinux_1_1_aarch64.whl" + "url": "https://pypi.org/simple/tornado/#tornado-6.4.1-cp38-abi3-musllinux_1_2_aarch64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "88b84956273fbd73420e6d4b8d5ccbe913c65d31351b4c004ae362eba06e1f78" + "content": "454db8a7ecfcf2ff6042dde58404164d969b6f5d58b926da15e6b23817950fc4" } ], "type": "distribution", - "url": "https://pypi.org/simple/tornado/#tornado-6.4-cp38-abi3-musllinux_1_1_i686.whl" + "url": "https://pypi.org/simple/tornado/#tornado-6.4.1-cp38-abi3-musllinux_1_2_i686.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "71ddfc23a0e03ef2df1c1397d859868d158c8276a0603b96cf86892bff58149f" + "content": "a02a08cc7a9314b006f653ce40483b9b3c12cda222d6a46d4ac63bb6c9057698" } ], "type": "distribution", - "url": "https://pypi.org/simple/tornado/#tornado-6.4-cp38-abi3-musllinux_1_1_x86_64.whl" + "url": "https://pypi.org/simple/tornado/#tornado-6.4.1-cp38-abi3-musllinux_1_2_x86_64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "6f8a6c77900f5ae93d8b4ae1196472d0ccc2775cc1dfdc9e7727889145c45052" + "content": "d9a566c40b89757c9aa8e6f032bcdb8ca8795d7c1a9762910c722b1635c9de4d" } ], "type": "distribution", - "url": "https://pypi.org/simple/tornado/#tornado-6.4-cp38-abi3-win32.whl" + "url": "https://pypi.org/simple/tornado/#tornado-6.4.1-cp38-abi3-win32.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "10aeaa8006333433da48dec9fe417877f8bcc21f48dda8d661ae79da357b2a63" + "content": "b24b8982ed444378d7f21d563f4180a2de31ced9d8d84443907a0a64da2072e7" } ], "type": "distribution", - "url": "https://pypi.org/simple/tornado/#tornado-6.4-cp38-abi3-win_amd64.whl" + "url": "https://pypi.org/simple/tornado/#tornado-6.4.1-cp38-abi3-win_amd64.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "72291fa6e6bc84e626589f1c29d90a5a6d593ef5ae68052ee2ef000dfd273dee" + "content": "92d3ab53183d8c50f8204a51e6f91d18a15d5ef261e84d452800d4ff6fc504e9" } ], "type": "distribution", - "url": "https://pypi.org/simple/tornado/#tornado-6.4.tar.gz" + "url": "https://pypi.org/simple/tornado/#tornado-6.4.1.tar.gz" } ], "name": "tornado", - "purl": "pkg:pypi/tornado@6.4", + "purl": "pkg:pypi/tornado@6.4.1", "type": "library", - "version": "6.4" + "version": "6.4.1" }, { - "bom-ref": "traitlets@5.14.1", + "bom-ref": "tqdm@4.66.4", + "description": "Fast, Extensible Progress Meter", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "b75ca56b413b030bc3f00af51fd2c1a1a5eac6a0c1cca83cbb37a5c52abce644" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/tqdm/#tqdm-4.66.4-py3-none-any.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "e4d936c9de8727928f3be6079590e97d9abfe8d39a590be678eb5919ffc186bb" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/tqdm/#tqdm-4.66.4.tar.gz" + } + ], + "name": "tqdm", + "purl": "pkg:pypi/tqdm@4.66.4", + "type": "library", + "version": "4.66.4" + }, + { + "bom-ref": "traitlets@5.14.3", "description": "Traitlets Python configuration system", "externalReferences": [ { @@ -13000,31 +21049,63 @@ "hashes": [ { "alg": "SHA-256", - "content": "2e5a030e6eff91737c643231bfcf04a65b0132078dad75e4936700b213652e74" + "content": "b74e89e397b1ed28cc831db7aea759ba6640cb3de13090ca145426688ff1ac4f" } ], "type": "distribution", - "url": "https://pypi.org/simple/traitlets/#traitlets-5.14.1-py3-none-any.whl" + "url": "https://pypi.org/simple/traitlets/#traitlets-5.14.3-py3-none-any.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "8585105b371a04b8316a43d5ce29c098575c2e477850b62b848b964f1444527e" + "content": "9ed0579d3502c94b4b3732ac120375cda96f923114522847de4b3bb98b96b6b7" } ], "type": "distribution", - "url": "https://pypi.org/simple/traitlets/#traitlets-5.14.1.tar.gz" + "url": "https://pypi.org/simple/traitlets/#traitlets-5.14.3.tar.gz" } ], "name": "traitlets", - "purl": "pkg:pypi/traitlets@5.14.1", + "purl": "pkg:pypi/traitlets@5.14.3", "type": "library", - "version": "5.14.1" + "version": "5.14.3" }, { - "bom-ref": "types-python-dateutil@2.8.19.20240106", + "bom-ref": "typer@0.12.3", + "description": "Typer, build great CLIs. Easy to code. Based on Python type hints.", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "070d7ca53f785acbccba8e7d28b08dcd88f79f1fbda035ade0aecec71ca5c914" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/typer/#typer-0.12.3-py3-none-any.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "49e73131481d804288ef62598d97a1ceef3058905aa536a1134f90891ba35482" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/typer/#typer-0.12.3.tar.gz" + } + ], + "name": "typer", + "purl": "pkg:pypi/typer@0.12.3", + "type": "library", + "version": "0.12.3" + }, + { + "bom-ref": "types-python-dateutil@2.9.0.20240316", "description": "Typing stubs for python-dateutil", "externalReferences": [ { @@ -13032,31 +21113,31 @@ "hashes": [ { "alg": "SHA-256", - "content": "1f8db221c3b98e6ca02ea83a58371b22c374f42ae5bbdf186db9c9a76581459f" + "content": "5d2f2e240b86905e40944dd787db6da9263f0deabef1076ddaed797351ec0202" } ], "type": "distribution", - "url": "https://pypi.org/simple/types-python-dateutil/#types-python-dateutil-2.8.19.20240106.tar.gz" + "url": "https://pypi.org/simple/types-python-dateutil/#types-python-dateutil-2.9.0.20240316.tar.gz" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "efbbdc54590d0f16152fa103c9879c7d4a00e82078f6e2cf01769042165acaa2" + "content": "6b8cb66d960771ce5ff974e9dd45e38facb81718cc1e208b10b1baccbfdbee3b" } ], "type": "distribution", - "url": "https://pypi.org/simple/types-python-dateutil/#types_python_dateutil-2.8.19.20240106-py3-none-any.whl" + "url": "https://pypi.org/simple/types-python-dateutil/#types_python_dateutil-2.9.0.20240316-py3-none-any.whl" } ], "name": "types-python-dateutil", - "purl": "pkg:pypi/types-python-dateutil@2.8.19.20240106", + "purl": "pkg:pypi/types-python-dateutil@2.9.0.20240316", "type": "library", - "version": "2.8.19.20240106" + "version": "2.9.0.20240316" }, { - "bom-ref": "typing-extensions@4.9.0", + "bom-ref": "typing-extensions@4.12.2", "description": "Backported and Experimental Type Hints for Python 3.8+", "externalReferences": [ { @@ -13064,28 +21145,60 @@ "hashes": [ { "alg": "SHA-256", - "content": "af72aea155e91adfc61c3ae9e0e342dbc0cba726d6cba4b6c72c1f34e47291cd" + "content": "04e5ca0351e0f3f85c6853954072df659d0d13fac324d0072316b67d7794700d" } ], "type": "distribution", - "url": "https://pypi.org/simple/typing-extensions/#typing_extensions-4.9.0-py3-none-any.whl" + "url": "https://pypi.org/simple/typing-extensions/#typing_extensions-4.12.2-py3-none-any.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "23478f88c37f27d76ac8aee6c905017a143b0b1b886c3c9f66bc2fd94f9f5783" + "content": "1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8" } ], "type": "distribution", - "url": "https://pypi.org/simple/typing-extensions/#typing_extensions-4.9.0.tar.gz" + "url": "https://pypi.org/simple/typing-extensions/#typing_extensions-4.12.2.tar.gz" } ], "name": "typing-extensions", - "purl": "pkg:pypi/typing-extensions@4.9.0", + "purl": "pkg:pypi/typing-extensions@4.12.2", "type": "library", - "version": "4.9.0" + "version": "4.12.2" + }, + { + "bom-ref": "tzdata@2024.1", + "description": "Provider of IANA time zone data", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "9068bc196136463f5245e51efda838afa15aaeca9903f49050dfa2679db4d252" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/tzdata/#tzdata-2024.1-py2.py3-none-any.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "2674120f8d891909751c38abcdfd386ac0a5a1127954fbc332af6b5ceae07efd" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/tzdata/#tzdata-2024.1.tar.gz" + } + ], + "name": "tzdata", + "purl": "pkg:pypi/tzdata@2024.1", + "type": "library", + "version": "2024.1" }, { "bom-ref": "uri-template@1.3.0", @@ -13120,7 +21233,7 @@ "version": "1.3.0" }, { - "bom-ref": "urllib3@2.2.0", + "bom-ref": "urllib3@2.2.2", "description": "HTTP library with thread-safe connection pooling, file post, and more.", "externalReferences": [ { @@ -13128,28 +21241,28 @@ "hashes": [ { "alg": "SHA-256", - "content": "ce3711610ddce217e6d113a2732fafad960a03fd0318c91faa79481e35c11224" + "content": "a448b2f64d686155468037e1ace9f2d2199776e17f0a46610480d311f73e3472" } ], "type": "distribution", - "url": "https://pypi.org/simple/urllib3/#urllib3-2.2.0-py3-none-any.whl" + "url": "https://pypi.org/simple/urllib3/#urllib3-2.2.2-py3-none-any.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "051d961ad0c62a94e50ecf1af379c3aba230c66c710493493560c0c223c49f20" + "content": "dd505485549a7a552833da5e6063639d0d177c04f23bc3864e41e5dc5f612168" } ], "type": "distribution", - "url": "https://pypi.org/simple/urllib3/#urllib3-2.2.0.tar.gz" + "url": "https://pypi.org/simple/urllib3/#urllib3-2.2.2.tar.gz" } ], "name": "urllib3", - "purl": "pkg:pypi/urllib3@2.2.0", + "purl": "pkg:pypi/urllib3@2.2.2", "type": "library", - "version": "2.2.0" + "version": "2.2.2" }, { "bom-ref": "uvicorn@0.26.0", @@ -13190,7 +21303,39 @@ "version": "0.26.0" }, { - "bom-ref": "virtualenv@20.25.0", + "bom-ref": "vine@5.1.0", + "description": "Python promises.", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "40fdf3c48b2cfe1c38a49e9ae2da6fda88e4794c810050a728bd7413811fb1dc" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/vine/#vine-5.1.0-py3-none-any.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "8b62e981d35c41049211cf62a0a1242d8c1ee9bd15bb196ce38aefd6799e61e0" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/vine/#vine-5.1.0.tar.gz" + } + ], + "name": "vine", + "purl": "pkg:pypi/vine@5.1.0", + "type": "library", + "version": "5.1.0" + }, + { + "bom-ref": "virtualenv@20.26.3", "description": "Virtual Python Environment builder", "externalReferences": [ { @@ -13198,28 +21343,60 @@ "hashes": [ { "alg": "SHA-256", - "content": "4238949c5ffe6876362d9c0180fc6c3a824a7b12b80604eeb8085f2ed7460de3" + "content": "8cc4a31139e796e9a7de2cd5cf2489de1217193116a8fd42328f1bd65f434589" } ], "type": "distribution", - "url": "https://pypi.org/simple/virtualenv/#virtualenv-20.25.0-py3-none-any.whl" + "url": "https://pypi.org/simple/virtualenv/#virtualenv-20.26.3-py3-none-any.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "bf51c0d9c7dd63ea8e44086fa1e4fb1093a31e963b86959257378aef020e1f1b" + "content": "4c43a2a236279d9ea36a0d76f98d84bd6ca94ac4e0f4a3b9d46d05e10fea542a" } ], "type": "distribution", - "url": "https://pypi.org/simple/virtualenv/#virtualenv-20.25.0.tar.gz" + "url": "https://pypi.org/simple/virtualenv/#virtualenv-20.26.3.tar.gz" } ], "name": "virtualenv", - "purl": "pkg:pypi/virtualenv@20.25.0", + "purl": "pkg:pypi/virtualenv@20.26.3", "type": "library", - "version": "20.25.0" + "version": "20.26.3" + }, + { + "bom-ref": "voluptuous@0.15.2", + "description": "Python data validation library", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "016348bc7788a9af9520b1764ebd4de0df41fe2138ebe9e06fa036bf86a65566" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/voluptuous/#voluptuous-0.15.2-py3-none-any.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "6ffcab32c4d3230b4d2af3a577c87e1908a714a11f6f95570456b1849b0279aa" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/voluptuous/#voluptuous-0.15.2.tar.gz" + } + ], + "name": "voluptuous", + "purl": "pkg:pypi/voluptuous@0.15.2", + "type": "library", + "version": "0.15.2" }, { "bom-ref": "wcwidth@0.2.12", @@ -13260,7 +21437,7 @@ "version": "0.2.12" }, { - "bom-ref": "webcolors@1.13", + "bom-ref": "webcolors@24.6.0", "description": "A library for working with the color formats defined by HTML and CSS.", "externalReferences": [ { @@ -13268,28 +21445,28 @@ "hashes": [ { "alg": "SHA-256", - "content": "29bc7e8752c0a1bd4a1f03c14d6e6a72e93d82193738fa860cbff59d0fcc11bf" + "content": "8cf5bc7e28defd1d48b9e83d5fc30741328305a8195c29a8e668fa45586568a1" } ], "type": "distribution", - "url": "https://pypi.org/simple/webcolors/#webcolors-1.13-py3-none-any.whl" + "url": "https://pypi.org/simple/webcolors/#webcolors-24.6.0-py3-none-any.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "c225b674c83fa923be93d235330ce0300373d02885cef23238813b0d5668304a" + "content": "1d160d1de46b3e81e58d0a280d0c78b467dc80f47294b91b1ad8029d2cedb55b" } ], "type": "distribution", - "url": "https://pypi.org/simple/webcolors/#webcolors-1.13.tar.gz" + "url": "https://pypi.org/simple/webcolors/#webcolors-24.6.0.tar.gz" } ], "name": "webcolors", - "purl": "pkg:pypi/webcolors@1.13", + "purl": "pkg:pypi/webcolors@24.6.0", "type": "library", - "version": "1.13" + "version": "24.6.0" }, { "bom-ref": "win32-setctime@1.1.0", @@ -14104,7 +22281,1039 @@ "version": "1.16.0" }, { - "bom-ref": "zipp@3.17.0", + "bom-ref": "yarl@1.9.4", + "description": "Yet another URL library", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "a8c1df72eb746f4136fe9a2e72b0c9dc1da1cbd23b5372f94b5820ff8ae30e0e" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp310-cp310-macosx_10_9_universal2.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "a3a6ed1d525bfb91b3fc9b690c5a21bb52de28c018530ad85093cc488bee2dd2" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp310-cp310-macosx_10_9_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "c38c9ddb6103ceae4e4498f9c08fac9b590c5c71b0370f98714768e22ac6fa66" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp310-cp310-macosx_11_0_arm64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "d9e09c9d74f4566e905a0b8fa668c58109f7624db96a2171f21747abc7524234" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "b8477c1ee4bd47c57d49621a062121c3023609f7a13b8a46953eb6c9716ca392" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "d5ff2c858f5f6a42c2a8e751100f237c5e869cbde669a724f2062d4c4ef93551" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "357495293086c5b6d34ca9616a43d329317feab7917518bc97a08f9e55648455" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "54525ae423d7b7a8ee81ba189f131054defdb122cde31ff17477951464c1691c" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "801e9264d19643548651b9db361ce3287176671fb0117f96b5ac0ee1c3530d53" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp310-cp310-musllinux_1_1_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "e516dc8baf7b380e6c1c26792610230f37147bb754d6426462ab115a02944385" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp310-cp310-musllinux_1_1_i686.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "7d5aaac37d19b2904bb9dfe12cdb08c8443e7ba7d2852894ad448d4b8f442863" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp310-cp310-musllinux_1_1_ppc64le.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "54beabb809ffcacbd9d28ac57b0db46e42a6e341a030293fb3185c409e626b8b" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp310-cp310-musllinux_1_1_s390x.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "bac8d525a8dbc2a1507ec731d2867025d11ceadcb4dd421423a5d42c56818541" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp310-cp310-musllinux_1_1_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "7855426dfbddac81896b6e533ebefc0af2f132d4a47340cee6d22cac7190022d" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp310-cp310-win32.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "848cd2a1df56ddbffeb375535fb62c9d1645dde33ca4d51341378b3f5954429b" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp310-cp310-win_amd64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "35a2b9396879ce32754bd457d31a51ff0a9d426fd9e0e3c33394bf4b9036b099" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp311-cp311-macosx_10_9_universal2.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "4c7d56b293cc071e82532f70adcbd8b61909eec973ae9d2d1f9b233f3d943f2c" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp311-cp311-macosx_10_9_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "d8a1c6c0be645c745a081c192e747c5de06e944a0d21245f4cf7c05e457c36e0" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp311-cp311-macosx_11_0_arm64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "4b3c1ffe10069f655ea2d731808e76e0f452fc6c749bea04781daf18e6039525" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "549d19c84c55d11687ddbd47eeb348a89df9cb30e1993f1b128f4685cd0ebbf8" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "a7409f968456111140c1c95301cadf071bd30a81cbd7ab829169fb9e3d72eae9" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "e23a6d84d9d1738dbc6e38167776107e63307dfc8ad108e580548d1f2c587f42" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "d8b889777de69897406c9fb0b76cdf2fd0f31267861ae7501d93003d55f54fbe" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "03caa9507d3d3c83bca08650678e25364e1843b484f19986a527630ca376ecce" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp311-cp311-musllinux_1_1_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "4e9035df8d0880b2f1c7f5031f33f69e071dfe72ee9310cfc76f7b605958ceb9" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp311-cp311-musllinux_1_1_i686.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "c0ec0ed476f77db9fb29bca17f0a8fcc7bc97ad4c6c1d8959c507decb22e8572" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp311-cp311-musllinux_1_1_ppc64le.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "ee04010f26d5102399bd17f8df8bc38dc7ccd7701dc77f4a68c5b8d733406958" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp311-cp311-musllinux_1_1_s390x.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "49a180c2e0743d5d6e0b4d1a9e5f633c62eca3f8a86ba5dd3c471060e352ca98" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp311-cp311-musllinux_1_1_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "81eb57278deb6098a5b62e88ad8281b2ba09f2f1147c4767522353eaa6260b31" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp311-cp311-win32.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "d1d2532b340b692880261c15aee4dc94dd22ca5d61b9db9a8a361953d36410b1" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp311-cp311-win_amd64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "0d2454f0aef65ea81037759be5ca9947539667eecebca092733b2eb43c965a81" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp312-cp312-macosx_10_9_universal2.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "44d8ffbb9c06e5a7f529f38f53eda23e50d1ed33c6c869e01481d3fafa6b8142" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp312-cp312-macosx_10_9_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "aaaea1e536f98754a6e5c56091baa1b6ce2f2700cc4a00b0d49eca8dea471074" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp312-cp312-macosx_11_0_arm64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "3777ce5536d17989c91696db1d459574e9a9bd37660ea7ee4d3344579bb6f129" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "9fc5fc1eeb029757349ad26bbc5880557389a03fa6ada41703db5e068881e5f2" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "ea65804b5dc88dacd4a40279af0cdadcfe74b3e5b4c897aa0d81cf86927fee78" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "aa102d6d280a5455ad6a0f9e6d769989638718e938a6a0a2ff3f4a7ff8c62cc4" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "09efe4615ada057ba2d30df871d2f668af661e971dfeedf0c159927d48bbeff0" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "008d3e808d03ef28542372d01057fd09168419cdc8f848efe2804f894ae03e51" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp312-cp312-musllinux_1_1_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "6f5cb257bc2ec58f437da2b37a8cd48f666db96d47b8a3115c29f316313654ff" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp312-cp312-musllinux_1_1_i686.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "992f18e0ea248ee03b5a6e8b3b4738850ae7dbb172cc41c966462801cbf62cf7" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp312-cp312-musllinux_1_1_ppc64le.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "0e9d124c191d5b881060a9e5060627694c3bdd1fe24c5eecc8d5d7d0eb6faabc" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp312-cp312-musllinux_1_1_s390x.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "3986b6f41ad22988e53d5778f91855dc0399b043fc8946d4f2e68af22ee9ff10" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp312-cp312-musllinux_1_1_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "4b21516d181cd77ebd06ce160ef8cc2a5e9ad35fb1c5930882baff5ac865eee7" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp312-cp312-win32.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "a9bd00dc3bc395a662900f33f74feb3e757429e545d831eef5bb280252631984" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp312-cp312-win_amd64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "63b20738b5aac74e239622d2fe30df4fca4942a86e31bf47a81a0e94c14df94f" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp37-cp37m-macosx_10_9_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "d7d7f7de27b8944f1fee2c26a88b4dabc2409d2fea7a9ed3df79b67277644e17" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "c74018551e31269d56fab81a728f683667e7c28c04e807ba08f8c9e3bba32f14" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "ca06675212f94e7a610e85ca36948bb8fc023e458dd6c63ef71abfd482481aa5" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "5aef935237d60a51a62b86249839b51345f47564208c6ee615ed2a40878dccdd" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "2b134fd795e2322b7684155b7855cc99409d10b2e408056db2b93b51a52accc7" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "d25039a474c4c72a5ad4b52495056f843a7ff07b632c1b92ea9043a3d9950f6e" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp37-cp37m-musllinux_1_1_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "f7d6b36dd2e029b6bcb8a13cf19664c7b8e19ab3a58e0fefbb5b8461447ed5ec" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp37-cp37m-musllinux_1_1_i686.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "957b4774373cf6f709359e5c8c4a0af9f6d7875db657adb0feaf8d6cb3c3964c" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp37-cp37m-musllinux_1_1_ppc64le.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "d7eeb6d22331e2fd42fce928a81c697c9ee2d51400bd1a28803965883e13cead" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp37-cp37m-musllinux_1_1_s390x.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "6a962e04b8f91f8c4e5917e518d17958e3bdee71fd1d8b88cdce74dd0ebbf434" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp37-cp37m-musllinux_1_1_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "f3bc6af6e2b8f92eced34ef6a96ffb248e863af20ef4fde9448cc8c9b858b749" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp37-cp37m-win32.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "ad4d7a90a92e528aadf4965d685c17dacff3df282db1121136c382dc0b6014d2" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp37-cp37m-win_amd64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "ec61d826d80fc293ed46c9dd26995921e3a82146feacd952ef0757236fc137be" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp38-cp38-macosx_10_9_universal2.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "8be9e837ea9113676e5754b43b940b50cce76d9ed7d2461df1af39a8ee674d9f" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp38-cp38-macosx_10_9_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "bef596fdaa8f26e3d66af846bbe77057237cb6e8efff8cd7cc8dff9a62278bbf" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp38-cp38-macosx_11_0_arm64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "2d47552b6e52c3319fede1b60b3de120fe83bde9b7bddad11a69fb0af7db32f1" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "84fc30f71689d7fc9168b92788abc977dc8cefa806909565fc2951d02f6b7d57" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "4aa9741085f635934f3a2583e16fcf62ba835719a8b2b28fb2917bb0537c1dfa" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "206a55215e6d05dbc6c98ce598a59e6fbd0c493e2de4ea6cc2f4934d5a18d130" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "07574b007ee20e5c375a8fe4a0789fad26db905f9813be0f9fef5a68080de559" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "5a2e2433eb9344a163aced6a5f6c9222c0786e5a9e9cac2c89f0b28433f56e23" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp38-cp38-musllinux_1_1_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "6ad6d10ed9b67a382b45f29ea028f92d25bc0bc1daf6c5b801b90b5aa70fb9ec" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp38-cp38-musllinux_1_1_i686.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "6fe79f998a4052d79e1c30eeb7d6c1c1056ad33300f682465e1b4e9b5a188b78" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp38-cp38-musllinux_1_1_ppc64le.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "a825ec844298c791fd28ed14ed1bffc56a98d15b8c58a20e0e08c1f5f2bea1be" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp38-cp38-musllinux_1_1_s390x.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "8619d6915b3b0b34420cf9b2bb6d81ef59d984cb0fde7544e9ece32b4b3043c3" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp38-cp38-musllinux_1_1_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "686a0c2f85f83463272ddffd4deb5e591c98aac1897d65e92319f729c320eece" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp38-cp38-win32.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "a00862fb23195b6b8322f7d781b0dc1d82cb3bcac346d1e38689370cc1cc398b" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp38-cp38-win_amd64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "604f31d97fa493083ea21bd9b92c419012531c4e17ea6da0f65cacdcf5d0bd27" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp39-cp39-macosx_10_9_universal2.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "8a854227cf581330ffa2c4824d96e52ee621dd571078a252c25e3a3b3d94a1b1" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp39-cp39-macosx_10_9_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "ba6f52cbc7809cd8d74604cce9c14868306ae4aa0282016b641c661f981a6e91" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp39-cp39-macosx_11_0_arm64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "a6327976c7c2f4ee6816eff196e25385ccc02cb81427952414a64811037bbc8b" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "8397a3817d7dcdd14bb266283cd1d6fc7264a48c186b986f32e86d86d35fbac5" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "e0381b4ce23ff92f8170080c97678040fc5b08da85e9e292292aba67fdac6c34" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "23d32a2594cb5d565d358a92e151315d1b2268bc10f4610d098f96b147370136" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "ddb2a5c08a4eaaba605340fdee8fc08e406c56617566d9643ad8bf6852778fc7" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "26a1dc6285e03f3cc9e839a2da83bcbf31dcb0d004c72d0730e755b33466c30e" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp39-cp39-musllinux_1_1_aarch64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "18580f672e44ce1238b82f7fb87d727c4a131f3a9d33a5e0e82b793362bf18b4" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp39-cp39-musllinux_1_1_i686.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "29e0f83f37610f173eb7e7b5562dd71467993495e568e708d99e9d1944f561ec" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp39-cp39-musllinux_1_1_ppc64le.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "1f23e4fe1e8794f74b6027d7cf19dc25f8b63af1483d91d595d4a07eca1fb26c" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp39-cp39-musllinux_1_1_s390x.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "db8e58b9d79200c76956cefd14d5c90af54416ff5353c5bfd7cbe58818e26ef0" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp39-cp39-musllinux_1_1_x86_64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "c7224cab95645c7ab53791022ae77a4509472613e839dab722a72abe5a684575" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp39-cp39-win32.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "824d6c50492add5da9374875ce72db7a0733b29c2394890aef23d533106e2b15" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-cp39-cp39-win_amd64.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "928cecb0ef9d5a7946eb6ff58417ad2fe9375762382f1bf5c55e61645f2c43ad" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4-py3-none-any.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "566db86717cf8080b99b58b083b773a908ae40f06681e87e589a976faf8246bf" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/yarl/#yarl-1.9.4.tar.gz" + } + ], + "name": "yarl", + "purl": "pkg:pypi/yarl@1.9.4", + "type": "library", + "version": "1.9.4" + }, + { + "bom-ref": "zc-lockfile@3.0.post1", + "description": "Basic inter-process locks", + "externalReferences": [ + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "ddb2d71088c061dc8a5edbaa346b637d742ca1e1564be75cb98e7dcae715de19" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/zc-lockfile/#zc.lockfile-3.0.post1-py3-none-any.whl" + }, + { + "comment": "from legacy-api", + "hashes": [ + { + "alg": "SHA-256", + "content": "adb2ee6d9e6a2333c91178dcb2c9b96a5744c78edb7712dc784a7d75648e81ec" + } + ], + "type": "distribution", + "url": "https://pypi.org/simple/zc-lockfile/#zc.lockfile-3.0.post1.tar.gz" + } + ], + "name": "zc-lockfile", + "purl": "pkg:pypi/zc-lockfile@3.0.post1", + "type": "library", + "version": "3.0.post1" + }, + { + "bom-ref": "zipp@3.19.2", "description": "Backport of pathlib-compatible object wrapper for zip files", "externalReferences": [ { @@ -14112,45 +23321,108 @@ "hashes": [ { "alg": "SHA-256", - "content": "0e923e726174922dce09c53c59ad483ff7bbb8e572e00c7f7c46b88556409f31" + "content": "f091755f667055f2d02b32c53771a7a6c8b47e1fdbc4b72a8b9072b3eef8015c" } ], "type": "distribution", - "url": "https://pypi.org/simple/zipp/#zipp-3.17.0-py3-none-any.whl" + "url": "https://pypi.org/simple/zipp/#zipp-3.19.2-py3-none-any.whl" }, { "comment": "from legacy-api", "hashes": [ { "alg": "SHA-256", - "content": "84e64a1c28cf7e91ed2078bb8cc8c259cb19b76942096c8d7b84947690cabaf0" + "content": "bf1dcf6450f873a13e952a29504887c89e6de7506209e5b1bcc3460135d4de19" } ], "type": "distribution", - "url": "https://pypi.org/simple/zipp/#zipp-3.17.0.tar.gz" + "url": "https://pypi.org/simple/zipp/#zipp-3.19.2.tar.gz" } ], "name": "zipp", - "purl": "pkg:pypi/zipp@3.17.0", + "purl": "pkg:pypi/zipp@3.19.2", "type": "library", - "version": "3.17.0" + "version": "3.19.2" } ], "dependencies": [ { - "ref": "annotated-types@0.6.0" + "dependsOn": [ + "aiohttp@3.9.5", + "azure-core@1.30.2", + "azure-datalake-store@0.0.53", + "azure-identity@1.17.1", + "azure-storage-blob@12.21.0", + "fsspec@2024.6.1" + ], + "ref": "adlfs@2024.7.0" }, { "dependsOn": [ - "exceptiongroup@1.2.0", - "idna@3.6", - "sniffio@1.3.0", - "typing-extensions@4.9.0" + "aiormq@6.8.0", + "yarl@1.9.4" ], - "ref": "anyio@4.2.0" + "ref": "aio-pika@9.4.2" }, { - "ref": "appnope@0.1.3" + "dependsOn": [ + "aiohttp@3.9.5" + ], + "ref": "aiohttp-retry@2.8.3" + }, + { + "dependsOn": [ + "aiosignal@1.3.1", + "async-timeout@4.0.3", + "attrs@23.2.0", + "frozenlist@1.4.1", + "multidict@6.0.5", + "yarl@1.9.4" + ], + "ref": "aiohttp@3.9.5" + }, + { + "dependsOn": [ + "pamqp@3.3.0", + "yarl@1.9.4" + ], + "ref": "aiormq@6.8.0" + }, + { + "dependsOn": [ + "frozenlist@1.4.1" + ], + "ref": "aiosignal@1.3.1" + }, + { + "dependsOn": [ + "vine@5.1.0" + ], + "ref": "amqp@5.2.0" + }, + { + "ref": "annotated-types@0.7.0" + }, + { + "ref": "antlr4-python3-runtime@4.9.3" + }, + { + "dependsOn": [ + "exceptiongroup@1.2.2", + "idna@3.7", + "sniffio@1.3.1", + "typing-extensions@4.12.2" + ], + "ref": "anyio@4.4.0" + }, + { + "ref": "appdirs@1.4.4" + }, + { + "ref": "appnope@0.1.4" + }, + { + "ref": "argcomplete@3.4.0" }, { "dependsOn": [ @@ -14166,22 +23438,22 @@ }, { "dependsOn": [ - "python-dateutil@2.8.2", - "types-python-dateutil@2.8.19.20240106" + "python-dateutil@2.9.0.post0", + "types-python-dateutil@2.9.0.20240316" ], "ref": "arrow@1.3.0" }, { "dependsOn": [ - "typing-extensions@4.9.0" + "typing-extensions@4.12.2" ], - "ref": "asgiref@3.7.2" + "ref": "asgiref@3.8.1" }, { "dependsOn": [ - "typing-extensions@4.9.0" + "typing-extensions@4.12.2" ], - "ref": "astroid@3.0.2" + "ref": "astroid@3.2.4" }, { "dependsOn": [ @@ -14189,38 +23461,104 @@ ], "ref": "asttokens@2.4.1" }, + { + "ref": "async-timeout@4.0.3" + }, + { + "dependsOn": [ + "cryptography@43.0.0", + "typing-extensions@4.12.2" + ], + "ref": "asyncssh@2.15.0" + }, + { + "ref": "atpublic@5.0" + }, { "ref": "attrs@23.2.0" }, { "dependsOn": [ - "requests@2.31.0", - "six@1.16.0", - "typing-extensions@4.9.0" + "azure-core@1.30.2", + "opentelemetry-api@1.25.0" ], - "ref": "azure-core@1.29.7" + "ref": "azure-core-tracing-opentelemetry@1.0.0b11" }, { "dependsOn": [ - "azure-core@1.29.7", - "cryptography@42.0.2", - "isodate@0.6.1", - "typing-extensions@4.9.0" + "requests@2.32.3", + "six@1.16.0", + "typing-extensions@4.12.2" ], - "ref": "azure-storage-blob@12.19.0" + "ref": "azure-core@1.30.2" }, { - "ref": "backoff@2.2.1" + "dependsOn": [ + "cffi@1.16.0", + "msal@1.30.0", + "requests@2.32.3" + ], + "ref": "azure-datalake-store@0.0.53" + }, + { + "dependsOn": [ + "azure-core@1.30.2", + "cryptography@43.0.0", + "msal-extensions@1.2.0", + "msal@1.30.0", + "typing-extensions@4.12.2" + ], + "ref": "azure-identity@1.17.1" + }, + { + "dependsOn": [ + "azure-core@1.30.2", + "fixedint@0.1.6", + "msrest@0.7.1", + "opentelemetry-api@1.25.0", + "opentelemetry-sdk@1.25.0", + "psutil@5.9.8" + ], + "ref": "azure-monitor-opentelemetry-exporter@1.0.0b27" + }, + { + "dependsOn": [ + "azure-core-tracing-opentelemetry@1.0.0b11", + "azure-core@1.30.2", + "azure-monitor-opentelemetry-exporter@1.0.0b27", + "opentelemetry-instrumentation-django@0.46b0", + "opentelemetry-instrumentation-fastapi@0.46b0", + "opentelemetry-instrumentation-flask@0.46b0", + "opentelemetry-instrumentation-psycopg2@0.46b0", + "opentelemetry-instrumentation-requests@0.46b0", + "opentelemetry-instrumentation-urllib3@0.46b0", + "opentelemetry-instrumentation-urllib@0.46b0", + "opentelemetry-resource-detector-azure@0.1.5", + "opentelemetry-sdk@1.25.0" + ], + "ref": "azure-monitor-opentelemetry@1.6.0" + }, + { + "dependsOn": [ + "azure-core@1.30.2", + "cryptography@43.0.0", + "isodate@0.6.1", + "typing-extensions@4.12.2" + ], + "ref": "azure-storage-blob@12.21.0" + }, + { + "ref": "billiard@4.2.0" }, { "dependsOn": [ "click@8.1.7", "mypy-extensions@1.0.0", - "packaging@23.2", + "packaging@24.1", "pathspec@0.12.1", - "platformdirs@4.2.0", + "platformdirs@3.11.0", "tomli@2.0.1", - "typing-extensions@4.9.0" + "typing-extensions@4.12.2" ], "ref": "black@23.12.1" }, @@ -14228,11 +23566,25 @@ "ref": "boolean-py@4.0" }, { - "ref": "certifi@2023.11.17" + "dependsOn": [ + "billiard@4.2.0", + "click-didyoumean@0.3.1", + "click-plugins@1.1.1", + "click-repl@0.3.0", + "click@8.1.7", + "kombu@5.3.7", + "python-dateutil@2.9.0.post0", + "tzdata@2024.1", + "vine@5.1.0" + ], + "ref": "celery@5.4.0" + }, + { + "ref": "certifi@2024.7.4" }, { "dependsOn": [ - "pycparser@2.21" + "pycparser@2.22" ], "ref": "cffi@1.16.0" }, @@ -14245,6 +23597,25 @@ { "ref": "charset-normalizer@3.3.2" }, + { + "dependsOn": [ + "click@8.1.7" + ], + "ref": "click-didyoumean@0.3.1" + }, + { + "dependsOn": [ + "click@8.1.7" + ], + "ref": "click-plugins@1.1.1" + }, + { + "dependsOn": [ + "click@8.1.7", + "prompt-toolkit@3.0.47" + ], + "ref": "click-repl@0.3.0" + }, { "dependsOn": [ "colorama@0.4.6" @@ -14256,47 +23627,59 @@ }, { "dependsOn": [ - "traitlets@5.14.1" + "traitlets@5.14.3" ], - "ref": "comm@0.2.1" + "ref": "comm@0.2.2" }, { - "ref": "coverage@7.4.1" + "dependsOn": [ + "six@1.16.0" + ], + "ref": "configobj@5.0.8" + }, + { + "ref": "coverage@7.6.0" }, { "dependsOn": [ "cffi@1.16.0" ], - "ref": "cryptography@42.0.2" + "ref": "cryptography@43.0.0" }, { "dependsOn": [ "chardet@5.2.0", - "cyclonedx-python-lib@6.4.1", - "packageurl-python@0.13.4", - "packaging@23.2", + "cyclonedx-python-lib@7.5.1", + "packageurl-python@0.15.6", + "packaging@24.1", "pip-requirements-parser@32.0.1", "tomli@2.0.1" ], - "ref": "cyclonedx-bom@4.1.1" + "ref": "cyclonedx-bom@4.5.0" }, { "dependsOn": [ - "jsonschema@4.21.1", - "license-expression@30.2.0", - "lxml@5.1.0", - "packageurl-python@0.13.4", - "py-serializable@1.0.1", + "jsonschema@4.23.0", + "license-expression@30.3.0", + "lxml@5.2.2", + "packageurl-python@0.15.6", + "py-serializable@1.1.0", "sortedcontainers@2.4.0" ], - "ref": "cyclonedx-python-lib@6.4.1" + "ref": "cyclonedx-python-lib@7.5.1" }, { - "ref": "debugpy@1.8.0" + "ref": "debugpy@1.8.2" }, { "ref": "decorator@5.1.1" }, + { + "dependsOn": [ + "ordered-set@4.1.0" + ], + "ref": "deepdiff@7.0.1" + }, { "ref": "defusedxml@0.7.1" }, @@ -14306,97 +23689,290 @@ ], "ref": "deprecated@1.2.14" }, + { + "ref": "dictdiffer@0.9.0" + }, { "ref": "dill@0.3.8" }, + { + "ref": "diskcache@5.6.3" + }, { "ref": "distlib@0.3.8" }, { - "ref": "dynaconf@3.2.4" + "ref": "distro@1.9.0" }, { - "ref": "exceptiongroup@1.2.0" + "ref": "dpath@2.2.0" + }, + { + "dependsOn": [ + "urllib3@2.2.2" + ], + "ref": "dulwich@0.22.1" + }, + { + "dependsOn": [ + "adlfs@2024.7.0", + "azure-identity@1.17.1", + "dvc@3.52.0", + "knack@0.12.0" + ], + "ref": "dvc-azure@3.1.0" + }, + { + "dependsOn": [ + "attrs@23.2.0", + "dictdiffer@0.9.0", + "diskcache@5.6.3", + "dvc-objects@5.1.0", + "fsspec@2024.6.1", + "funcy@2.0", + "pygtrie@2.5.0", + "sqltrie@0.11.0", + "tqdm@4.66.4" + ], + "ref": "dvc-data@3.15.1" + }, + { + "dependsOn": [ + "aiohttp-retry@2.8.3", + "fsspec@2024.6.1" + ], + "ref": "dvc-http@2.32.0" + }, + { + "dependsOn": [ + "fsspec@2024.6.1", + "funcy@2.0" + ], + "ref": "dvc-objects@5.1.0" + }, + { + "ref": "dvc-render@1.0.2" + }, + { + "dependsOn": [ + "dulwich@0.22.1", + "requests@2.32.3", + "voluptuous@0.15.2" + ], + "ref": "dvc-studio-client@0.21.0" + }, + { + "dependsOn": [ + "celery@5.4.0", + "funcy@2.0", + "kombu@5.3.7", + "pywin32@306", + "shortuuid@1.0.13" + ], + "ref": "dvc-task@0.4.0" + }, + { + "dependsOn": [ + "attrs@23.2.0", + "celery@5.4.0", + "colorama@0.4.6", + "configobj@5.0.8", + "distro@1.9.0", + "dpath@2.2.0", + "dulwich@0.22.1", + "dvc-data@3.15.1", + "dvc-http@2.32.0", + "dvc-objects@5.1.0", + "dvc-render@1.0.2", + "dvc-studio-client@0.21.0", + "dvc-task@0.4.0", + "flatten-dict@0.4.2", + "flufl-lock@8.1.0", + "fsspec@2024.6.1", + "funcy@2.0", + "grandalf@0.8", + "gto@1.7.1", + "hydra-core@1.3.2", + "iterative-telemetry@0.0.8", + "kombu@5.3.7", + "networkx@3.3", + "omegaconf@2.3.0", + "packaging@24.1", + "pathspec@0.12.1", + "platformdirs@3.11.0", + "psutil@5.9.8", + "pydot@3.0.1", + "pygtrie@2.5.0", + "pyparsing@3.1.2", + "requests@2.32.3", + "rich@13.7.1", + "ruamel-yaml@0.18.6", + "scmrepo@3.3.6", + "shortuuid@1.0.13", + "shtab@1.7.1", + "tabulate@0.9.0", + "tomlkit@0.13.0", + "tqdm@4.66.4", + "voluptuous@0.15.2", + "zc-lockfile@3.0.post1" + ], + "ref": "dvc@3.52.0" + }, + { + "ref": "dynaconf@3.2.6" + }, + { + "ref": "entrypoints@0.4" + }, + { + "ref": "exceptiongroup@1.2.2" }, { "ref": "executing@2.0.1" }, { "dependsOn": [ - "pydantic@2.6.0", - "starlette@0.35.1", - "typing-extensions@4.9.0" + "pydantic@2.8.2", + "starlette@0.36.3", + "typing-extensions@4.12.2" ], - "ref": "fastapi@0.109.0" + "ref": "fastapi@0.109.2" }, { - "ref": "filelock@3.13.1" + "ref": "filelock@3.15.4" + }, + { + "ref": "fixedint@0.1.6" + }, + { + "dependsOn": [ + "six@1.16.0" + ], + "ref": "flatten-dict@0.4.2" + }, + { + "dependsOn": [ + "atpublic@5.0", + "psutil@5.9.8" + ], + "ref": "flufl-lock@8.1.0" }, { "ref": "fqdn@1.5.1" }, + { + "ref": "frozenlist@1.4.1" + }, + { + "dependsOn": [ + "aiohttp@3.9.5", + "tqdm@4.66.4" + ], + "ref": "fsspec@2024.6.1" + }, { "ref": "funcy@2.0" }, { "dependsOn": [ - "protobuf@4.25.2" + "smmap@5.0.1" ], - "ref": "googleapis-common-protos@1.62.0" + "ref": "gitdb@4.0.11" }, { - "ref": "grpcio@1.60.0" + "dependsOn": [ + "gitdb@4.0.11" + ], + "ref": "gitpython@3.1.43" + }, + { + "dependsOn": [ + "protobuf@4.25.4" + ], + "ref": "googleapis-common-protos@1.63.2" + }, + { + "dependsOn": [ + "pyparsing@3.1.2" + ], + "ref": "grandalf@0.8" + }, + { + "ref": "grpcio@1.65.1" + }, + { + "dependsOn": [ + "entrypoints@0.4", + "funcy@2.0", + "pydantic@2.8.2", + "rich@13.7.1", + "ruamel-yaml@0.18.6", + "scmrepo@3.3.6", + "semver@3.0.2", + "tabulate@0.9.0", + "typer@0.12.3" + ], + "ref": "gto@1.7.1" }, { "ref": "h11@0.14.0" }, { - "ref": "identify@2.5.33" + "dependsOn": [ + "antlr4-python3-runtime@4.9.3", + "omegaconf@2.3.0", + "packaging@24.1" + ], + "ref": "hydra-core@1.3.2" }, { - "ref": "idna@3.6" + "ref": "identify@2.6.0" + }, + { + "ref": "idna@3.7" }, { "dependsOn": [ - "zipp@3.17.0" + "zipp@3.19.2" ], - "ref": "importlib-metadata@6.11.0" + "ref": "importlib-metadata@7.1.0" }, { "ref": "iniconfig@2.0.0" }, { "dependsOn": [ - "appnope@0.1.3", - "comm@0.2.1", - "debugpy@1.8.0", - "ipython@8.21.0", - "jupyter-client@8.6.0", - "jupyter-core@5.7.1", - "matplotlib-inline@0.1.6", + "appnope@0.1.4", + "comm@0.2.2", + "debugpy@1.8.2", + "ipython@8.26.0", + "jupyter-client@8.6.2", + "jupyter-core@5.7.2", + "matplotlib-inline@0.1.7", "nest-asyncio@1.6.0", - "packaging@23.2", + "packaging@24.1", "psutil@5.9.8", - "pyzmq@25.1.2", - "tornado@6.4", - "traitlets@5.14.1" + "pyzmq@26.0.3", + "tornado@6.4.1", + "traitlets@5.14.3" ], - "ref": "ipykernel@6.29.0" + "ref": "ipykernel@6.29.5" }, { "dependsOn": [ "colorama@0.4.6", "decorator@5.1.1", - "exceptiongroup@1.2.0", + "exceptiongroup@1.2.2", "jedi@0.19.1", - "matplotlib-inline@0.1.6", + "matplotlib-inline@0.1.7", "pexpect@4.9.0", - "prompt-toolkit@3.0.43", - "pygments@2.17.2", + "prompt-toolkit@3.0.47", + "pygments@2.18.0", "stack-data@0.6.3", - "traitlets@5.14.1" + "traitlets@5.14.3", + "typing-extensions@4.12.2" ], - "ref": "ipython@8.21.0" + "ref": "ipython@8.26.0" }, { "dependsOn": [ @@ -14415,16 +23991,28 @@ }, { "dependsOn": [ - "parso@0.8.3" + "appdirs@1.4.4", + "distro@1.9.0", + "filelock@3.15.4", + "requests@2.32.3" + ], + "ref": "iterative-telemetry@0.0.8" + }, + { + "dependsOn": [ + "parso@0.8.4" ], "ref": "jedi@0.19.1" }, { - "ref": "jsonpointer@2.4" + "ref": "jmespath@1.0.1" + }, + { + "ref": "jsonpointer@3.0.0" }, { "dependsOn": [ - "referencing@0.33.0" + "referencing@0.35.1" ], "ref": "jsonschema-specifications@2023.12.1" }, @@ -14432,51 +24020,69 @@ "dependsOn": [ "attrs@23.2.0", "fqdn@1.5.1", - "idna@3.6", + "idna@3.7", "isoduration@20.11.0", - "jsonpointer@2.4", + "jsonpointer@3.0.0", "jsonschema-specifications@2023.12.1", - "referencing@0.33.0", + "referencing@0.35.1", "rfc3339-validator@0.1.4", "rfc3987@1.3.8", - "rpds-py@0.18.0", + "rpds-py@0.19.1", "uri-template@1.3.0", - "webcolors@1.13" + "webcolors@24.6.0" ], - "ref": "jsonschema@4.21.1" + "ref": "jsonschema@4.23.0" }, { "dependsOn": [ - "jupyter-core@5.7.1", - "python-dateutil@2.8.2", - "pyzmq@25.1.2", - "tornado@6.4", - "traitlets@5.14.1" + "jupyter-core@5.7.2", + "python-dateutil@2.9.0.post0", + "pyzmq@26.0.3", + "tornado@6.4.1", + "traitlets@5.14.3" ], - "ref": "jupyter-client@8.6.0" + "ref": "jupyter-client@8.6.2" }, { "dependsOn": [ - "platformdirs@4.2.0", + "platformdirs@3.11.0", "pywin32@306", - "traitlets@5.14.1" + "traitlets@5.14.3" ], - "ref": "jupyter-core@5.7.1" + "ref": "jupyter-core@5.7.2" }, { "dependsOn": [ - "dynaconf@3.2.4", + "dynaconf@3.2.6", "funcy@2.0", "loguru@0.7.2", "pytest-loguru@0.2.0" ], - "ref": "kn-utils@0.2.7" + "ref": "kn-utils@0.2.9" + }, + { + "dependsOn": [ + "argcomplete@3.4.0", + "jmespath@1.0.1", + "packaging@24.1", + "pygments@2.18.0", + "pyyaml@6.0.1", + "tabulate@0.9.0" + ], + "ref": "knack@0.12.0" + }, + { + "dependsOn": [ + "amqp@5.2.0", + "vine@5.1.0" + ], + "ref": "kombu@5.3.7" }, { "dependsOn": [ "boolean-py@4.0" ], - "ref": "license-expression@30.2.0" + "ref": "license-expression@30.3.0" }, { "dependsOn": [ @@ -14486,26 +24092,63 @@ "ref": "loguru@0.7.2" }, { - "ref": "lxml@5.1.0" + "ref": "lxml@5.2.2" }, { "dependsOn": [ - "traitlets@5.14.1" + "mdurl@0.1.2" ], - "ref": "matplotlib-inline@0.1.6" + "ref": "markdown-it-py@3.0.0" + }, + { + "dependsOn": [ + "traitlets@5.14.3" + ], + "ref": "matplotlib-inline@0.1.7" }, { "ref": "mccabe@0.7.0" }, + { + "ref": "mdurl@0.1.2" + }, { "dependsOn": [ "argon2-cffi@23.1.0", - "certifi@2023.11.17", + "certifi@2024.7.4", "pycryptodome@3.20.0", - "typing-extensions@4.9.0", - "urllib3@2.2.0" + "typing-extensions@4.12.2", + "urllib3@2.2.2" ], - "ref": "minio@7.2.3" + "ref": "minio@7.2.7" + }, + { + "dependsOn": [ + "msal@1.30.0", + "portalocker@2.10.1" + ], + "ref": "msal-extensions@1.2.0" + }, + { + "dependsOn": [ + "cryptography@43.0.0", + "pyjwt@2.8.0", + "requests@2.32.3" + ], + "ref": "msal@1.30.0" + }, + { + "dependsOn": [ + "azure-core@1.30.2", + "certifi@2024.7.4", + "isodate@0.6.1", + "requests-oauthlib@2.0.0", + "requests@2.32.3" + ], + "ref": "msrest@0.7.1" + }, + { + "ref": "multidict@6.0.5" }, { "ref": "mypy-extensions@1.0.0" @@ -14513,152 +24156,225 @@ { "ref": "nest-asyncio@1.6.0" }, + { + "ref": "networkx@3.3" + }, + { + "ref": "nodeenv@1.9.1" + }, + { + "ref": "oauthlib@3.2.2" + }, { "dependsOn": [ - "setuptools@69.0.3" + "antlr4-python3-runtime@4.9.3", + "pyyaml@6.0.1" ], - "ref": "nodeenv@1.8.0" + "ref": "omegaconf@2.3.0" }, { "dependsOn": [ "deprecated@1.2.14", - "importlib-metadata@6.11.0" + "importlib-metadata@7.1.0" ], - "ref": "opentelemetry-api@1.22.0" + "ref": "opentelemetry-api@1.25.0" }, { "dependsOn": [ - "backoff@2.2.1", - "opentelemetry-proto@1.22.0" + "opentelemetry-proto@1.25.0" ], - "ref": "opentelemetry-exporter-otlp-proto-common@1.22.0" + "ref": "opentelemetry-exporter-otlp-proto-common@1.25.0" }, { "dependsOn": [ - "backoff@2.2.1", "deprecated@1.2.14", - "googleapis-common-protos@1.62.0", - "grpcio@1.60.0", - "opentelemetry-api@1.22.0", - "opentelemetry-exporter-otlp-proto-common@1.22.0", - "opentelemetry-proto@1.22.0", - "opentelemetry-sdk@1.22.0" + "googleapis-common-protos@1.63.2", + "grpcio@1.65.1", + "opentelemetry-api@1.25.0", + "opentelemetry-exporter-otlp-proto-common@1.25.0", + "opentelemetry-proto@1.25.0", + "opentelemetry-sdk@1.25.0" ], - "ref": "opentelemetry-exporter-otlp-proto-grpc@1.22.0" + "ref": "opentelemetry-exporter-otlp-proto-grpc@1.25.0" }, { "dependsOn": [ - "backoff@2.2.1", "deprecated@1.2.14", - "googleapis-common-protos@1.62.0", - "opentelemetry-api@1.22.0", - "opentelemetry-exporter-otlp-proto-common@1.22.0", - "opentelemetry-proto@1.22.0", - "opentelemetry-sdk@1.22.0", - "requests@2.31.0" + "googleapis-common-protos@1.63.2", + "opentelemetry-api@1.25.0", + "opentelemetry-exporter-otlp-proto-common@1.25.0", + "opentelemetry-proto@1.25.0", + "opentelemetry-sdk@1.25.0", + "requests@2.32.3" ], - "ref": "opentelemetry-exporter-otlp-proto-http@1.22.0" + "ref": "opentelemetry-exporter-otlp-proto-http@1.25.0" }, { "dependsOn": [ - "opentelemetry-exporter-otlp-proto-grpc@1.22.0", - "opentelemetry-exporter-otlp-proto-http@1.22.0" + "opentelemetry-exporter-otlp-proto-grpc@1.25.0", + "opentelemetry-exporter-otlp-proto-http@1.25.0" ], - "ref": "opentelemetry-exporter-otlp@1.22.0" + "ref": "opentelemetry-exporter-otlp@1.25.0" }, { "dependsOn": [ - "asgiref@3.7.2", - "opentelemetry-api@1.22.0", - "opentelemetry-instrumentation@0.43b0", - "opentelemetry-semantic-conventions@0.43b0", - "opentelemetry-util-http@0.43b0" + "asgiref@3.8.1", + "opentelemetry-api@1.25.0", + "opentelemetry-instrumentation@0.46b0", + "opentelemetry-semantic-conventions@0.46b0", + "opentelemetry-util-http@0.46b0" ], - "ref": "opentelemetry-instrumentation-asgi@0.43b0" + "ref": "opentelemetry-instrumentation-asgi@0.46b0" }, { "dependsOn": [ - "opentelemetry-api@1.22.0", - "opentelemetry-instrumentation-asgi@0.43b0", - "opentelemetry-instrumentation@0.43b0", - "opentelemetry-semantic-conventions@0.43b0", - "opentelemetry-util-http@0.43b0" - ], - "ref": "opentelemetry-instrumentation-fastapi@0.43b0" - }, - { - "dependsOn": [ - "opentelemetry-api@1.22.0", - "opentelemetry-instrumentation-wsgi@0.43b0", - "opentelemetry-instrumentation@0.43b0", - "opentelemetry-semantic-conventions@0.43b0", - "opentelemetry-util-http@0.43b0", - "packaging@23.2" - ], - "ref": "opentelemetry-instrumentation-flask@0.43b0" - }, - { - "dependsOn": [ - "opentelemetry-api@1.22.0", - "packaging@23.2", + "opentelemetry-api@1.25.0", + "opentelemetry-instrumentation@0.46b0", + "opentelemetry-semantic-conventions@0.46b0", "wrapt@1.16.0" ], - "ref": "opentelemetry-instrumentation-pika@0.43b0" + "ref": "opentelemetry-instrumentation-dbapi@0.46b0" }, { "dependsOn": [ - "opentelemetry-api@1.22.0", - "opentelemetry-instrumentation@0.43b0", - "opentelemetry-semantic-conventions@0.43b0", - "opentelemetry-util-http@0.43b0" + "opentelemetry-api@1.25.0", + "opentelemetry-instrumentation-wsgi@0.46b0", + "opentelemetry-instrumentation@0.46b0", + "opentelemetry-semantic-conventions@0.46b0", + "opentelemetry-util-http@0.46b0" ], - "ref": "opentelemetry-instrumentation-requests@0.43b0" + "ref": "opentelemetry-instrumentation-django@0.46b0" }, { "dependsOn": [ - "opentelemetry-api@1.22.0", - "opentelemetry-instrumentation@0.43b0", - "opentelemetry-semantic-conventions@0.43b0", - "opentelemetry-util-http@0.43b0" + "opentelemetry-api@1.25.0", + "opentelemetry-instrumentation-asgi@0.46b0", + "opentelemetry-instrumentation@0.46b0", + "opentelemetry-semantic-conventions@0.46b0", + "opentelemetry-util-http@0.46b0" ], - "ref": "opentelemetry-instrumentation-wsgi@0.43b0" + "ref": "opentelemetry-instrumentation-fastapi@0.46b0" }, { "dependsOn": [ - "opentelemetry-api@1.22.0", - "setuptools@69.0.3", + "importlib-metadata@7.1.0", + "opentelemetry-api@1.25.0", + "opentelemetry-instrumentation-wsgi@0.46b0", + "opentelemetry-instrumentation@0.46b0", + "opentelemetry-semantic-conventions@0.46b0", + "opentelemetry-util-http@0.46b0", + "packaging@24.1" + ], + "ref": "opentelemetry-instrumentation-flask@0.46b0" + }, + { + "dependsOn": [ + "opentelemetry-api@1.25.0", + "opentelemetry-instrumentation@0.46b0", + "packaging@24.1", "wrapt@1.16.0" ], - "ref": "opentelemetry-instrumentation@0.43b0" + "ref": "opentelemetry-instrumentation-pika@0.46b0" }, { "dependsOn": [ - "protobuf@4.25.2" + "opentelemetry-api@1.25.0", + "opentelemetry-instrumentation-dbapi@0.46b0", + "opentelemetry-instrumentation@0.46b0" ], - "ref": "opentelemetry-proto@1.22.0" + "ref": "opentelemetry-instrumentation-psycopg2@0.46b0" }, { "dependsOn": [ - "opentelemetry-api@1.22.0", - "opentelemetry-semantic-conventions@0.43b0", - "typing-extensions@4.9.0" + "opentelemetry-api@1.25.0", + "opentelemetry-instrumentation@0.46b0", + "opentelemetry-semantic-conventions@0.46b0", + "opentelemetry-util-http@0.46b0" ], - "ref": "opentelemetry-sdk@1.22.0" + "ref": "opentelemetry-instrumentation-requests@0.46b0" }, { - "ref": "opentelemetry-semantic-conventions@0.43b0" + "dependsOn": [ + "opentelemetry-api@1.25.0", + "opentelemetry-instrumentation@0.46b0", + "opentelemetry-semantic-conventions@0.46b0", + "opentelemetry-util-http@0.46b0", + "wrapt@1.16.0" + ], + "ref": "opentelemetry-instrumentation-urllib3@0.46b0" }, { - "ref": "opentelemetry-util-http@0.43b0" + "dependsOn": [ + "opentelemetry-api@1.25.0", + "opentelemetry-instrumentation@0.46b0", + "opentelemetry-semantic-conventions@0.46b0", + "opentelemetry-util-http@0.46b0" + ], + "ref": "opentelemetry-instrumentation-urllib@0.46b0" }, { - "ref": "packageurl-python@0.13.4" + "dependsOn": [ + "opentelemetry-api@1.25.0", + "opentelemetry-instrumentation@0.46b0", + "opentelemetry-semantic-conventions@0.46b0", + "opentelemetry-util-http@0.46b0" + ], + "ref": "opentelemetry-instrumentation-wsgi@0.46b0" }, { - "ref": "packaging@23.2" + "dependsOn": [ + "opentelemetry-api@1.25.0", + "setuptools@72.1.0", + "wrapt@1.16.0" + ], + "ref": "opentelemetry-instrumentation@0.46b0" }, { - "ref": "parso@0.8.3" + "dependsOn": [ + "protobuf@4.25.4" + ], + "ref": "opentelemetry-proto@1.25.0" + }, + { + "dependsOn": [ + "opentelemetry-sdk@1.25.0" + ], + "ref": "opentelemetry-resource-detector-azure@0.1.5" + }, + { + "dependsOn": [ + "opentelemetry-api@1.25.0", + "opentelemetry-semantic-conventions@0.46b0", + "typing-extensions@4.12.2" + ], + "ref": "opentelemetry-sdk@1.25.0" + }, + { + "dependsOn": [ + "opentelemetry-api@1.25.0" + ], + "ref": "opentelemetry-semantic-conventions@0.46b0" + }, + { + "ref": "opentelemetry-util-http@0.46b0" + }, + { + "ref": "ordered-set@4.1.0" + }, + { + "ref": "orjson@3.10.6" + }, + { + "ref": "packageurl-python@0.15.6" + }, + { + "ref": "packaging@24.1" + }, + { + "ref": "pamqp@3.3.0" + }, + { + "ref": "parso@0.8.4" }, { "ref": "pathspec@0.12.1" @@ -14674,26 +24390,32 @@ }, { "dependsOn": [ - "packaging@23.2", - "pyparsing@3.1.1" + "packaging@24.1", + "pyparsing@3.1.2" ], "ref": "pip-requirements-parser@32.0.1" }, { - "ref": "platformdirs@4.2.0" + "ref": "platformdirs@3.11.0" }, { - "ref": "pluggy@1.4.0" + "ref": "pluggy@1.5.0" + }, + { + "dependsOn": [ + "pywin32@306" + ], + "ref": "portalocker@2.10.1" }, { "dependsOn": [ "cfgv@3.4.0", - "identify@2.5.33", - "nodeenv@1.8.0", + "identify@2.6.0", + "nodeenv@1.9.1", "pyyaml@6.0.1", - "virtualenv@20.25.0" + "virtualenv@20.26.3" ], - "ref": "pre-commit@3.6.0" + "ref": "pre-commit@3.8.0" }, { "ref": "prometheus-client@0.18.0" @@ -14702,10 +24424,10 @@ "dependsOn": [ "wcwidth@0.2.12" ], - "ref": "prompt-toolkit@3.0.43" + "ref": "prompt-toolkit@3.0.47" }, { - "ref": "protobuf@4.25.2" + "ref": "protobuf@4.25.4" }, { "ref": "psutil@5.9.8" @@ -14714,69 +24436,92 @@ "ref": "ptyprocess@0.7.0" }, { - "ref": "pure-eval@0.2.2" + "ref": "pure-eval@0.2.3" }, { "dependsOn": [ "defusedxml@0.7.1" ], - "ref": "py-serializable@1.0.1" + "ref": "py-serializable@1.1.0" }, { "ref": "py@1.11.0" }, { - "ref": "pycparser@2.21" + "ref": "pycparser@2.22" }, { "ref": "pycryptodome@3.20.0" }, { "dependsOn": [ - "typing-extensions@4.9.0" + "typing-extensions@4.12.2" ], - "ref": "pydantic-core@2.16.1" + "ref": "pydantic-core@2.20.1" }, { "dependsOn": [ - "annotated-types@0.6.0", - "pydantic-core@2.16.1", - "typing-extensions@4.9.0" + "annotated-types@0.7.0", + "pydantic-core@2.20.1", + "typing-extensions@4.12.2" ], - "ref": "pydantic@2.6.0" - }, - { - "ref": "pygments@2.17.2" + "ref": "pydantic@2.8.2" }, { "dependsOn": [ - "azure-core@1.29.7", - "azure-storage-blob@12.19.0", + "pyparsing@3.1.2" + ], + "ref": "pydot@3.0.1" + }, + { + "dependsOn": [ + "cffi@1.16.0" + ], + "ref": "pygit2@1.15.1" + }, + { + "ref": "pygments@2.18.0" + }, + { + "ref": "pygtrie@2.5.0" + }, + { + "dependsOn": [ + "aio-pika@9.4.2", + "aiohttp@3.9.5", + "azure-core@1.30.2", + "azure-monitor-opentelemetry@1.6.0", + "azure-storage-blob@12.21.0", "black@23.12.1", - "coverage@7.4.1", - "cyclonedx-bom@4.1.1", - "fastapi@0.109.0", + "coverage@7.6.0", + "cyclonedx-bom@4.5.0", + "deepdiff@7.0.1", + "dvc-azure@3.1.0", + "dvc@3.52.0", + "fastapi@0.109.2", "funcy@2.0", - "ipykernel@6.29.0", - "kn-utils@0.2.7", - "minio@7.2.3", - "opentelemetry-api@1.22.0", - "opentelemetry-exporter-otlp-proto-http@1.22.0", - "opentelemetry-exporter-otlp@1.22.0", - "opentelemetry-instrumentation-fastapi@0.43b0", - "opentelemetry-instrumentation-flask@0.43b0", - "opentelemetry-instrumentation-pika@0.43b0", - "opentelemetry-instrumentation-requests@0.43b0", - "opentelemetry-instrumentation@0.43b0", - "opentelemetry-sdk@1.22.0", + "ipykernel@6.29.5", + "kn-utils@0.2.9", + "minio@7.2.7", + "opentelemetry-api@1.25.0", + "opentelemetry-exporter-otlp-proto-http@1.25.0", + "opentelemetry-exporter-otlp@1.25.0", + "opentelemetry-instrumentation-fastapi@0.46b0", + "opentelemetry-instrumentation-flask@0.46b0", + "opentelemetry-instrumentation-pika@0.46b0", + "opentelemetry-instrumentation-requests@0.46b0", + "opentelemetry-instrumentation@0.46b0", + "opentelemetry-sdk@1.25.0", "pika@1.3.2", - "pre-commit@3.6.0", + "pre-commit@3.8.0", "prometheus-client@0.18.0", + "protobuf@4.25.4", "pycryptodome@3.20.0", - "pylint@3.0.3", + "pylint@3.2.6", "pytest@7.4.4", - "requests@2.31.0", + "requests@2.32.3", "retry@0.9.2", + "tenacity@8.5.0", "uvicorn@0.26.0", "wcwidth@0.2.12" ], @@ -14784,19 +24529,25 @@ }, { "dependsOn": [ - "astroid@3.0.2", + "cryptography@43.0.0" + ], + "ref": "pyjwt@2.8.0" + }, + { + "dependsOn": [ + "astroid@3.2.4", "colorama@0.4.6", "dill@0.3.8", "isort@5.13.2", "mccabe@0.7.0", - "platformdirs@4.2.0", + "platformdirs@3.11.0", "tomli@2.0.1", - "tomlkit@0.12.3" + "tomlkit@0.13.0" ], - "ref": "pylint@3.0.3" + "ref": "pylint@3.2.6" }, { - "ref": "pyparsing@3.1.1" + "ref": "pyparsing@3.1.2" }, { "dependsOn": [ @@ -14808,10 +24559,10 @@ { "dependsOn": [ "colorama@0.4.6", - "exceptiongroup@1.2.0", + "exceptiongroup@1.2.2", "iniconfig@2.0.0", - "packaging@23.2", - "pluggy@1.4.0", + "packaging@24.1", + "pluggy@1.5.0", "tomli@2.0.1" ], "ref": "pytest@7.4.4" @@ -14820,7 +24571,7 @@ "dependsOn": [ "six@1.16.0" ], - "ref": "python-dateutil@2.8.2" + "ref": "python-dateutil@2.9.0.post0" }, { "ref": "pywin32@306" @@ -14832,23 +24583,30 @@ "dependsOn": [ "cffi@1.16.0" ], - "ref": "pyzmq@25.1.2" + "ref": "pyzmq@26.0.3" }, { "dependsOn": [ "attrs@23.2.0", - "rpds-py@0.18.0" + "rpds-py@0.19.1" ], - "ref": "referencing@0.33.0" + "ref": "referencing@0.35.1" }, { "dependsOn": [ - "certifi@2023.11.17", - "charset-normalizer@3.3.2", - "idna@3.6", - "urllib3@2.2.0" + "oauthlib@3.2.2", + "requests@2.32.3" ], - "ref": "requests@2.31.0" + "ref": "requests-oauthlib@2.0.0" + }, + { + "dependsOn": [ + "certifi@2024.7.4", + "charset-normalizer@3.3.2", + "idna@3.7", + "urllib3@2.2.2" + ], + "ref": "requests@2.32.3" }, { "dependsOn": [ @@ -14867,79 +24625,163 @@ "ref": "rfc3987@1.3.8" }, { - "ref": "rpds-py@0.18.0" + "dependsOn": [ + "markdown-it-py@3.0.0", + "pygments@2.18.0" + ], + "ref": "rich@13.7.1" }, { - "ref": "setuptools@69.0.3" + "ref": "rpds-py@0.19.1" + }, + { + "ref": "ruamel-yaml-clib@0.2.8" + }, + { + "dependsOn": [ + "ruamel-yaml-clib@0.2.8" + ], + "ref": "ruamel-yaml@0.18.6" + }, + { + "dependsOn": [ + "aiohttp-retry@2.8.3", + "asyncssh@2.15.0", + "dulwich@0.22.1", + "fsspec@2024.6.1", + "funcy@2.0", + "gitpython@3.1.43", + "pathspec@0.12.1", + "pygit2@1.15.1", + "pygtrie@2.5.0", + "tqdm@4.66.4" + ], + "ref": "scmrepo@3.3.6" + }, + { + "ref": "semver@3.0.2" + }, + { + "ref": "setuptools@72.1.0" + }, + { + "ref": "shellingham@1.5.4" + }, + { + "ref": "shortuuid@1.0.13" + }, + { + "ref": "shtab@1.7.1" }, { "ref": "six@1.16.0" }, { - "ref": "sniffio@1.3.0" + "ref": "smmap@5.0.1" + }, + { + "ref": "sniffio@1.3.1" }, { "ref": "sortedcontainers@2.4.0" }, + { + "dependsOn": [ + "attrs@23.2.0", + "orjson@3.10.6", + "pygtrie@2.5.0" + ], + "ref": "sqltrie@0.11.0" + }, { "dependsOn": [ "asttokens@2.4.1", "executing@2.0.1", - "pure-eval@0.2.2" + "pure-eval@0.2.3" ], "ref": "stack-data@0.6.3" }, { "dependsOn": [ - "anyio@4.2.0" + "anyio@4.4.0" ], - "ref": "starlette@0.35.1" + "ref": "starlette@0.36.3" + }, + { + "ref": "tabulate@0.9.0" + }, + { + "ref": "tenacity@8.5.0" }, { "ref": "tomli@2.0.1" }, { - "ref": "tomlkit@0.12.3" + "ref": "tomlkit@0.13.0" }, { - "ref": "tornado@6.4" + "ref": "tornado@6.4.1" }, { - "ref": "traitlets@5.14.1" + "dependsOn": [ + "colorama@0.4.6" + ], + "ref": "tqdm@4.66.4" }, { - "ref": "types-python-dateutil@2.8.19.20240106" + "ref": "traitlets@5.14.3" }, { - "ref": "typing-extensions@4.9.0" + "dependsOn": [ + "click@8.1.7", + "rich@13.7.1", + "shellingham@1.5.4", + "typing-extensions@4.12.2" + ], + "ref": "typer@0.12.3" + }, + { + "ref": "types-python-dateutil@2.9.0.20240316" + }, + { + "ref": "typing-extensions@4.12.2" + }, + { + "ref": "tzdata@2024.1" }, { "ref": "uri-template@1.3.0" }, { - "ref": "urllib3@2.2.0" + "ref": "urllib3@2.2.2" }, { "dependsOn": [ "click@8.1.7", "h11@0.14.0", - "typing-extensions@4.9.0" + "typing-extensions@4.12.2" ], "ref": "uvicorn@0.26.0" }, + { + "ref": "vine@5.1.0" + }, { "dependsOn": [ "distlib@0.3.8", - "filelock@3.13.1", - "platformdirs@4.2.0" + "filelock@3.15.4", + "platformdirs@3.11.0" ], - "ref": "virtualenv@20.25.0" + "ref": "virtualenv@20.26.3" + }, + { + "ref": "voluptuous@0.15.2" }, { "ref": "wcwidth@0.2.12" }, { - "ref": "webcolors@1.13" + "ref": "webcolors@24.6.0" }, { "ref": "win32-setctime@1.1.0" @@ -14948,7 +24790,20 @@ "ref": "wrapt@1.16.0" }, { - "ref": "zipp@3.17.0" + "dependsOn": [ + "idna@3.7", + "multidict@6.0.5" + ], + "ref": "yarl@1.9.4" + }, + { + "dependsOn": [ + "setuptools@72.1.0" + ], + "ref": "zc-lockfile@3.0.post1" + }, + { + "ref": "zipp@3.19.2" } ], "metadata": { @@ -14964,9 +24819,9 @@ ], "name": "pyinfra", "type": "application", - "version": "2.1.0" + "version": "3.1.0" }, - "timestamp": "2024-04-18T14:37:28.847221+00:00", + "timestamp": "2024-08-01T07:53:46.014790+00:00", "tools": [ { "externalReferences": [ @@ -15005,7 +24860,7 @@ ], "name": "cyclonedx-bom", "vendor": "CycloneDX", - "version": "4.1.1" + "version": "4.5.0" }, { "externalReferences": [ @@ -15044,13 +24899,13 @@ ], "name": "cyclonedx-python-lib", "vendor": "CycloneDX", - "version": "6.4.1" + "version": "7.5.1" } ] }, - "serialNumber": "urn:uuid:5c1ef685-84a2-459c-8bc3-2f43729c3084", + "serialNumber": "urn:uuid:18ab38a4-f68e-4308-889d-dfbd7b8ed4b9", "version": 1, "$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json", "bomFormat": "CycloneDX", "specVersion": "1.5" -} \ No newline at end of file +}