Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency cron 2025-01-03 #6096

Merged
merged 1 commit into from
Jan 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ on 'develop' => sub {
requires 'Code::TidyAll';
requires 'Perl::Critic';
requires 'Perl::Critic::Freenode';
requires 'Perl::Tidy', '== 20240511.0.0';
requires 'Perl::Tidy', '== 20240903.0.0';

};

Expand Down
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ devel_no_selenium_requires:
sudo:
tar:
xorg-x11-fonts:
perl(Perl::Tidy): '== 20240511.0.0'
perl(Perl::Tidy): '== 20240903.0.0'

devel_requires:
'%devel_no_selenium_requires':
Expand Down
2 changes: 1 addition & 1 deletion tools/ci/ci-packages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ perl-Perl-Critic-Community-1.0.3
perl-Perl-Critic-Policy-Variables-ProhibitLoopOnHash-0.008
perl-Perl-Critic-Pulp-99
perl-PerlIO-utf8_strict-0.008
perl-Perl-Tidy-20240511.0.0
perl-Perl-Tidy-20240903.0.0
perl-Pod-MinimumVersion-50
perl-Pod-POM-2.01
perl-Pod-Spell-1.26
Expand Down
Loading