Skip to content

Commit 65b185b

Browse files
committed
⬆️ Bump dependencies
1 parent 685ce0f commit 65b185b

4 files changed

+54
-54
lines changed

pnpm-lock.yaml

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements-dev.txt

+14-14
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ filelock==3.16.0
464464
# virtualenv
465465
fonttools==4.53.1
466466
# via weasyprint
467-
froide @ git+https://github.com/okfde/froide.git@fe6627a43730279f052b869a3f48a04d6f924833
467+
froide @ git+https://github.com/okfde/froide.git@4c2abfb05bdcd7fc1aaa1395e3a3516fc51fc098
468468
# via fragdenstaat-de (pyproject.toml)
469469
froide-campaign @ git+https://github.com/okfde/froide-campaign.git@5d4914f7c2d8eabcc0d121bb46ec9d56595d9eae
470470
# via fragdenstaat-de (pyproject.toml)
@@ -643,38 +643,38 @@ numpy==2.1.1
643643
# pandas
644644
# torchvision
645645
# webp
646-
nvidia-cublas-cu12==12.4.5.8 ; platform_machine == 'x86_64' and sys_platform == 'linux'
646+
nvidia-cublas-cu12==12.4.5.8 ; platform_machine == 'x86_64' and platform_system == 'Linux'
647647
# via
648648
# nvidia-cudnn-cu12
649649
# nvidia-cusolver-cu12
650650
# torch
651-
nvidia-cuda-cupti-cu12==12.4.127 ; platform_machine == 'x86_64' and sys_platform == 'linux'
651+
nvidia-cuda-cupti-cu12==12.4.127 ; platform_machine == 'x86_64' and platform_system == 'Linux'
652652
# via torch
653-
nvidia-cuda-nvrtc-cu12==12.4.127 ; platform_machine == 'x86_64' and sys_platform == 'linux'
653+
nvidia-cuda-nvrtc-cu12==12.4.127 ; platform_machine == 'x86_64' and platform_system == 'Linux'
654654
# via torch
655-
nvidia-cuda-runtime-cu12==12.4.127 ; platform_machine == 'x86_64' and sys_platform == 'linux'
655+
nvidia-cuda-runtime-cu12==12.4.127 ; platform_machine == 'x86_64' and platform_system == 'Linux'
656656
# via torch
657-
nvidia-cudnn-cu12==9.1.0.70 ; platform_machine == 'x86_64' and sys_platform == 'linux'
657+
nvidia-cudnn-cu12==9.1.0.70 ; platform_machine == 'x86_64' and platform_system == 'Linux'
658658
# via torch
659-
nvidia-cufft-cu12==11.2.1.3 ; platform_machine == 'x86_64' and sys_platform == 'linux'
659+
nvidia-cufft-cu12==11.2.1.3 ; platform_machine == 'x86_64' and platform_system == 'Linux'
660660
# via torch
661-
nvidia-curand-cu12==10.3.5.147 ; platform_machine == 'x86_64' and sys_platform == 'linux'
661+
nvidia-curand-cu12==10.3.5.147 ; platform_machine == 'x86_64' and platform_system == 'Linux'
662662
# via torch
663-
nvidia-cusolver-cu12==11.6.1.9 ; platform_machine == 'x86_64' and sys_platform == 'linux'
663+
nvidia-cusolver-cu12==11.6.1.9 ; platform_machine == 'x86_64' and platform_system == 'Linux'
664664
# via torch
665-
nvidia-cusparse-cu12==12.3.1.170 ; platform_machine == 'x86_64' and sys_platform == 'linux'
665+
nvidia-cusparse-cu12==12.3.1.170 ; platform_machine == 'x86_64' and platform_system == 'Linux'
666666
# via
667667
# nvidia-cusolver-cu12
668668
# torch
669-
nvidia-nccl-cu12==2.21.5 ; platform_machine == 'x86_64' and sys_platform == 'linux'
669+
nvidia-nccl-cu12==2.21.5 ; platform_machine == 'x86_64' and platform_system == 'Linux'
670670
# via torch
671-
nvidia-nvjitlink-cu12==12.4.127 ; platform_machine == 'x86_64' and sys_platform == 'linux'
671+
nvidia-nvjitlink-cu12==12.4.127 ; platform_machine == 'x86_64' and platform_system == 'Linux'
672672
# via
673673
# nvidia-cufft-cu12
674674
# nvidia-cusolver-cu12
675675
# nvidia-cusparse-cu12
676676
# torch
677-
nvidia-nvtx-cu12==12.4.127 ; platform_machine == 'x86_64' and sys_platform == 'linux'
677+
nvidia-nvtx-cu12==12.4.127 ; platform_machine == 'x86_64' and platform_system == 'Linux'
678678
# via torch
679679
oauthlib==3.2.2
680680
# via
@@ -982,7 +982,7 @@ traitlets==5.14.3
982982
# via
983983
# ipython
984984
# matplotlib-inline
985-
triton==3.1.0 ; python_full_version < '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux'
985+
triton==3.1.0 ; python_full_version < '3.13' and platform_machine == 'x86_64' and platform_system == 'Linux'
986986
# via torch
987987
typing-extensions==4.12.2
988988
# via

requirements-production.txt

+15-15
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ click-plugins==1.1.1
8888
# via celery
8989
click-repl==0.3.0
9090
# via celery
91-
colorama==0.4.6 ; sys_platform == 'win32'
91+
colorama==0.4.6 ; platform_system == 'Windows'
9292
# via
9393
# click
9494
# qrcode
@@ -419,7 +419,7 @@ filelock==3.16.0
419419
# triton
420420
fonttools==4.53.1
421421
# via weasyprint
422-
froide @ git+https://github.com/okfde/froide.git@fe6627a43730279f052b869a3f48a04d6f924833
422+
froide @ git+https://github.com/okfde/froide.git@4c2abfb05bdcd7fc1aaa1395e3a3516fc51fc098
423423
# via fragdenstaat-de (pyproject.toml)
424424
froide-campaign @ git+https://github.com/okfde/froide-campaign.git@5d4914f7c2d8eabcc0d121bb46ec9d56595d9eae
425425
# via fragdenstaat-de (pyproject.toml)
@@ -567,38 +567,38 @@ numpy==2.1.1
567567
# pandas
568568
# torchvision
569569
# webp
570-
nvidia-cublas-cu12==12.4.5.8 ; platform_machine == 'x86_64' and sys_platform == 'linux'
570+
nvidia-cublas-cu12==12.4.5.8 ; platform_machine == 'x86_64' and platform_system == 'Linux'
571571
# via
572572
# nvidia-cudnn-cu12
573573
# nvidia-cusolver-cu12
574574
# torch
575-
nvidia-cuda-cupti-cu12==12.4.127 ; platform_machine == 'x86_64' and sys_platform == 'linux'
575+
nvidia-cuda-cupti-cu12==12.4.127 ; platform_machine == 'x86_64' and platform_system == 'Linux'
576576
# via torch
577-
nvidia-cuda-nvrtc-cu12==12.4.127 ; platform_machine == 'x86_64' and sys_platform == 'linux'
577+
nvidia-cuda-nvrtc-cu12==12.4.127 ; platform_machine == 'x86_64' and platform_system == 'Linux'
578578
# via torch
579-
nvidia-cuda-runtime-cu12==12.4.127 ; platform_machine == 'x86_64' and sys_platform == 'linux'
579+
nvidia-cuda-runtime-cu12==12.4.127 ; platform_machine == 'x86_64' and platform_system == 'Linux'
580580
# via torch
581-
nvidia-cudnn-cu12==9.1.0.70 ; platform_machine == 'x86_64' and sys_platform == 'linux'
581+
nvidia-cudnn-cu12==9.1.0.70 ; platform_machine == 'x86_64' and platform_system == 'Linux'
582582
# via torch
583-
nvidia-cufft-cu12==11.2.1.3 ; platform_machine == 'x86_64' and sys_platform == 'linux'
583+
nvidia-cufft-cu12==11.2.1.3 ; platform_machine == 'x86_64' and platform_system == 'Linux'
584584
# via torch
585-
nvidia-curand-cu12==10.3.5.147 ; platform_machine == 'x86_64' and sys_platform == 'linux'
585+
nvidia-curand-cu12==10.3.5.147 ; platform_machine == 'x86_64' and platform_system == 'Linux'
586586
# via torch
587-
nvidia-cusolver-cu12==11.6.1.9 ; platform_machine == 'x86_64' and sys_platform == 'linux'
587+
nvidia-cusolver-cu12==11.6.1.9 ; platform_machine == 'x86_64' and platform_system == 'Linux'
588588
# via torch
589-
nvidia-cusparse-cu12==12.3.1.170 ; platform_machine == 'x86_64' and sys_platform == 'linux'
589+
nvidia-cusparse-cu12==12.3.1.170 ; platform_machine == 'x86_64' and platform_system == 'Linux'
590590
# via
591591
# nvidia-cusolver-cu12
592592
# torch
593-
nvidia-nccl-cu12==2.21.5 ; platform_machine == 'x86_64' and sys_platform == 'linux'
593+
nvidia-nccl-cu12==2.21.5 ; platform_machine == 'x86_64' and platform_system == 'Linux'
594594
# via torch
595-
nvidia-nvjitlink-cu12==12.4.127 ; platform_machine == 'x86_64' and sys_platform == 'linux'
595+
nvidia-nvjitlink-cu12==12.4.127 ; platform_machine == 'x86_64' and platform_system == 'Linux'
596596
# via
597597
# nvidia-cufft-cu12
598598
# nvidia-cusolver-cu12
599599
# nvidia-cusparse-cu12
600600
# torch
601-
nvidia-nvtx-cu12==12.4.127 ; platform_machine == 'x86_64' and sys_platform == 'linux'
601+
nvidia-nvtx-cu12==12.4.127 ; platform_machine == 'x86_64' and platform_system == 'Linux'
602602
# via torch
603603
oauthlib==3.2.2
604604
# via
@@ -815,7 +815,7 @@ torch==2.5.1
815815
# torchvision
816816
torchvision==0.20.1
817817
# via fragdenstaat-de (pyproject.toml)
818-
triton==3.1.0 ; python_full_version < '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux'
818+
triton==3.1.0 ; python_full_version < '3.13' and platform_machine == 'x86_64' and platform_system == 'Linux'
819819
# via torch
820820
typing-extensions==4.12.2
821821
# via

requirements.txt

+15-15
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ click-plugins==1.1.1
8282
# via celery
8383
click-repl==0.3.0
8484
# via celery
85-
colorama==0.4.6 ; sys_platform == 'win32'
85+
colorama==0.4.6 ; platform_system == 'Windows'
8686
# via
8787
# click
8888
# qrcode
@@ -413,7 +413,7 @@ filelock==3.16.0
413413
# triton
414414
fonttools==4.53.1
415415
# via weasyprint
416-
froide @ git+https://github.com/okfde/froide.git@fe6627a43730279f052b869a3f48a04d6f924833
416+
froide @ git+https://github.com/okfde/froide.git@4c2abfb05bdcd7fc1aaa1395e3a3516fc51fc098
417417
# via fragdenstaat-de (pyproject.toml)
418418
froide-campaign @ git+https://github.com/okfde/froide-campaign.git@5d4914f7c2d8eabcc0d121bb46ec9d56595d9eae
419419
# via fragdenstaat-de (pyproject.toml)
@@ -555,38 +555,38 @@ numpy==2.1.1
555555
# pandas
556556
# torchvision
557557
# webp
558-
nvidia-cublas-cu12==12.4.5.8 ; platform_machine == 'x86_64' and sys_platform == 'linux'
558+
nvidia-cublas-cu12==12.4.5.8 ; platform_machine == 'x86_64' and platform_system == 'Linux'
559559
# via
560560
# nvidia-cudnn-cu12
561561
# nvidia-cusolver-cu12
562562
# torch
563-
nvidia-cuda-cupti-cu12==12.4.127 ; platform_machine == 'x86_64' and sys_platform == 'linux'
563+
nvidia-cuda-cupti-cu12==12.4.127 ; platform_machine == 'x86_64' and platform_system == 'Linux'
564564
# via torch
565-
nvidia-cuda-nvrtc-cu12==12.4.127 ; platform_machine == 'x86_64' and sys_platform == 'linux'
565+
nvidia-cuda-nvrtc-cu12==12.4.127 ; platform_machine == 'x86_64' and platform_system == 'Linux'
566566
# via torch
567-
nvidia-cuda-runtime-cu12==12.4.127 ; platform_machine == 'x86_64' and sys_platform == 'linux'
567+
nvidia-cuda-runtime-cu12==12.4.127 ; platform_machine == 'x86_64' and platform_system == 'Linux'
568568
# via torch
569-
nvidia-cudnn-cu12==9.1.0.70 ; platform_machine == 'x86_64' and sys_platform == 'linux'
569+
nvidia-cudnn-cu12==9.1.0.70 ; platform_machine == 'x86_64' and platform_system == 'Linux'
570570
# via torch
571-
nvidia-cufft-cu12==11.2.1.3 ; platform_machine == 'x86_64' and sys_platform == 'linux'
571+
nvidia-cufft-cu12==11.2.1.3 ; platform_machine == 'x86_64' and platform_system == 'Linux'
572572
# via torch
573-
nvidia-curand-cu12==10.3.5.147 ; platform_machine == 'x86_64' and sys_platform == 'linux'
573+
nvidia-curand-cu12==10.3.5.147 ; platform_machine == 'x86_64' and platform_system == 'Linux'
574574
# via torch
575-
nvidia-cusolver-cu12==11.6.1.9 ; platform_machine == 'x86_64' and sys_platform == 'linux'
575+
nvidia-cusolver-cu12==11.6.1.9 ; platform_machine == 'x86_64' and platform_system == 'Linux'
576576
# via torch
577-
nvidia-cusparse-cu12==12.3.1.170 ; platform_machine == 'x86_64' and sys_platform == 'linux'
577+
nvidia-cusparse-cu12==12.3.1.170 ; platform_machine == 'x86_64' and platform_system == 'Linux'
578578
# via
579579
# nvidia-cusolver-cu12
580580
# torch
581-
nvidia-nccl-cu12==2.21.5 ; platform_machine == 'x86_64' and sys_platform == 'linux'
581+
nvidia-nccl-cu12==2.21.5 ; platform_machine == 'x86_64' and platform_system == 'Linux'
582582
# via torch
583-
nvidia-nvjitlink-cu12==12.4.127 ; platform_machine == 'x86_64' and sys_platform == 'linux'
583+
nvidia-nvjitlink-cu12==12.4.127 ; platform_machine == 'x86_64' and platform_system == 'Linux'
584584
# via
585585
# nvidia-cufft-cu12
586586
# nvidia-cusolver-cu12
587587
# nvidia-cusparse-cu12
588588
# torch
589-
nvidia-nvtx-cu12==12.4.127 ; platform_machine == 'x86_64' and sys_platform == 'linux'
589+
nvidia-nvtx-cu12==12.4.127 ; platform_machine == 'x86_64' and platform_system == 'Linux'
590590
# via torch
591591
oauthlib==3.2.2
592592
# via
@@ -796,7 +796,7 @@ torch==2.5.1
796796
# torchvision
797797
torchvision==0.20.1
798798
# via fragdenstaat-de (pyproject.toml)
799-
triton==3.1.0 ; python_full_version < '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux'
799+
triton==3.1.0 ; python_full_version < '3.13' and platform_machine == 'x86_64' and platform_system == 'Linux'
800800
# via torch
801801
typing-extensions==4.12.2
802802
# via

0 commit comments

Comments
 (0)