Skip to content

Commit 9d79376

Browse files
committed
⬆️ Bump dependencies
1 parent 915ecd2 commit 9d79376

4 files changed

Lines changed: 54 additions & 54 deletions

File tree

pnpm-lock.yaml

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements-dev.txt

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ filelock==3.16.0
460460
# virtualenv
461461
fonttools==4.53.1
462462
# via weasyprint
463-
froide @ git+https://github.com/okfde/froide.git@ab9709fcdf55bf4dba5108b19aa0d3e88d0eb0c7
463+
froide @ git+https://github.com/okfde/froide.git@d8af2c7f8889d9b24f2ff83f28051f5cd7e9b903
464464
# via fragdenstaat-de (pyproject.toml)
465465
froide-campaign @ git+https://github.com/okfde/froide-campaign.git@5d4914f7c2d8eabcc0d121bb46ec9d56595d9eae
466466
# via fragdenstaat-de (pyproject.toml)
@@ -642,38 +642,38 @@ numpy==2.1.1
642642
# pandas
643643
# torchvision
644644
# webp
645-
nvidia-cublas-cu12==12.4.5.8 ; platform_machine == 'x86_64' and sys_platform == 'linux'
645+
nvidia-cublas-cu12==12.4.5.8 ; platform_machine == 'x86_64' and platform_system == 'Linux'
646646
# via
647647
# nvidia-cudnn-cu12
648648
# nvidia-cusolver-cu12
649649
# torch
650-
nvidia-cuda-cupti-cu12==12.4.127 ; platform_machine == 'x86_64' and sys_platform == 'linux'
650+
nvidia-cuda-cupti-cu12==12.4.127 ; platform_machine == 'x86_64' and platform_system == 'Linux'
651651
# via torch
652-
nvidia-cuda-nvrtc-cu12==12.4.127 ; platform_machine == 'x86_64' and sys_platform == 'linux'
652+
nvidia-cuda-nvrtc-cu12==12.4.127 ; platform_machine == 'x86_64' and platform_system == 'Linux'
653653
# via torch
654-
nvidia-cuda-runtime-cu12==12.4.127 ; platform_machine == 'x86_64' and sys_platform == 'linux'
654+
nvidia-cuda-runtime-cu12==12.4.127 ; platform_machine == 'x86_64' and platform_system == 'Linux'
655655
# via torch
656-
nvidia-cudnn-cu12==9.1.0.70 ; platform_machine == 'x86_64' and sys_platform == 'linux'
656+
nvidia-cudnn-cu12==9.1.0.70 ; platform_machine == 'x86_64' and platform_system == 'Linux'
657657
# via torch
658-
nvidia-cufft-cu12==11.2.1.3 ; platform_machine == 'x86_64' and sys_platform == 'linux'
658+
nvidia-cufft-cu12==11.2.1.3 ; platform_machine == 'x86_64' and platform_system == 'Linux'
659659
# via torch
660-
nvidia-curand-cu12==10.3.5.147 ; platform_machine == 'x86_64' and sys_platform == 'linux'
660+
nvidia-curand-cu12==10.3.5.147 ; platform_machine == 'x86_64' and platform_system == 'Linux'
661661
# via torch
662-
nvidia-cusolver-cu12==11.6.1.9 ; platform_machine == 'x86_64' and sys_platform == 'linux'
662+
nvidia-cusolver-cu12==11.6.1.9 ; platform_machine == 'x86_64' and platform_system == 'Linux'
663663
# via torch
664-
nvidia-cusparse-cu12==12.3.1.170 ; platform_machine == 'x86_64' and sys_platform == 'linux'
664+
nvidia-cusparse-cu12==12.3.1.170 ; platform_machine == 'x86_64' and platform_system == 'Linux'
665665
# via
666666
# nvidia-cusolver-cu12
667667
# torch
668-
nvidia-nccl-cu12==2.21.5 ; platform_machine == 'x86_64' and sys_platform == 'linux'
668+
nvidia-nccl-cu12==2.21.5 ; platform_machine == 'x86_64' and platform_system == 'Linux'
669669
# via torch
670-
nvidia-nvjitlink-cu12==12.4.127 ; platform_machine == 'x86_64' and sys_platform == 'linux'
670+
nvidia-nvjitlink-cu12==12.4.127 ; platform_machine == 'x86_64' and platform_system == 'Linux'
671671
# via
672672
# nvidia-cufft-cu12
673673
# nvidia-cusolver-cu12
674674
# nvidia-cusparse-cu12
675675
# torch
676-
nvidia-nvtx-cu12==12.4.127 ; platform_machine == 'x86_64' and sys_platform == 'linux'
676+
nvidia-nvtx-cu12==12.4.127 ; platform_machine == 'x86_64' and platform_system == 'Linux'
677677
# via torch
678678
oauthlib==3.2.2
679679
# via
@@ -975,7 +975,7 @@ traitlets==5.14.3
975975
# via
976976
# ipython
977977
# matplotlib-inline
978-
triton==3.1.0 ; python_full_version < '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux'
978+
triton==3.1.0 ; python_full_version < '3.13' and platform_machine == 'x86_64' and platform_system == 'Linux'
979979
# via torch
980980
typing-extensions==4.12.2
981981
# via

requirements-production.txt

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ click-plugins==1.1.1
8585
# via celery
8686
click-repl==0.3.0
8787
# via celery
88-
colorama==0.4.6 ; sys_platform == 'win32'
88+
colorama==0.4.6 ; platform_system == 'Windows'
8989
# via
9090
# click
9191
# qrcode
@@ -416,7 +416,7 @@ filelock==3.16.0
416416
# triton
417417
fonttools==4.53.1
418418
# via weasyprint
419-
froide @ git+https://github.com/okfde/froide.git@ab9709fcdf55bf4dba5108b19aa0d3e88d0eb0c7
419+
froide @ git+https://github.com/okfde/froide.git@d8af2c7f8889d9b24f2ff83f28051f5cd7e9b903
420420
# via fragdenstaat-de (pyproject.toml)
421421
froide-campaign @ git+https://github.com/okfde/froide-campaign.git@5d4914f7c2d8eabcc0d121bb46ec9d56595d9eae
422422
# 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

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ click-plugins==1.1.1
8080
# via celery
8181
click-repl==0.3.0
8282
# via celery
83-
colorama==0.4.6 ; sys_platform == 'win32'
83+
colorama==0.4.6 ; platform_system == 'Windows'
8484
# via
8585
# click
8686
# qrcode
@@ -411,7 +411,7 @@ filelock==3.16.0
411411
# triton
412412
fonttools==4.53.1
413413
# via weasyprint
414-
froide @ git+https://github.com/okfde/froide.git@ab9709fcdf55bf4dba5108b19aa0d3e88d0eb0c7
414+
froide @ git+https://github.com/okfde/froide.git@d8af2c7f8889d9b24f2ff83f28051f5cd7e9b903
415415
# via fragdenstaat-de (pyproject.toml)
416416
froide-campaign @ git+https://github.com/okfde/froide-campaign.git@5d4914f7c2d8eabcc0d121bb46ec9d56595d9eae
417417
# via fragdenstaat-de (pyproject.toml)
@@ -556,38 +556,38 @@ numpy==2.1.1
556556
# pandas
557557
# torchvision
558558
# webp
559-
nvidia-cublas-cu12==12.4.5.8 ; platform_machine == 'x86_64' and sys_platform == 'linux'
559+
nvidia-cublas-cu12==12.4.5.8 ; platform_machine == 'x86_64' and platform_system == 'Linux'
560560
# via
561561
# nvidia-cudnn-cu12
562562
# nvidia-cusolver-cu12
563563
# torch
564-
nvidia-cuda-cupti-cu12==12.4.127 ; platform_machine == 'x86_64' and sys_platform == 'linux'
564+
nvidia-cuda-cupti-cu12==12.4.127 ; platform_machine == 'x86_64' and platform_system == 'Linux'
565565
# via torch
566-
nvidia-cuda-nvrtc-cu12==12.4.127 ; platform_machine == 'x86_64' and sys_platform == 'linux'
566+
nvidia-cuda-nvrtc-cu12==12.4.127 ; platform_machine == 'x86_64' and platform_system == 'Linux'
567567
# via torch
568-
nvidia-cuda-runtime-cu12==12.4.127 ; platform_machine == 'x86_64' and sys_platform == 'linux'
568+
nvidia-cuda-runtime-cu12==12.4.127 ; platform_machine == 'x86_64' and platform_system == 'Linux'
569569
# via torch
570-
nvidia-cudnn-cu12==9.1.0.70 ; platform_machine == 'x86_64' and sys_platform == 'linux'
570+
nvidia-cudnn-cu12==9.1.0.70 ; platform_machine == 'x86_64' and platform_system == 'Linux'
571571
# via torch
572-
nvidia-cufft-cu12==11.2.1.3 ; platform_machine == 'x86_64' and sys_platform == 'linux'
572+
nvidia-cufft-cu12==11.2.1.3 ; platform_machine == 'x86_64' and platform_system == 'Linux'
573573
# via torch
574-
nvidia-curand-cu12==10.3.5.147 ; platform_machine == 'x86_64' and sys_platform == 'linux'
574+
nvidia-curand-cu12==10.3.5.147 ; platform_machine == 'x86_64' and platform_system == 'Linux'
575575
# via torch
576-
nvidia-cusolver-cu12==11.6.1.9 ; platform_machine == 'x86_64' and sys_platform == 'linux'
576+
nvidia-cusolver-cu12==11.6.1.9 ; platform_machine == 'x86_64' and platform_system == 'Linux'
577577
# via torch
578-
nvidia-cusparse-cu12==12.3.1.170 ; platform_machine == 'x86_64' and sys_platform == 'linux'
578+
nvidia-cusparse-cu12==12.3.1.170 ; platform_machine == 'x86_64' and platform_system == 'Linux'
579579
# via
580580
# nvidia-cusolver-cu12
581581
# torch
582-
nvidia-nccl-cu12==2.21.5 ; platform_machine == 'x86_64' and sys_platform == 'linux'
582+
nvidia-nccl-cu12==2.21.5 ; platform_machine == 'x86_64' and platform_system == 'Linux'
583583
# via torch
584-
nvidia-nvjitlink-cu12==12.4.127 ; platform_machine == 'x86_64' and sys_platform == 'linux'
584+
nvidia-nvjitlink-cu12==12.4.127 ; platform_machine == 'x86_64' and platform_system == 'Linux'
585585
# via
586586
# nvidia-cufft-cu12
587587
# nvidia-cusolver-cu12
588588
# nvidia-cusparse-cu12
589589
# torch
590-
nvidia-nvtx-cu12==12.4.127 ; platform_machine == 'x86_64' and sys_platform == 'linux'
590+
nvidia-nvtx-cu12==12.4.127 ; platform_machine == 'x86_64' and platform_system == 'Linux'
591591
# via torch
592592
oauthlib==3.2.2
593593
# via
@@ -797,7 +797,7 @@ torch==2.5.1
797797
# torchvision
798798
torchvision==0.20.1
799799
# via fragdenstaat-de (pyproject.toml)
800-
triton==3.1.0 ; python_full_version < '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux'
800+
triton==3.1.0 ; python_full_version < '3.13' and platform_machine == 'x86_64' and platform_system == 'Linux'
801801
# via torch
802802
typing-extensions==4.12.2
803803
# via

0 commit comments

Comments
 (0)