-
Notifications
You must be signed in to change notification settings - Fork 5
/
MODULE.bazel.lock
13189 lines (13189 loc) · 767 KB
/
MODULE.bazel.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"lockFileVersion": 11,
"registryFileHashes": {
"https://bcr.bazel.build/bazel_registry.json": "8a28e4aff06ee60aed2a8c281907fb8bcbf3b753c91fb5a5c57da3215d5b3497",
"https://bcr.bazel.build/modules/abseil-cpp/20210324.2/MODULE.bazel": "7cd0312e064fde87c8d1cd79ba06c876bd23630c83466e9500321be55c96ace2",
"https://bcr.bazel.build/modules/abseil-cpp/20211102.0/MODULE.bazel": "70390338f7a5106231d20620712f7cccb659cd0e9d073d1991c038eb9fc57589",
"https://bcr.bazel.build/modules/abseil-cpp/20211102.0/source.json": "7e3a9adf473e9af076ae485ed649d5641ad50ec5c11718103f34de03170d94ad",
"https://bcr.bazel.build/modules/apple_support/1.5.0/MODULE.bazel": "50341a62efbc483e8a2a6aec30994a58749bd7b885e18dd96aa8c33031e558ef",
"https://bcr.bazel.build/modules/apple_support/1.5.0/source.json": "eb98a7627c0bc486b57f598ad8da50f6625d974c8f723e9ea71bd39f709c9862",
"https://bcr.bazel.build/modules/aspect_bazel_lib/2.7.9/MODULE.bazel": "06e54f2b345b8eb7adceed2329b273da00d0368e28a9ebd9dfc75b4a052dac85",
"https://bcr.bazel.build/modules/aspect_bazel_lib/2.7.9/source.json": "72c2d5294e6ac7d05c72d46fbf439171291a8db4912312c95e146e11828dc84b",
"https://bcr.bazel.build/modules/bazel_features/1.1.1/MODULE.bazel": "27b8c79ef57efe08efccbd9dd6ef70d61b4798320b8d3c134fd571f78963dbcd",
"https://bcr.bazel.build/modules/bazel_features/1.11.0/MODULE.bazel": "f9382337dd5a474c3b7d334c2f83e50b6eaedc284253334cf823044a26de03e8",
"https://bcr.bazel.build/modules/bazel_features/1.11.0/source.json": "c9320aa53cd1c441d24bd6b716da087ad7e4ff0d9742a9884587596edfe53015",
"https://bcr.bazel.build/modules/bazel_skylib/1.0.3/MODULE.bazel": "bcb0fd896384802d1ad283b4e4eb4d718eebd8cb820b0a2c3a347fb971afd9d8",
"https://bcr.bazel.build/modules/bazel_skylib/1.2.0/MODULE.bazel": "44fe84260e454ed94ad326352a698422dbe372b21a1ac9f3eab76eb531223686",
"https://bcr.bazel.build/modules/bazel_skylib/1.2.1/MODULE.bazel": "f35baf9da0efe45fa3da1696ae906eea3d615ad41e2e3def4aeb4e8bc0ef9a7a",
"https://bcr.bazel.build/modules/bazel_skylib/1.3.0/MODULE.bazel": "20228b92868bf5cfc41bda7afc8a8ba2a543201851de39d990ec957b513579c5",
"https://bcr.bazel.build/modules/bazel_skylib/1.5.0/MODULE.bazel": "32880f5e2945ce6a03d1fbd588e9198c0a959bb42297b2cfaf1685b7bc32e138",
"https://bcr.bazel.build/modules/bazel_skylib/1.6.1/MODULE.bazel": "8fdee2dbaace6c252131c00e1de4b165dc65af02ea278476187765e1a617b917",
"https://bcr.bazel.build/modules/bazel_skylib/1.6.1/source.json": "082ed5f9837901fada8c68c2f3ddc958bb22b6d654f71dd73f3df30d45d4b749",
"https://bcr.bazel.build/modules/buildozer/7.1.2/MODULE.bazel": "2e8dd40ede9c454042645fd8d8d0cd1527966aa5c919de86661e62953cd73d84",
"https://bcr.bazel.build/modules/buildozer/7.1.2/source.json": "c9028a501d2db85793a6996205c8de120944f50a0d570438fcae0457a5f9d1f8",
"https://bcr.bazel.build/modules/googletest/1.11.0/MODULE.bazel": "3a83f095183f66345ca86aa13c58b59f9f94a2f81999c093d4eeaa2d262d12f4",
"https://bcr.bazel.build/modules/googletest/1.11.0/source.json": "c73d9ef4268c91bd0c1cd88f1f9dfa08e814b1dbe89b5f594a9f08ba0244d206",
"https://bcr.bazel.build/modules/platforms/0.0.4/MODULE.bazel": "9b328e31ee156f53f3c416a64f8491f7eb731742655a47c9eec4703a71644aee",
"https://bcr.bazel.build/modules/platforms/0.0.5/MODULE.bazel": "5733b54ea419d5eaf7997054bb55f6a1d0b5ff8aedf0176fef9eea44f3acda37",
"https://bcr.bazel.build/modules/platforms/0.0.6/MODULE.bazel": "ad6eeef431dc52aefd2d77ed20a4b353f8ebf0f4ecdd26a807d2da5aa8cd0615",
"https://bcr.bazel.build/modules/platforms/0.0.7/MODULE.bazel": "72fd4a0ede9ee5c021f6a8dd92b503e089f46c227ba2813ff183b71616034814",
"https://bcr.bazel.build/modules/platforms/0.0.8/MODULE.bazel": "9f142c03e348f6d263719f5074b21ef3adf0b139ee4c5133e2aa35664da9eb2d",
"https://bcr.bazel.build/modules/platforms/0.0.9/MODULE.bazel": "4a87a60c927b56ddd67db50c89acaa62f4ce2a1d2149ccb63ffd871d5ce29ebc",
"https://bcr.bazel.build/modules/platforms/0.0.9/source.json": "cd74d854bf16a9e002fb2ca7b1a421f4403cda29f824a765acd3a8c56f8d43e6",
"https://bcr.bazel.build/modules/protobuf/21.7/MODULE.bazel": "a5a29bb89544f9b97edce05642fac225a808b5b7be74038ea3640fae2f8e66a7",
"https://bcr.bazel.build/modules/protobuf/21.7/source.json": "bbe500720421e582ff2d18b0802464205138c06056f443184de39fbb8187b09b",
"https://bcr.bazel.build/modules/protobuf/3.19.0/MODULE.bazel": "6b5fbb433f760a99a22b18b6850ed5784ef0e9928a72668b66e4d7ccd47db9b0",
"https://bcr.bazel.build/modules/protobuf/3.19.6/MODULE.bazel": "9233edc5e1f2ee276a60de3eaa47ac4132302ef9643238f23128fea53ea12858",
"https://bcr.bazel.build/modules/rules_cc/0.0.1/MODULE.bazel": "cb2aa0747f84c6c3a78dad4e2049c154f08ab9d166b1273835a8174940365647",
"https://bcr.bazel.build/modules/rules_cc/0.0.2/MODULE.bazel": "6915987c90970493ab97393024c156ea8fb9f3bea953b2f3ec05c34f19b5695c",
"https://bcr.bazel.build/modules/rules_cc/0.0.8/MODULE.bazel": "964c85c82cfeb6f3855e6a07054fdb159aced38e99a5eecf7bce9d53990afa3e",
"https://bcr.bazel.build/modules/rules_cc/0.0.9/MODULE.bazel": "836e76439f354b89afe6a911a7adf59a6b2518fafb174483ad78a2a2fde7b1c5",
"https://bcr.bazel.build/modules/rules_cc/0.0.9/source.json": "1f1ba6fea244b616de4a554a0f4983c91a9301640c8fe0dd1d410254115c8430",
"https://bcr.bazel.build/modules/rules_java/4.0.0/MODULE.bazel": "5a78a7ae82cd1a33cef56dc578c7d2a46ed0dca12643ee45edbb8417899e6f74",
"https://bcr.bazel.build/modules/rules_java/5.3.5/MODULE.bazel": "a4ec4f2db570171e3e5eb753276ee4b389bae16b96207e9d3230895c99644b86",
"https://bcr.bazel.build/modules/rules_java/7.6.1/MODULE.bazel": "2f14b7e8a1aa2f67ae92bc69d1ec0fa8d9f827c4e17ff5e5f02e91caa3b2d0fe",
"https://bcr.bazel.build/modules/rules_java/7.6.1/source.json": "8f3f3076554e1558e8e468b2232991c510ecbcbed9e6f8c06ac31c93bcf38362",
"https://bcr.bazel.build/modules/rules_jvm_external/4.4.2/MODULE.bazel": "a56b85e418c83eb1839819f0b515c431010160383306d13ec21959ac412d2fe7",
"https://bcr.bazel.build/modules/rules_jvm_external/4.4.2/source.json": "a075731e1b46bc8425098512d038d416e966ab19684a10a34f4741295642fc35",
"https://bcr.bazel.build/modules/rules_license/0.0.3/MODULE.bazel": "627e9ab0247f7d1e05736b59dbb1b6871373de5ad31c3011880b4133cafd4bd0",
"https://bcr.bazel.build/modules/rules_license/0.0.7/MODULE.bazel": "088fbeb0b6a419005b89cf93fe62d9517c0a2b8bb56af3244af65ecfe37e7d5d",
"https://bcr.bazel.build/modules/rules_license/0.0.7/source.json": "355cc5737a0f294e560d52b1b7a6492d4fff2caf0bef1a315df5a298fca2d34a",
"https://bcr.bazel.build/modules/rules_pkg/0.7.0/MODULE.bazel": "df99f03fc7934a4737122518bb87e667e62d780b610910f0447665a7e2be62dc",
"https://bcr.bazel.build/modules/rules_pkg/0.7.0/source.json": "c2557066e0c0342223ba592510ad3d812d4963b9024831f7f66fd0584dd8c66c",
"https://bcr.bazel.build/modules/rules_proto/4.0.0/MODULE.bazel": "a7a7b6ce9bee418c1a760b3d84f83a299ad6952f9903c67f19e4edd964894e06",
"https://bcr.bazel.build/modules/rules_proto/5.3.0-21.7/MODULE.bazel": "e8dff86b0971688790ae75528fe1813f71809b5afd57facb44dad9e8eca631b7",
"https://bcr.bazel.build/modules/rules_proto/5.3.0-21.7/source.json": "d57902c052424dfda0e71646cb12668d39c4620ee0544294d9d941e7d12bc3a9",
"https://bcr.bazel.build/modules/rules_python/0.10.2/MODULE.bazel": "cc82bc96f2997baa545ab3ce73f196d040ffb8756fd2d66125a530031cd90e5f",
"https://bcr.bazel.build/modules/rules_python/0.22.1/MODULE.bazel": "26114f0c0b5e93018c0c066d6673f1a2c3737c7e90af95eff30cfee38d0bbac7",
"https://bcr.bazel.build/modules/rules_python/0.29.0/MODULE.bazel": "2ac8cd70524b4b9ec49a0b8284c79e4cd86199296f82f6e0d5da3f783d660c82",
"https://bcr.bazel.build/modules/rules_python/0.29.0/source.json": "ac2f1485a39e9939d79d0e4ba193cc665768918b62c03092fb3fa6684c184de8",
"https://bcr.bazel.build/modules/rules_python/0.4.0/MODULE.bazel": "9208ee05fd48bf09ac60ed269791cf17fb343db56c8226a720fbb1cdf467166c",
"https://bcr.bazel.build/modules/stardoc/0.5.1/MODULE.bazel": "1a05d92974d0c122f5ccf09291442580317cdd859f07a8655f1db9a60374f9f8",
"https://bcr.bazel.build/modules/stardoc/0.5.4/MODULE.bazel": "6569966df04610b8520957cb8e97cf2e9faac2c0309657c537ab51c16c18a2a4",
"https://bcr.bazel.build/modules/stardoc/0.5.4/source.json": "a961f58a71e735aa9dcb2d79b288e06b0a2d860ba730302c8f11be411b76631e",
"https://bcr.bazel.build/modules/upb/0.0.0-20220923-a547704/MODULE.bazel": "7298990c00040a0e2f121f6c32544bab27d4452f80d9ce51349b1a28f3005c43",
"https://bcr.bazel.build/modules/upb/0.0.0-20220923-a547704/source.json": "f1ef7d3f9e0e26d4b23d1c39b5f5de71f584dd7d1b4ef83d9bbba6ec7a6a6459",
"https://bcr.bazel.build/modules/zlib/1.2.11/MODULE.bazel": "07b389abc85fdbca459b69e2ec656ae5622873af3f845e1c9d80fe179f3effa0",
"https://bcr.bazel.build/modules/zlib/1.2.12/MODULE.bazel": "3b1a8834ada2a883674be8cbd36ede1b6ec481477ada359cd2d3ddc562340b27",
"https://bcr.bazel.build/modules/zlib/1.3/MODULE.bazel": "6a9c02f19a24dcedb05572b2381446e27c272cd383aed11d41d99da9e3167a72",
"https://bcr.bazel.build/modules/zlib/1.3/source.json": "b6b43d0737af846022636e6e255fd4a96fee0d34f08f3830e6e0bac51465c37c"
},
"selectedYankedVersions": {},
"moduleExtensions": {
"@@apple_support~//crosstool:setup.bzl%apple_cc_configure_extension": {
"general": {
"bzlTransitiveDigest": "PjIds3feoYE8SGbbIq2SFTZy3zmxeO2tQevJZNDo7iY=",
"usagesDigest": "aLmqbvowmHkkBPve05yyDNGN7oh7QE9kBADr3QIZTZs=",
"recordedFileInputs": {},
"recordedDirentsInputs": {},
"envVariables": {},
"generatedRepoSpecs": {
"local_config_apple_cc": {
"bzlFile": "@@apple_support~//crosstool:setup.bzl",
"ruleClassName": "_apple_cc_autoconf",
"attributes": {}
},
"local_config_apple_cc_toolchains": {
"bzlFile": "@@apple_support~//crosstool:setup.bzl",
"ruleClassName": "_apple_cc_autoconf_toolchains",
"attributes": {}
}
},
"recordedRepoMappingEntries": [
[
"apple_support~",
"bazel_tools",
"bazel_tools"
]
]
}
},
"@@aspect_bazel_lib~//lib:extensions.bzl%toolchains": {
"general": {
"bzlTransitiveDigest": "jl6upvbQ+op05W1a3gE6bja6dc7fvsNfslO0m46Ma3s=",
"usagesDigest": "VZfb8cu7QfCK9rymBhmZOeWAAanmS5KNte8Pmgplqso=",
"recordedFileInputs": {},
"recordedDirentsInputs": {},
"envVariables": {},
"generatedRepoSpecs": {
"expand_template_windows_amd64": {
"bzlFile": "@@aspect_bazel_lib~//lib/private:expand_template_toolchain.bzl",
"ruleClassName": "expand_template_platform_repo",
"attributes": {
"platform": "windows_amd64"
}
},
"copy_to_directory_windows_amd64": {
"bzlFile": "@@aspect_bazel_lib~//lib/private:copy_to_directory_toolchain.bzl",
"ruleClassName": "copy_to_directory_platform_repo",
"attributes": {
"platform": "windows_amd64"
}
},
"jq_darwin_amd64": {
"bzlFile": "@@aspect_bazel_lib~//lib/private:jq_toolchain.bzl",
"ruleClassName": "jq_platform_repo",
"attributes": {
"platform": "darwin_amd64",
"version": "1.7"
}
},
"copy_to_directory_freebsd_amd64": {
"bzlFile": "@@aspect_bazel_lib~//lib/private:copy_to_directory_toolchain.bzl",
"ruleClassName": "copy_to_directory_platform_repo",
"attributes": {
"platform": "freebsd_amd64"
}
},
"expand_template_linux_amd64": {
"bzlFile": "@@aspect_bazel_lib~//lib/private:expand_template_toolchain.bzl",
"ruleClassName": "expand_template_platform_repo",
"attributes": {
"platform": "linux_amd64"
}
},
"jq_linux_arm64": {
"bzlFile": "@@aspect_bazel_lib~//lib/private:jq_toolchain.bzl",
"ruleClassName": "jq_platform_repo",
"attributes": {
"platform": "linux_arm64",
"version": "1.7"
}
},
"coreutils_darwin_arm64": {
"bzlFile": "@@aspect_bazel_lib~//lib/private:coreutils_toolchain.bzl",
"ruleClassName": "coreutils_platform_repo",
"attributes": {
"platform": "darwin_arm64",
"version": "0.0.26"
}
},
"copy_to_directory_linux_arm64": {
"bzlFile": "@@aspect_bazel_lib~//lib/private:copy_to_directory_toolchain.bzl",
"ruleClassName": "copy_to_directory_platform_repo",
"attributes": {
"platform": "linux_arm64"
}
},
"bsd_tar_linux_arm64": {
"bzlFile": "@@aspect_bazel_lib~//lib/private:tar_toolchain.bzl",
"ruleClassName": "bsdtar_binary_repo",
"attributes": {
"platform": "linux_arm64"
}
},
"copy_directory_darwin_amd64": {
"bzlFile": "@@aspect_bazel_lib~//lib/private:copy_directory_toolchain.bzl",
"ruleClassName": "copy_directory_platform_repo",
"attributes": {
"platform": "darwin_amd64"
}
},
"coreutils_darwin_amd64": {
"bzlFile": "@@aspect_bazel_lib~//lib/private:coreutils_toolchain.bzl",
"ruleClassName": "coreutils_platform_repo",
"attributes": {
"platform": "darwin_amd64",
"version": "0.0.26"
}
},
"coreutils_linux_arm64": {
"bzlFile": "@@aspect_bazel_lib~//lib/private:coreutils_toolchain.bzl",
"ruleClassName": "coreutils_platform_repo",
"attributes": {
"platform": "linux_arm64",
"version": "0.0.26"
}
},
"zstd_linux_arm64": {
"bzlFile": "@@aspect_bazel_lib~//lib/private:zstd_toolchain.bzl",
"ruleClassName": "zstd_binary_repo",
"attributes": {
"platform": "linux_arm64"
}
},
"yq_linux_s390x": {
"bzlFile": "@@aspect_bazel_lib~//lib/private:yq_toolchain.bzl",
"ruleClassName": "yq_platform_repo",
"attributes": {
"platform": "linux_s390x",
"version": "4.25.2"
}
},
"yq": {
"bzlFile": "@@aspect_bazel_lib~//lib/private:yq_toolchain.bzl",
"ruleClassName": "yq_host_alias_repo",
"attributes": {}
},
"expand_template_darwin_amd64": {
"bzlFile": "@@aspect_bazel_lib~//lib/private:expand_template_toolchain.bzl",
"ruleClassName": "expand_template_platform_repo",
"attributes": {
"platform": "darwin_amd64"
}
},
"copy_directory_linux_amd64": {
"bzlFile": "@@aspect_bazel_lib~//lib/private:copy_directory_toolchain.bzl",
"ruleClassName": "copy_directory_platform_repo",
"attributes": {
"platform": "linux_amd64"
}
},
"jq_darwin_arm64": {
"bzlFile": "@@aspect_bazel_lib~//lib/private:jq_toolchain.bzl",
"ruleClassName": "jq_platform_repo",
"attributes": {
"platform": "darwin_arm64",
"version": "1.7"
}
},
"yq_darwin_amd64": {
"bzlFile": "@@aspect_bazel_lib~//lib/private:yq_toolchain.bzl",
"ruleClassName": "yq_platform_repo",
"attributes": {
"platform": "darwin_amd64",
"version": "4.25.2"
}
},
"copy_directory_linux_arm64": {
"bzlFile": "@@aspect_bazel_lib~//lib/private:copy_directory_toolchain.bzl",
"ruleClassName": "copy_directory_platform_repo",
"attributes": {
"platform": "linux_arm64"
}
},
"expand_template_toolchains": {
"bzlFile": "@@aspect_bazel_lib~//lib/private:expand_template_toolchain.bzl",
"ruleClassName": "expand_template_toolchains_repo",
"attributes": {
"user_repository_name": "expand_template"
}
},
"bats_assert": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"sha256": "98ca3b685f8b8993e48ec057565e6e2abcc541034ed5b0e81f191505682037fd",
"urls": [
"https://github.com/bats-core/bats-assert/archive/v2.1.0.tar.gz"
],
"strip_prefix": "bats-assert-2.1.0",
"build_file_content": "load(\"@aspect_bazel_lib//lib:copy_to_directory.bzl\", \"copy_to_directory\")\n\ncopy_to_directory(\n name = \"assert\",\n hardlink = \"on\",\n srcs = glob([\n \"src/**\",\n \"load.bash\",\n ]),\n out = \"bats-assert\",\n visibility = [\"//visibility:public\"]\n)\n"
}
},
"copy_to_directory_darwin_amd64": {
"bzlFile": "@@aspect_bazel_lib~//lib/private:copy_to_directory_toolchain.bzl",
"ruleClassName": "copy_to_directory_platform_repo",
"attributes": {
"platform": "darwin_amd64"
}
},
"zstd_darwin_arm64": {
"bzlFile": "@@aspect_bazel_lib~//lib/private:zstd_toolchain.bzl",
"ruleClassName": "zstd_binary_repo",
"attributes": {
"platform": "darwin_arm64"
}
},
"bsd_tar_linux_amd64": {
"bzlFile": "@@aspect_bazel_lib~//lib/private:tar_toolchain.bzl",
"ruleClassName": "bsdtar_binary_repo",
"attributes": {
"platform": "linux_amd64"
}
},
"yq_toolchains": {
"bzlFile": "@@aspect_bazel_lib~//lib/private:yq_toolchain.bzl",
"ruleClassName": "yq_toolchains_repo",
"attributes": {
"user_repository_name": "yq"
}
},
"zstd_linux_amd64": {
"bzlFile": "@@aspect_bazel_lib~//lib/private:zstd_toolchain.bzl",
"ruleClassName": "zstd_binary_repo",
"attributes": {
"platform": "linux_amd64"
}
},
"bats_support": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"sha256": "7815237aafeb42ddcc1b8c698fc5808026d33317d8701d5ec2396e9634e2918f",
"urls": [
"https://github.com/bats-core/bats-support/archive/v0.3.0.tar.gz"
],
"strip_prefix": "bats-support-0.3.0",
"build_file_content": "load(\"@aspect_bazel_lib//lib:copy_to_directory.bzl\", \"copy_to_directory\")\n\ncopy_to_directory(\n name = \"support\",\n hardlink = \"on\",\n srcs = glob([\n \"src/**\",\n \"load.bash\",\n ]),\n out = \"bats-support\",\n visibility = [\"//visibility:public\"]\n)\n"
}
},
"bsd_tar_windows_amd64": {
"bzlFile": "@@aspect_bazel_lib~//lib/private:tar_toolchain.bzl",
"ruleClassName": "bsdtar_binary_repo",
"attributes": {
"platform": "windows_amd64"
}
},
"jq": {
"bzlFile": "@@aspect_bazel_lib~//lib/private:jq_toolchain.bzl",
"ruleClassName": "jq_host_alias_repo",
"attributes": {}
},
"expand_template_darwin_arm64": {
"bzlFile": "@@aspect_bazel_lib~//lib/private:expand_template_toolchain.bzl",
"ruleClassName": "expand_template_platform_repo",
"attributes": {
"platform": "darwin_arm64"
}
},
"bsd_tar_darwin_arm64": {
"bzlFile": "@@aspect_bazel_lib~//lib/private:tar_toolchain.bzl",
"ruleClassName": "bsdtar_binary_repo",
"attributes": {
"platform": "darwin_arm64"
}
},
"copy_to_directory_linux_amd64": {
"bzlFile": "@@aspect_bazel_lib~//lib/private:copy_to_directory_toolchain.bzl",
"ruleClassName": "copy_to_directory_platform_repo",
"attributes": {
"platform": "linux_amd64"
}
},
"coreutils_linux_amd64": {
"bzlFile": "@@aspect_bazel_lib~//lib/private:coreutils_toolchain.bzl",
"ruleClassName": "coreutils_platform_repo",
"attributes": {
"platform": "linux_amd64",
"version": "0.0.26"
}
},
"copy_directory_toolchains": {
"bzlFile": "@@aspect_bazel_lib~//lib/private:copy_directory_toolchain.bzl",
"ruleClassName": "copy_directory_toolchains_repo",
"attributes": {
"user_repository_name": "copy_directory"
}
},
"yq_linux_amd64": {
"bzlFile": "@@aspect_bazel_lib~//lib/private:yq_toolchain.bzl",
"ruleClassName": "yq_platform_repo",
"attributes": {
"platform": "linux_amd64",
"version": "4.25.2"
}
},
"copy_to_directory_darwin_arm64": {
"bzlFile": "@@aspect_bazel_lib~//lib/private:copy_to_directory_toolchain.bzl",
"ruleClassName": "copy_to_directory_platform_repo",
"attributes": {
"platform": "darwin_arm64"
}
},
"coreutils_toolchains": {
"bzlFile": "@@aspect_bazel_lib~//lib/private:coreutils_toolchain.bzl",
"ruleClassName": "coreutils_toolchains_repo",
"attributes": {
"user_repository_name": "coreutils"
}
},
"copy_directory_freebsd_amd64": {
"bzlFile": "@@aspect_bazel_lib~//lib/private:copy_directory_toolchain.bzl",
"ruleClassName": "copy_directory_platform_repo",
"attributes": {
"platform": "freebsd_amd64"
}
},
"zstd_darwin_amd64": {
"bzlFile": "@@aspect_bazel_lib~//lib/private:zstd_toolchain.bzl",
"ruleClassName": "zstd_binary_repo",
"attributes": {
"platform": "darwin_amd64"
}
},
"zstd_toolchains": {
"bzlFile": "@@aspect_bazel_lib~//lib/private:zstd_toolchain.bzl",
"ruleClassName": "zstd_toolchains_repo",
"attributes": {
"user_repository_name": "zstd"
}
},
"bats_file": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"sha256": "9b69043241f3af1c2d251f89b4fcafa5df3f05e97b89db18d7c9bdf5731bb27a",
"urls": [
"https://github.com/bats-core/bats-file/archive/v0.4.0.tar.gz"
],
"strip_prefix": "bats-file-0.4.0",
"build_file_content": "load(\"@aspect_bazel_lib//lib:copy_to_directory.bzl\", \"copy_to_directory\")\n\ncopy_to_directory(\n name = \"file\",\n hardlink = \"on\",\n srcs = glob([\n \"src/**\",\n \"load.bash\",\n ]),\n out = \"bats-file\",\n visibility = [\"//visibility:public\"]\n)\n"
}
},
"expand_template_linux_arm64": {
"bzlFile": "@@aspect_bazel_lib~//lib/private:expand_template_toolchain.bzl",
"ruleClassName": "expand_template_platform_repo",
"attributes": {
"platform": "linux_arm64"
}
},
"jq_linux_amd64": {
"bzlFile": "@@aspect_bazel_lib~//lib/private:jq_toolchain.bzl",
"ruleClassName": "jq_platform_repo",
"attributes": {
"platform": "linux_amd64",
"version": "1.7"
}
},
"bsd_tar_darwin_amd64": {
"bzlFile": "@@aspect_bazel_lib~//lib/private:tar_toolchain.bzl",
"ruleClassName": "bsdtar_binary_repo",
"attributes": {
"platform": "darwin_amd64"
}
},
"bsd_tar_toolchains": {
"bzlFile": "@@aspect_bazel_lib~//lib/private:tar_toolchain.bzl",
"ruleClassName": "tar_toolchains_repo",
"attributes": {
"user_repository_name": "bsd_tar"
}
},
"bats_toolchains": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"sha256": "a1a9f7875aa4b6a9480ca384d5865f1ccf1b0b1faead6b47aa47d79709a5c5fd",
"urls": [
"https://github.com/bats-core/bats-core/archive/v1.10.0.tar.gz"
],
"strip_prefix": "bats-core-1.10.0",
"build_file_content": "load(\"@local_config_platform//:constraints.bzl\", \"HOST_CONSTRAINTS\")\nload(\"@aspect_bazel_lib//lib/private:bats_toolchain.bzl\", \"bats_toolchain\")\nload(\"@aspect_bazel_lib//lib:copy_to_directory.bzl\", \"copy_to_directory\")\n\ncopy_to_directory(\n name = \"core\",\n hardlink = \"on\",\n srcs = glob([\n \"lib/**\",\n \"libexec/**\"\n ]) + [\"bin/bats\"],\n out = \"bats-core\",\n)\n\nbats_toolchain(\n name = \"toolchain\",\n core = \":core\",\n libraries = [\"@bats_support//:support\", \"@bats_assert//:assert\", \"@bats_file//:file\"]\n)\n\ntoolchain(\n name = \"bats_toolchain\",\n exec_compatible_with = HOST_CONSTRAINTS,\n toolchain = \":toolchain\",\n toolchain_type = \"@aspect_bazel_lib//lib:bats_toolchain_type\",\n)\n"
}
},
"yq_windows_amd64": {
"bzlFile": "@@aspect_bazel_lib~//lib/private:yq_toolchain.bzl",
"ruleClassName": "yq_platform_repo",
"attributes": {
"platform": "windows_amd64",
"version": "4.25.2"
}
},
"jq_windows_amd64": {
"bzlFile": "@@aspect_bazel_lib~//lib/private:jq_toolchain.bzl",
"ruleClassName": "jq_platform_repo",
"attributes": {
"platform": "windows_amd64",
"version": "1.7"
}
},
"expand_template_freebsd_amd64": {
"bzlFile": "@@aspect_bazel_lib~//lib/private:expand_template_toolchain.bzl",
"ruleClassName": "expand_template_platform_repo",
"attributes": {
"platform": "freebsd_amd64"
}
},
"yq_linux_ppc64le": {
"bzlFile": "@@aspect_bazel_lib~//lib/private:yq_toolchain.bzl",
"ruleClassName": "yq_platform_repo",
"attributes": {
"platform": "linux_ppc64le",
"version": "4.25.2"
}
},
"copy_to_directory_toolchains": {
"bzlFile": "@@aspect_bazel_lib~//lib/private:copy_to_directory_toolchain.bzl",
"ruleClassName": "copy_to_directory_toolchains_repo",
"attributes": {
"user_repository_name": "copy_to_directory"
}
},
"jq_toolchains": {
"bzlFile": "@@aspect_bazel_lib~//lib/private:jq_toolchain.bzl",
"ruleClassName": "jq_toolchains_repo",
"attributes": {
"user_repository_name": "jq"
}
},
"copy_directory_darwin_arm64": {
"bzlFile": "@@aspect_bazel_lib~//lib/private:copy_directory_toolchain.bzl",
"ruleClassName": "copy_directory_platform_repo",
"attributes": {
"platform": "darwin_arm64"
}
},
"copy_directory_windows_amd64": {
"bzlFile": "@@aspect_bazel_lib~//lib/private:copy_directory_toolchain.bzl",
"ruleClassName": "copy_directory_platform_repo",
"attributes": {
"platform": "windows_amd64"
}
},
"yq_darwin_arm64": {
"bzlFile": "@@aspect_bazel_lib~//lib/private:yq_toolchain.bzl",
"ruleClassName": "yq_platform_repo",
"attributes": {
"platform": "darwin_arm64",
"version": "4.25.2"
}
},
"coreutils_windows_amd64": {
"bzlFile": "@@aspect_bazel_lib~//lib/private:coreutils_toolchain.bzl",
"ruleClassName": "coreutils_platform_repo",
"attributes": {
"platform": "windows_amd64",
"version": "0.0.26"
}
},
"yq_linux_arm64": {
"bzlFile": "@@aspect_bazel_lib~//lib/private:yq_toolchain.bzl",
"ruleClassName": "yq_platform_repo",
"attributes": {
"platform": "linux_arm64",
"version": "4.25.2"
}
}
},
"recordedRepoMappingEntries": [
[
"aspect_bazel_lib~",
"aspect_bazel_lib",
"aspect_bazel_lib~"
],
[
"aspect_bazel_lib~",
"bazel_skylib",
"bazel_skylib~"
],
[
"aspect_bazel_lib~",
"bazel_tools",
"bazel_tools"
]
]
}
},
"@@platforms//host:extension.bzl%host_platform": {
"general": {
"bzlTransitiveDigest": "xelQcPZH8+tmuOHVjL9vDxMnnQNMlwj0SlvgoqBkm4U=",
"usagesDigest": "meSzxn3DUCcYEhq4HQwExWkWtU4EjriRBQLsZN+Q0SU=",
"recordedFileInputs": {},
"recordedDirentsInputs": {},
"envVariables": {},
"generatedRepoSpecs": {
"host_platform": {
"bzlFile": "@@platforms//host:extension.bzl",
"ruleClassName": "host_platform_repo",
"attributes": {}
}
},
"recordedRepoMappingEntries": []
}
},
"@@rules_python~//python/extensions:pip.bzl%pip": {
"os:osx,arch:aarch64": {
"bzlTransitiveDigest": "Jt+duCAKrnU5xF3PFiPS7QkYjrCdUhqdPafeYppB9kE=",
"usagesDigest": "Z4dCjRhz/8yHQAyENSJZ2Zl0ejUdFftcgby1j0p9iOc=",
"recordedFileInputs": {
"@@//requirements-bazel.txt": "67857422abb923ffa1f9a8f3203cb46cc8fc8917ed1308ebde70ca06c93ffb3b"
},
"recordedDirentsInputs": {},
"envVariables": {},
"generatedRepoSpecs": {
"pip_311_opentelemetry_api": {
"bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl",
"ruleClassName": "whl_library",
"attributes": {
"requirement": "opentelemetry-api==1.25.0 ; python_version >= \"3.11\" and python_version < \"3.13\" --hash=sha256:757fa1aa020a0f8fa139f8959e53dec2051cc26b832e76fa839a6d76ecefd737 --hash=sha256:77c4985f62f2614e42ce77ee4c9da5fa5f0bc1e1821085e9a47533a9323ae869",
"repo": "pip_311",
"repo_prefix": "pip_311_",
"whl_patches": {},
"experimental_target_platforms": [
"all"
],
"python_interpreter": "",
"python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python",
"quiet": true,
"timeout": 600,
"isolated": true,
"extra_pip_args": [
"--extra-index-url",
"https://download.pytorch.org/whl/cpu"
],
"download_only": false,
"pip_data_exclude": [],
"enable_implicit_namespace_pkgs": false,
"environment": {},
"group_name": "",
"group_deps": []
}
},
"pip_311_mpmath": {
"bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl",
"ruleClassName": "whl_library",
"attributes": {
"requirement": "mpmath==1.3.0 ; python_version >= \"3.11\" and python_version < \"3.13\" --hash=sha256:7a28eb2a9774d00c7bc92411c19a89209d5da7c4c9a9e227be8330a23a25b91f --hash=sha256:a0b2b9fe80bbcd81a6647ff13108738cfb482d481d826cc0e02f5b35e5c88d2c",
"repo": "pip_311",
"repo_prefix": "pip_311_",
"whl_patches": {},
"experimental_target_platforms": [
"all"
],
"python_interpreter": "",
"python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python",
"quiet": true,
"timeout": 600,
"isolated": true,
"extra_pip_args": [
"--extra-index-url",
"https://download.pytorch.org/whl/cpu"
],
"download_only": false,
"pip_data_exclude": [],
"enable_implicit_namespace_pkgs": false,
"environment": {},
"group_name": "",
"group_deps": []
}
},
"pip_311_seaborn": {
"bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl",
"ruleClassName": "whl_library",
"attributes": {
"requirement": "seaborn==0.13.2 ; python_version >= \"3.11\" and python_version < \"3.13\" --hash=sha256:636f8336facf092165e27924f223d3c62ca560b1f2bb5dff7ab7fad265361987 --hash=sha256:93e60a40988f4d65e9f4885df477e2fdaff6b73a9ded434c1ab356dd57eefff7",
"repo": "pip_311",
"repo_prefix": "pip_311_",
"whl_patches": {},
"experimental_target_platforms": [
"all"
],
"python_interpreter": "",
"python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python",
"quiet": true,
"timeout": 600,
"isolated": true,
"extra_pip_args": [
"--extra-index-url",
"https://download.pytorch.org/whl/cpu"
],
"download_only": false,
"pip_data_exclude": [],
"enable_implicit_namespace_pkgs": false,
"environment": {},
"group_name": "",
"group_deps": []
}
},
"pip_311_lightning_utilities": {
"bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl",
"ruleClassName": "whl_library",
"attributes": {
"requirement": "lightning-utilities==0.8.0 ; python_version >= \"3.11\" and python_version < \"3.13\" --hash=sha256:22aa107b51c8f50ccef54d08885eb370903eb04148cddb2891b9c65c59de2a6e --hash=sha256:8e5d95c7c57f026cdfed7c154303e88c93a7a5e868c9944cb02cf71f1db29720",
"repo": "pip_311",
"repo_prefix": "pip_311_",
"whl_patches": {},
"experimental_target_platforms": [
"all"
],
"python_interpreter": "",
"python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python",
"quiet": true,
"timeout": 600,
"isolated": true,
"extra_pip_args": [
"--extra-index-url",
"https://download.pytorch.org/whl/cpu"
],
"download_only": false,
"pip_data_exclude": [],
"enable_implicit_namespace_pkgs": false,
"environment": {},
"group_name": "",
"group_deps": []
}
},
"pip_311_pyperclip": {
"bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl",
"ruleClassName": "whl_library",
"attributes": {
"requirement": "pyperclip==1.8.2 ; python_version >= \"3.11\" and python_version < \"3.13\" --hash=sha256:105254a8b04934f0bc84e9c24eb360a591aaf6535c9def5f29d92af107a9bf57",
"repo": "pip_311",
"repo_prefix": "pip_311_",
"whl_patches": {},
"experimental_target_platforms": [
"all"
],
"python_interpreter": "",
"python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python",
"quiet": true,
"timeout": 600,
"isolated": true,
"extra_pip_args": [
"--extra-index-url",
"https://download.pytorch.org/whl/cpu"
],
"download_only": false,
"pip_data_exclude": [],
"enable_implicit_namespace_pkgs": false,
"environment": {},
"group_name": "",
"group_deps": []
}
},
"pip_311_markupsafe": {
"bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl",
"ruleClassName": "whl_library",
"attributes": {
"requirement": "markupsafe==2.1.2 ; python_version >= \"3.11\" and python_version < \"3.13\" --hash=sha256:0576fe974b40a400449768941d5d0858cc624e3249dfd1e0c33674e5c7ca7aed --hash=sha256:085fd3201e7b12809f9e6e9bc1e5c96a368c8523fad5afb02afe3c051ae4afcc --hash=sha256:090376d812fb6ac5f171e5938e82e7f2d7adc2b629101cec0db8b267815c85e2 --hash=sha256:0b462104ba25f1ac006fdab8b6a01ebbfbce9ed37fd37fd4acd70c67c973e460 --hash=sha256:137678c63c977754abe9086a3ec011e8fd985ab90631145dfb9294ad09c102a7 --hash=sha256:1bea30e9bf331f3fef67e0a3877b2288593c98a21ccb2cf29b74c581a4eb3af0 --hash=sha256:22152d00bf4a9c7c83960521fc558f55a1adbc0631fbb00a9471e097b19d72e1 --hash=sha256:22731d79ed2eb25059ae3df1dfc9cb1546691cc41f4e3130fe6bfbc3ecbbecfa --hash=sha256:2298c859cfc5463f1b64bd55cb3e602528db6fa0f3cfd568d3605c50678f8f03 --hash=sha256:28057e985dace2f478e042eaa15606c7efccb700797660629da387eb289b9323 --hash=sha256:2e7821bffe00aa6bd07a23913b7f4e01328c3d5cc0b40b36c0bd81d362faeb65 --hash=sha256:2ec4f2d48ae59bbb9d1f9d7efb9236ab81429a764dedca114f5fdabbc3788013 --hash=sha256:340bea174e9761308703ae988e982005aedf427de816d1afe98147668cc03036 --hash=sha256:40627dcf047dadb22cd25ea7ecfe9cbf3bbbad0482ee5920b582f3809c97654f --hash=sha256:40dfd3fefbef579ee058f139733ac336312663c6706d1163b82b3003fb1925c4 --hash=sha256:4cf06cdc1dda95223e9d2d3c58d3b178aa5dacb35ee7e3bbac10e4e1faacb419 --hash=sha256:50c42830a633fa0cf9e7d27664637532791bfc31c731a87b202d2d8ac40c3ea2 --hash=sha256:55f44b440d491028addb3b88f72207d71eeebfb7b5dbf0643f7c023ae1fba619 --hash=sha256:608e7073dfa9e38a85d38474c082d4281f4ce276ac0010224eaba11e929dd53a --hash=sha256:63ba06c9941e46fa389d389644e2d8225e0e3e5ebcc4ff1ea8506dce646f8c8a --hash=sha256:65608c35bfb8a76763f37036547f7adfd09270fbdbf96608be2bead319728fcd --hash=sha256:665a36ae6f8f20a4676b53224e33d456a6f5a72657d9c83c2aa00765072f31f7 --hash=sha256:6d6607f98fcf17e534162f0709aaad3ab7a96032723d8ac8750ffe17ae5a0666 --hash=sha256:7313ce6a199651c4ed9d7e4cfb4aa56fe923b1adf9af3b420ee14e6d9a73df65 --hash=sha256:7668b52e102d0ed87cb082380a7e2e1e78737ddecdde129acadb0eccc5423859 --hash=sha256:7df70907e00c970c60b9ef2938d894a9381f38e6b9db73c5be35e59d92e06625 --hash=sha256:7e007132af78ea9df29495dbf7b5824cb71648d7133cf7848a2a5dd00d36f9ff --hash=sha256:835fb5e38fd89328e9c81067fd642b3593c33e1e17e2fdbf77f5676abb14a156 --hash=sha256:8bca7e26c1dd751236cfb0c6c72d4ad61d986e9a41bbf76cb445f69488b2a2bd --hash=sha256:8db032bf0ce9022a8e41a22598eefc802314e81b879ae093f36ce9ddf39ab1ba --hash=sha256:99625a92da8229df6d44335e6fcc558a5037dd0a760e11d84be2260e6f37002f --hash=sha256:9cad97ab29dfc3f0249b483412c85c8ef4766d96cdf9dcf5a1e3caa3f3661cf1 --hash=sha256:a4abaec6ca3ad8660690236d11bfe28dfd707778e2442b45addd2f086d6ef094 --hash=sha256:a6e40afa7f45939ca356f348c8e23048e02cb109ced1eb8420961b2f40fb373a --hash=sha256:a6f2fcca746e8d5910e18782f976489939d54a91f9411c32051b4aab2bd7c513 --hash=sha256:a806db027852538d2ad7555b203300173dd1b77ba116de92da9afbc3a3be3eed --hash=sha256:abcabc8c2b26036d62d4c746381a6f7cf60aafcc653198ad678306986b09450d --hash=sha256:b8526c6d437855442cdd3d87eede9c425c4445ea011ca38d937db299382e6fa3 --hash=sha256:bb06feb762bade6bf3c8b844462274db0c76acc95c52abe8dbed28ae3d44a147 --hash=sha256:c0a33bc9f02c2b17c3ea382f91b4db0e6cde90b63b296422a939886a7a80de1c --hash=sha256:c4a549890a45f57f1ebf99c067a4ad0cb423a05544accaf2b065246827ed9603 --hash=sha256:ca244fa73f50a800cf8c3ebf7fd93149ec37f5cb9596aa8873ae2c1d23498601 --hash=sha256:cf877ab4ed6e302ec1d04952ca358b381a882fbd9d1b07cccbfd61783561f98a --hash=sha256:d9d971ec1e79906046aa3ca266de79eac42f1dbf3612a05dc9368125952bd1a1 --hash=sha256:da25303d91526aac3672ee6d49a2f3db2d9502a4a60b55519feb1a4c7714e07d --hash=sha256:e55e40ff0cc8cc5c07996915ad367fa47da6b3fc091fdadca7f5403239c5fec3 --hash=sha256:f03a532d7dee1bed20bc4884194a16160a2de9ffc6354b3878ec9682bb623c54 --hash=sha256:f1cd098434e83e656abf198f103a8207a8187c0fc110306691a2e94a78d0abb2 --hash=sha256:f2bfb563d0211ce16b63c7cb9395d2c682a23187f54c3d79bfec33e6705473c6 --hash=sha256:f8ffb705ffcf5ddd0e80b65ddf7bed7ee4f5a441ea7d3419e861a12eaf41af58",
"repo": "pip_311",
"repo_prefix": "pip_311_",
"whl_patches": {},
"experimental_target_platforms": [
"all"
],
"python_interpreter": "",
"python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python",
"quiet": true,
"timeout": 600,
"isolated": true,
"extra_pip_args": [
"--extra-index-url",
"https://download.pytorch.org/whl/cpu"
],
"download_only": false,
"pip_data_exclude": [],
"enable_implicit_namespace_pkgs": false,
"environment": {},
"group_name": "",
"group_deps": []
}
},
"pip_311_psutil": {
"bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl",
"ruleClassName": "whl_library",
"attributes": {
"requirement": "psutil==5.9.5 ; python_version >= \"3.11\" and python_version < \"3.13\" --hash=sha256:104a5cc0e31baa2bcf67900be36acde157756b9c44017b86b2c049f11957887d --hash=sha256:3c6f686f4225553615612f6d9bc21f1c0e305f75d7d8454f9b46e901778e7217 --hash=sha256:4aef137f3345082a3d3232187aeb4ac4ef959ba3d7c10c33dd73763fbc063da4 --hash=sha256:5410638e4df39c54d957fc51ce03048acd8e6d60abc0f5107af51e5fb566eb3c --hash=sha256:5b9b8cb93f507e8dbaf22af6a2fd0ccbe8244bf30b1baad6b3954e935157ae3f --hash=sha256:7a7dd9997128a0d928ed4fb2c2d57e5102bb6089027939f3b722f3a210f9a8da --hash=sha256:89518112647f1276b03ca97b65cc7f64ca587b1eb0278383017c2a0dcc26cbe4 --hash=sha256:8c5f7c5a052d1d567db4ddd231a9d27a74e8e4a9c3f44b1032762bd7b9fdcd42 --hash=sha256:ab8ed1a1d77c95453db1ae00a3f9c50227ebd955437bcf2a574ba8adbf6a74d5 --hash=sha256:acf2aef9391710afded549ff602b5887d7a2349831ae4c26be7c807c0a39fac4 --hash=sha256:b258c0c1c9d145a1d5ceffab1134441c4c5113b2417fafff7315a917a026c3c9 --hash=sha256:be8929ce4313f9f8146caad4272f6abb8bf99fc6cf59344a3167ecd74f4f203f --hash=sha256:c607bb3b57dc779d55e1554846352b4e358c10fff3abf3514a7a6601beebdb30 --hash=sha256:ea8518d152174e1249c4f2a1c89e3e6065941df2fa13a1ab45327716a23c2b48",
"repo": "pip_311",
"repo_prefix": "pip_311_",
"whl_patches": {},
"experimental_target_platforms": [
"all"
],
"python_interpreter": "",
"python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python",
"quiet": true,
"timeout": 600,
"isolated": true,
"extra_pip_args": [
"--extra-index-url",
"https://download.pytorch.org/whl/cpu"
],
"download_only": false,
"pip_data_exclude": [],
"enable_implicit_namespace_pkgs": false,
"environment": {},
"group_name": "",
"group_deps": []
}
},
"pip_311_sphinxcontrib_htmlhelp": {
"bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl",
"ruleClassName": "whl_library",
"attributes": {
"requirement": "sphinxcontrib-htmlhelp==2.0.1 ; python_version >= \"3.11\" and python_version < \"3.13\" --hash=sha256:0cbdd302815330058422b98a113195c9249825d681e18f11e8b1f78a2f11efff --hash=sha256:c38cb46dccf316c79de6e5515e1770414b797162b23cd3d06e67020e1d2a6903",
"repo": "pip_311",
"repo_prefix": "pip_311_",
"whl_patches": {},
"experimental_target_platforms": [
"all"
],
"python_interpreter": "",
"python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python",
"quiet": true,
"timeout": 600,
"isolated": true,
"extra_pip_args": [
"--extra-index-url",
"https://download.pytorch.org/whl/cpu"
],
"download_only": false,
"pip_data_exclude": [],
"enable_implicit_namespace_pkgs": false,
"environment": {},
"group_name": "",
"group_deps": []
}
},
"pip_311_requests_oauthlib": {
"bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl",
"ruleClassName": "whl_library",
"attributes": {
"requirement": "requests-oauthlib==1.3.1 ; python_version >= \"3.11\" and python_version < \"3.13\" --hash=sha256:2577c501a2fb8d05a304c09d090d6e47c306fef15809d102b327cf8364bddab5 --hash=sha256:75beac4a47881eeb94d5ea5d6ad31ef88856affe2332b9aafb52c6452ccf0d7a",
"repo": "pip_311",
"repo_prefix": "pip_311_",
"whl_patches": {},
"experimental_target_platforms": [
"all"
],
"python_interpreter": "",
"python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python",
"quiet": true,
"timeout": 600,
"isolated": true,
"extra_pip_args": [
"--extra-index-url",
"https://download.pytorch.org/whl/cpu"
],
"download_only": false,
"pip_data_exclude": [],
"enable_implicit_namespace_pkgs": false,
"environment": {},
"group_name": "",
"group_deps": []
}
},
"pip_311_dataclasses_json": {
"bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl",
"ruleClassName": "whl_library",
"attributes": {
"requirement": "dataclasses-json==0.5.9 ; python_version >= \"3.11\" and python_version < \"3.13\" --hash=sha256:1280542631df1c375b7bc92e5b86d39e06c44760d7e3571a537b3b8acabf2f0c --hash=sha256:e9ac87b73edc0141aafbce02b44e93553c3123ad574958f0fe52a534b6707e8e",
"repo": "pip_311",
"repo_prefix": "pip_311_",
"whl_patches": {},
"experimental_target_platforms": [
"all"
],
"python_interpreter": "",
"python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python",
"quiet": true,
"timeout": 600,
"isolated": true,
"extra_pip_args": [
"--extra-index-url",
"https://download.pytorch.org/whl/cpu"
],
"download_only": false,
"pip_data_exclude": [],
"enable_implicit_namespace_pkgs": false,
"environment": {},
"group_name": "",
"group_deps": []
}
},
"pip_311_yarl": {
"bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl",
"ruleClassName": "whl_library",
"attributes": {
"requirement": "yarl==1.9.1 ; python_version >= \"3.11\" and python_version < \"3.13\" --hash=sha256:01a073c9175481dfed6b40704a1b67af5a9435fc4a58a27d35fd6b303469b0c7 --hash=sha256:01cf88cb80411978a14aa49980968c1aeb7c18a90ac978c778250dd234d8e0ba --hash=sha256:08c8599d6aa8a24425f8635f6c06fa8726afe3be01c8e53e236f519bcfa5db5b --hash=sha256:098bdc06ffb4db39c73883325b8c738610199f5f12e85339afedf07e912a39af --hash=sha256:09c56a32c26e24ef98d5757c5064e252836f621f9a8b42737773aa92936b8e08 --hash=sha256:13a1ad1f35839b3bb5226f59816b71e243d95d623f5b392efaf8820ddb2b3cd5 --hash=sha256:1baf8cdaaab65d9ccedbf8748d626ad648b74b0a4d033e356a2f3024709fb82f --hash=sha256:1d7a0075a55380b19aa43b9e8056e128b058460d71d75018a4f9d60ace01e78c --hash=sha256:27efc2e324f72df02818cd72d7674b1f28b80ab49f33a94f37c6473c8166ce49 --hash=sha256:307a782736ebf994e7600dcaeea3b3113083584da567272f2075f1540919d6b3 --hash=sha256:395ea180257a3742d09dcc5071739682a95f7874270ebe3982d6696caec75be0 --hash=sha256:39a7a9108e9fc633ae381562f8f0355bb4ba00355218b5fb19cf5263fcdbfa68 --hash=sha256:3abe37fd89a93ebe0010417ca671f422fa6fcffec54698f623b09f46b4d4a512 --hash=sha256:4295790981630c4dab9d6de7b0f555a4c8defe3ed7704a8e9e595a321e59a0f5 --hash=sha256:44fa6158e6b4b8ccfa2872c3900a226b29e8ce543ce3e48aadc99816afa8874d --hash=sha256:46c4010de941e2e1365c07fb4418ddca10fcff56305a6067f5ae857f8c98f3a7 --hash=sha256:4764114e261fe49d5df9b316b3221493d177247825c735b2aae77bc2e340d800 --hash=sha256:4d817593d345fefda2fae877accc8a0d9f47ada57086da6125fa02a62f6d1a94 --hash=sha256:518a92a34c741836a315150460b5c1c71ae782d569eabd7acf53372e437709f7 --hash=sha256:56956b13ec275de31fe4fb991510b735c4fb3e1b01600528c952b9ac90464430 --hash=sha256:575975d28795a61e82c85f114c02333ca54cbd325fd4e4b27598c9832aa732e7 --hash=sha256:5ce0bcab7ec759062c818d73837644cde567ab8aa1e0d6c45db38dfb7c284441 --hash=sha256:5faf3ec98747318cb980aaf9addf769da68a66431fc203a373d95d7ee9c1fbb4 --hash=sha256:65d952e464df950eed32bb5dcbc1b4443c7c2de4d7abd7265b45b1b3b27f5fa2 --hash=sha256:6b09cce412386ea9b4dda965d8e78d04ac5b5792b2fa9cced3258ec69c7d1c16 --hash=sha256:6cdb47cbbacae8e1d7941b0d504d0235d686090eef5212ca2450525905e9cf02 --hash=sha256:6cf47fe9df9b1ededc77e492581cdb6890a975ad96b4172e1834f1b8ba0fc3ba --hash=sha256:73a4b46689f2d59c8ec6b71c9a0cdced4e7863dd6eb98a8c30ea610e191f9e1c --hash=sha256:74390c2318d066962500045aa145f5412169bce842e734b8c3e6e3750ad5b817 --hash=sha256:75676110bce59944dd48fd18d0449bd37eaeb311b38a0c768f7670864b5f8b68 --hash=sha256:78755ce43b6e827e65ec0c68be832f86d059fcf05d4b33562745ebcfa91b26b1 --hash=sha256:791357d537a09a194f92b834f28c98d074e7297bac0a8f1d5b458a906cafa17c --hash=sha256:85aa6fd779e194901386709e0eedd45710b68af2709f82a84839c44314b68c10 --hash=sha256:88f6413ff5edfb9609e2769e32ce87a62353e66e75d264bf0eaad26fb9daa8f2 --hash=sha256:89099c887338608da935ba8bee027564a94f852ac40e472de15d8309517ad5fe --hash=sha256:89da1fd6068553e3a333011cc17ad91c414b2100c32579ddb51517edc768b49c --hash=sha256:8c72a1dc7e2ea882cd3df0417c808ad3b69e559acdc43f3b096d67f2fb801ada --hash=sha256:90ebaf448b5f048352ec7c76cb8d452df30c27cb6b8627dfaa9cf742a14f141a --hash=sha256:92a101f6d5a9464e86092adc36cd40ef23d18a25bfb1eb32eaeb62edc22776bb --hash=sha256:92e37999e36f9f3ded78e9d839face6baa2abdf9344ea8ed2735f495736159de --hash=sha256:97d76a3128f48fa1c721ef8a50e2c2f549296b2402dc8a8cde12ff60ed922f53 --hash=sha256:9ba5a18c4fbd408fe49dc5da85478a76bc75c1ce912d7fd7b43ed5297c4403e1 --hash=sha256:9bb794882818fae20ff65348985fdf143ea6dfaf6413814db1848120db8be33e --hash=sha256:a21789bdf28549d4eb1de6910cabc762c9f6ae3eef85efc1958197c1c6ef853b --hash=sha256:a8b8d4b478a9862447daef4cafc89d87ea4ed958672f1d11db7732b77ead49cc --hash=sha256:ac8e593df1fbea820da7676929f821a0c7c2cecb8477d010254ce8ed54328ea8 --hash=sha256:b20a5ddc4e243cbaa54886bfe9af6ffc4ba4ef58f17f1bb691e973eb65bba84d --hash=sha256:b2b2382d59dec0f1fdca18ea429c4c4cee280d5e0dbc841180abb82e188cf6e9 --hash=sha256:b3b5f8da07a21f2e57551f88a6709c2d340866146cf7351e5207623cfe8aad16 --hash=sha256:b5d5fb6c94b620a7066a3adb7c246c87970f453813979818e4707ac32ce4d7bd --hash=sha256:b63d41e0eecf3e3070d44f97456cf351fff7cb960e97ecb60a936b877ff0b4f6 --hash=sha256:b86e98c3021b7e2740d8719bf074301361bf2f51221ca2765b7a58afbfbd9042 --hash=sha256:bab67d041c78e305ff3eef5e549304d843bd9b603c8855b68484ee663374ce15 --hash=sha256:c3ca8d71b23bdf164b36d06df2298ec8a5bd3de42b17bf3e0e8e6a7489195f2c --hash=sha256:ca14b84091700ae7c1fcd3a6000bd4ec1a3035009b8bcb94f246741ca840bb22 --hash=sha256:d21887cbcf6a3cc5951662d8222bc9c04e1b1d98eebe3bb659c3a04ed49b0eec --hash=sha256:d5c407e530cf2979ea383885516ae79cc4f3c3530623acf5e42daf521f5c2564 --hash=sha256:d966cd59df9a4b218480562e8daab39e87e746b78a96add51a3ab01636fc4291 --hash=sha256:df747104ef27ab1aa9a1145064fa9ea26ad8cf24bfcbdba7db7abf0f8b3676b9 --hash=sha256:e124b283a04cc06d22443cae536f93d86cd55108fa369f22b8fe1f2288b2fe1c --hash=sha256:e2f01351b7809182822b21061d2a4728b7b9e08f4585ba90ee4c5c4d3faa0812 --hash=sha256:e7ddebeabf384099814353a2956ed3ab5dbaa6830cc7005f985fcb03b5338f05 --hash=sha256:e9fe3a1c073ab80a28a06f41d2b623723046709ed29faf2c56bea41848597d86 --hash=sha256:ecaa5755a39f6f26079bf13f336c67af589c222d76b53cd3824d3b684b84d1f1 --hash=sha256:ecad20c3ef57c513dce22f58256361d10550a89e8eaa81d5082f36f8af305375 --hash=sha256:eed9827033b7f67ad12cb70bd0cb59d36029144a7906694317c2dbf5c9eb5ddd --hash=sha256:ef7e2f6c47c41e234600a02e1356b799761485834fe35d4706b0094cb3a587ee --hash=sha256:efec77851231410125cb5be04ec96fa4a075ca637f415a1f2d2c900b09032a8a --hash=sha256:f0cd87949d619157a0482c6c14e5011f8bf2bc0b91cb5087414d9331f4ef02dd --hash=sha256:f206adb89424dca4a4d0b31981869700e44cd62742527e26d6b15a510dd410a2 --hash=sha256:f5bcb80006efe9bf9f49ae89711253dd06df8053ff814622112a9219346566a7 --hash=sha256:f76edb386178a54ea7ceffa798cb830c3c22ab50ea10dfb25dc952b04848295f --hash=sha256:f878a78ed2ccfbd973cab46dd0933ecd704787724db23979e5731674d76eb36f --hash=sha256:f8e73f526140c1c32f5fca4cd0bc3b511a1abcd948f45b2a38a95e4edb76ca72",
"repo": "pip_311",
"repo_prefix": "pip_311_",
"whl_patches": {},
"experimental_target_platforms": [
"all"
],
"python_interpreter": "",
"python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python",
"quiet": true,
"timeout": 600,
"isolated": true,
"extra_pip_args": [
"--extra-index-url",
"https://download.pytorch.org/whl/cpu"
],
"download_only": false,
"pip_data_exclude": [],
"enable_implicit_namespace_pkgs": false,
"environment": {},
"group_name": "",
"group_deps": []
}
},
"pip_311_identify": {
"bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl",
"ruleClassName": "whl_library",
"attributes": {
"requirement": "identify==2.5.23 ; python_version >= \"3.11\" and python_version < \"3.13\" --hash=sha256:17d9351c028a781456965e781ed2a435755cac655df1ebd930f7186b54399312 --hash=sha256:50b01b9d5f73c6b53e5fa2caf9f543d3e657a9d0bbdeb203ebb8d45960ba7433",
"repo": "pip_311",
"repo_prefix": "pip_311_",
"whl_patches": {},
"experimental_target_platforms": [
"all"
],
"python_interpreter": "",
"python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python",
"quiet": true,
"timeout": 600,
"isolated": true,
"extra_pip_args": [
"--extra-index-url",
"https://download.pytorch.org/whl/cpu"
],
"download_only": false,
"pip_data_exclude": [],
"enable_implicit_namespace_pkgs": false,
"environment": {},
"group_name": "",
"group_deps": []
}
},
"pip_311_pyfaidx": {
"bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl",
"ruleClassName": "whl_library",
"attributes": {
"requirement": "pyfaidx==0.8.1.1 ; python_version >= \"3.11\" and python_version < \"3.13\" --hash=sha256:2694af8e3f35f1890a03f04c0f89ba245caf24ff9e435f2c494b132f537e70f6 --hash=sha256:6f0482352619f2cc56003ca22321bdb0d0764b656795bc1e4062b1fa9b08686b",
"repo": "pip_311",
"repo_prefix": "pip_311_",
"whl_patches": {},
"experimental_target_platforms": [
"all"
],
"python_interpreter": "",
"python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python",
"quiet": true,
"timeout": 600,
"isolated": true,
"extra_pip_args": [
"--extra-index-url",
"https://download.pytorch.org/whl/cpu"
],
"download_only": false,
"pip_data_exclude": [],
"enable_implicit_namespace_pkgs": false,
"environment": {},
"group_name": "",
"group_deps": []
}
},
"pip_311_furo": {
"bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl",
"ruleClassName": "whl_library",
"attributes": {
"requirement": "furo==2023.5.20 ; python_version >= \"3.11\" and python_version < \"3.13\" --hash=sha256:40e09fa17c6f4b22419d122e933089226dcdb59747b5b6c79363089827dea16f --hash=sha256:594a8436ddfe0c071f3a9e9a209c314a219d8341f3f1af33fdf7c69544fab9e6",
"repo": "pip_311",
"repo_prefix": "pip_311_",
"whl_patches": {},
"experimental_target_platforms": [
"all"
],
"python_interpreter": "",
"python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python",
"quiet": true,
"timeout": 600,
"isolated": true,
"extra_pip_args": [
"--extra-index-url",
"https://download.pytorch.org/whl/cpu"
],
"download_only": false,
"pip_data_exclude": [],
"enable_implicit_namespace_pkgs": false,
"environment": {},
"group_name": "",
"group_deps": []
}
},
"pip_311_nbformat": {
"bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl",
"ruleClassName": "whl_library",
"attributes": {
"requirement": "nbformat==5.9.2 ; python_version >= \"3.11\" and python_version < \"3.13\" --hash=sha256:1c5172d786a41b82bcfd0c23f9e6b6f072e8fb49c39250219e4acfff1efe89e9 --hash=sha256:5f98b5ba1997dff175e77e0c17d5c10a96eaed2cbd1de3533d1fc35d5e111192",
"repo": "pip_311",
"repo_prefix": "pip_311_",
"whl_patches": {},
"experimental_target_platforms": [
"all"
],
"python_interpreter": "",
"python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python",
"quiet": true,