Adam Warner
7052d0da65
Split BATS test suite across files for parallel execution
...
CodeQL / Analyze (pull_request) Waiting to run
Test Supported Distributions / smoke-tests (pull_request) Waiting to run
Test Supported Distributions / distro-test (alpine_3_21) (pull_request) Blocked by required conditions
Test Supported Distributions / distro-test (alpine_3_22) (pull_request) Blocked by required conditions
Test Supported Distributions / distro-test (alpine_3_23) (pull_request) Blocked by required conditions
Test Supported Distributions / distro-test (centos_10) (pull_request) Blocked by required conditions
Test Supported Distributions / distro-test (centos_9) (pull_request) Blocked by required conditions
Test Supported Distributions / distro-test (debian_11) (pull_request) Blocked by required conditions
Test Supported Distributions / distro-test (debian_12) (pull_request) Blocked by required conditions
Test Supported Distributions / distro-test (debian_13) (pull_request) Blocked by required conditions
Test Supported Distributions / distro-test (fedora_40) (pull_request) Blocked by required conditions
Test Supported Distributions / distro-test (fedora_41) (pull_request) Blocked by required conditions
Test Supported Distributions / distro-test (fedora_42) (pull_request) Blocked by required conditions
Test Supported Distributions / distro-test (fedora_43) (pull_request) Blocked by required conditions
Test Supported Distributions / distro-test (ubuntu_20) (pull_request) Blocked by required conditions
Test Supported Distributions / distro-test (ubuntu_22) (pull_request) Blocked by required conditions
Test Supported Distributions / distro-test (ubuntu_24) (pull_request) Blocked by required conditions
test_automated_install.bats was a single 372-line file running 18 tests
serially, which doubled wall-clock CI time compared to the old pytest
suite (which used pytest-xdist -n auto for parallelism).
Split into three focused files:
- test_automated_install.bats — core installer: package manager
detection, SELinux config check, fresh install, package cache
update (success/failure), dependency installation, meta-package
uninstall (7 tests)
- test_ftl.bats — FTL architecture detection for all supported arches
plus binary installation and version check (9 tests)
- test_network.bats — IPv6 address detection (link-local/ULA/GUA
precedence) and IP address validation (6 tests)
Update run.sh to include the new files and to pass --jobs $(nproc) to
BATS when GNU parallel is available, running all files concurrently.
This restores the degree of parallelism previously provided by
pytest-xdist and brings CI duration back in line with the old suite.
Signed-off-by: Adam Warner <me@adamwarner.co.uk >
2026-03-17 21:50:25 +00:00
Adam Warner
e1c38e10a7
Replace pytest/tox test suite with BATS
...
The Python-based test infrastructure (pytest, tox, testinfra) is replaced
with BATS (Bash Automated Testing System), matching the approach already
used in FTL
Changes:
- Add test/run.sh — single entry point replacing all 15 tox.*.ini files;
accepts DISTRO env var, builds the test image, installs BATS on demand,
and selects test files based on distro family (debian/alpine/rhel)
- Add test/helpers/mocks.bash — bash equivalents of conftest.py's
mock_command*, mock_command_2, and mock_command_passthrough helpers;
uses base64 transfer to write mock scripts into containers safely
- Add test/test_automated_install.bats — replaces test_any_automated_install.py
- Add test/test_utils.bats — replaces test_any_utils.py
- Add test/test_selinux.bats — replaces test_centos_fedora_common_support.py;
only run on CentOS/Fedora (rhel family)
- Remove conftest.py, requirements.txt, setup.py, __init__.py
- Remove all 15 tox.*.ini files
- Remove all three Python test files
- Update .github/workflows/test.yml: drop Python setup, tox invocation,
and black formatting check; distro-test job now runs bash test/run.sh
- Update .gitignore: remove Python-specific entries, add test/libs/
Signed-off-by: PromoFaux <PromoFaux@users.noreply.github.com >
Signed-off-by: Adam Warner <me@adamwarner.co.uk >
2026-03-17 18:54:47 +00:00
yubiuser
cf7139bad8
Bump psf/black from 26.3.0 to 26.3.1 in the github-actions-dependencies group ( #6566 )
CodeQL / Analyze (pull_request) Waiting to run
Test Supported Distributions / smoke-tests (pull_request) Waiting to run
Test Supported Distributions / distro-test (alpine_3_21) (pull_request) Blocked by required conditions
Test Supported Distributions / distro-test (alpine_3_22) (pull_request) Blocked by required conditions
Test Supported Distributions / distro-test (alpine_3_23) (pull_request) Blocked by required conditions
Test Supported Distributions / distro-test (centos_10) (pull_request) Blocked by required conditions
Test Supported Distributions / distro-test (centos_9) (pull_request) Blocked by required conditions
Test Supported Distributions / distro-test (debian_11) (pull_request) Blocked by required conditions
Test Supported Distributions / distro-test (debian_12) (pull_request) Blocked by required conditions
Test Supported Distributions / distro-test (debian_13) (pull_request) Blocked by required conditions
Test Supported Distributions / distro-test (fedora_40) (pull_request) Blocked by required conditions
Test Supported Distributions / distro-test (fedora_41) (pull_request) Blocked by required conditions
Test Supported Distributions / distro-test (fedora_42) (pull_request) Blocked by required conditions
Test Supported Distributions / distro-test (fedora_43) (pull_request) Blocked by required conditions
Test Supported Distributions / distro-test (ubuntu_20) (pull_request) Blocked by required conditions
Test Supported Distributions / distro-test (ubuntu_22) (pull_request) Blocked by required conditions
Test Supported Distributions / distro-test (ubuntu_24) (pull_request) Blocked by required conditions
2026-03-14 14:49:24 +01:00
yubiuser
c7eff386e5
Bump tox from 4.49.0 to 4.49.1 in /test in the python-dependencies group ( #6567 )
2026-03-14 14:46:50 +01:00
dependabot[bot]
47de7d5913
Bump tox from 4.49.0 to 4.49.1 in /test in the python-dependencies group
...
Bumps the python-dependencies group in /test with 1 update: [tox](https://github.com/tox-dev/tox ).
Updates `tox` from 4.49.0 to 4.49.1
- [Release notes](https://github.com/tox-dev/tox/releases )
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst )
- [Commits](https://github.com/tox-dev/tox/compare/4.49.0...4.49.1 )
---
updated-dependencies:
- dependency-name: tox
dependency-version: 4.49.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: python-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-14 10:02:46 +00:00
dependabot[bot]
ed3f72958b
Bump psf/black in the github-actions-dependencies group
...
Bumps the github-actions-dependencies group with 1 update: [psf/black](https://github.com/psf/black ).
Updates `psf/black` from 26.3.0 to 26.3.1
- [Release notes](https://github.com/psf/black/releases )
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md )
- [Commits](35ea67920b...c6755bb741 )
---
updated-dependencies:
- dependency-name: psf/black
dependency-version: 26.3.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-14 10:02:24 +00:00
yubiuser
bdeb05b941
Bump tox from 4.46.3 to 4.49.0 in /test in the python-dependencies group ( #6560 )
2026-03-07 17:06:39 +01:00
yubiuser
2d99a95dfb
Bump the github-actions-dependencies group with 2 updates ( #6561 )
2026-03-07 17:05:35 +01:00
dependabot[bot]
8834b49fd3
Bump the github-actions-dependencies group with 2 updates
...
Bumps the github-actions-dependencies group with 2 updates: [github/codeql-action](https://github.com/github/codeql-action ) and [psf/black](https://github.com/psf/black ).
Updates `github/codeql-action` from 4.32.4 to 4.32.6
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](89a39a4e59...0d579ffd05 )
Updates `psf/black` from 26.1.0 to 26.3.0
- [Release notes](https://github.com/psf/black/releases )
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md )
- [Commits](6305bf1ae6...35ea67920b )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 4.32.6
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions-dependencies
- dependency-name: psf/black
dependency-version: 26.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-07 10:02:47 +00:00
dependabot[bot]
752273f400
Bump tox from 4.46.3 to 4.49.0 in /test in the python-dependencies group
...
Bumps the python-dependencies group in /test with 1 update: [tox](https://github.com/tox-dev/tox ).
Updates `tox` from 4.46.3 to 4.49.0
- [Release notes](https://github.com/tox-dev/tox/releases )
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst )
- [Commits](https://github.com/tox-dev/tox/compare/4.46.3...4.49.0 )
---
updated-dependencies:
- dependency-name: tox
dependency-version: 4.49.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: python-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-07 10:02:46 +00:00
Dominik
3d3be66685
Remove readonly from piholeNetworkFlush.sh to avoid error message ( #6554 )
2026-03-02 18:25:28 +01:00
RD WebDesign
36601eef3a
Remove readonly from piholeNetworkFlush.sh to avoid error message
...
This is a quick fix to avoid the error when api.sh tries to set the
variable again.
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br >
2026-03-01 17:29:19 -03:00
yubiuser
ec0ce92aaa
Bump tox from 4.44.0 to 4.46.3 in /test in the python-dependencies group ( #6552 )
2026-02-28 16:32:30 +01:00
dependabot[bot]
6dc67a48e9
Bump tox from 4.44.0 to 4.46.3 in /test in the python-dependencies group
...
Bumps the python-dependencies group in /test with 1 update: [tox](https://github.com/tox-dev/tox ).
Updates `tox` from 4.44.0 to 4.46.3
- [Release notes](https://github.com/tox-dev/tox/releases )
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst )
- [Commits](https://github.com/tox-dev/tox/compare/4.44.0...4.46.3 )
---
updated-dependencies:
- dependency-name: tox
dependency-version: 4.46.3
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: python-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-28 10:02:45 +00:00
yubiuser
cda392ac97
Remove additional ':' from debug log system time output ( #6551 )
2026-02-24 16:39:35 +01:00
yubiuser
08365b3795
Bump tox from 4.35.0 to 4.44.0 in /test in the python-dependencies group ( #6546 )
2026-02-24 09:19:51 +01:00
Christian König
f28233729c
Remove additional ':' from debug log system time output
...
Signed-off-by: Christian König <github@yubiuser.dev >
2026-02-24 08:51:07 +01:00
yubiuser
2acb7098d8
Bump the github-actions-dependencies group with 2 updates ( #6547 )
2026-02-22 01:44:36 +01:00
dependabot[bot]
f2af7c8970
Bump the github-actions-dependencies group with 2 updates
...
Bumps the github-actions-dependencies group with 2 updates: [github/codeql-action](https://github.com/github/codeql-action ) and [actions/stale](https://github.com/actions/stale ).
Updates `github/codeql-action` from 4.32.3 to 4.32.4
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](9e907b5e64...89a39a4e59 )
Updates `actions/stale` from 10.1.1 to 10.2.0
- [Release notes](https://github.com/actions/stale/releases )
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md )
- [Commits](997185467f...b5d41d4e1d )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 4.32.4
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions-dependencies
- dependency-name: actions/stale
dependency-version: 10.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-21 10:02:51 +00:00
dependabot[bot]
c8ff8b747f
Bump tox from 4.35.0 to 4.44.0 in /test in the python-dependencies group
...
Bumps the python-dependencies group in /test with 1 update: [tox](https://github.com/tox-dev/tox ).
Updates `tox` from 4.35.0 to 4.44.0
- [Release notes](https://github.com/tox-dev/tox/releases )
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst )
- [Commits](https://github.com/tox-dev/tox/compare/4.35.0...4.44.0 )
---
updated-dependencies:
- dependency-name: tox
dependency-version: 4.44.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: python-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-21 10:02:39 +00:00
yubiuser
e929d799b8
Don't install unused /usr/local/share/man/man5 ( #6526 )
2026-02-14 20:36:17 +01:00
yubiuser
194d6e3565
Bump tox from 4.34.1 to 4.35.0 in /test in the python-dependencies group ( #6533 )
2026-02-14 13:13:51 +01:00
yubiuser
f90f456bcf
Bump github/codeql-action from 4.32.2 to 4.32.3 in the github-actions-dependencies group ( #6534 )
2026-02-14 12:50:03 +01:00
dependabot[bot]
75af6dc968
Bump github/codeql-action in the github-actions-dependencies group
...
Bumps the github-actions-dependencies group with 1 update: [github/codeql-action](https://github.com/github/codeql-action ).
Updates `github/codeql-action` from 4.32.2 to 4.32.3
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](45cbd0c69e...9e907b5e64 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 4.32.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-14 10:02:35 +00:00
dependabot[bot]
0b0cbdf7d0
Bump tox from 4.34.1 to 4.35.0 in /test in the python-dependencies group
...
Bumps the python-dependencies group in /test with 1 update: [tox](https://github.com/tox-dev/tox ).
Updates `tox` from 4.34.1 to 4.35.0
- [Release notes](https://github.com/tox-dev/tox/releases )
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst )
- [Commits](https://github.com/tox-dev/tox/compare/4.34.1...4.35.0 )
---
updated-dependencies:
- dependency-name: tox
dependency-version: 4.35.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: python-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-14 10:02:34 +00:00
yubiuser
6f54ce8c72
Bump github/codeql-action from 4.32.0 to 4.32.2 in the github-actions-dependencies group ( #6528 )
2026-02-07 11:12:58 +01:00
dependabot[bot]
a90df8072c
Bump github/codeql-action in the github-actions-dependencies group
...
Bumps the github-actions-dependencies group with 1 update: [github/codeql-action](https://github.com/github/codeql-action ).
Updates `github/codeql-action` from 4.32.0 to 4.32.2
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](b20883b0cd...45cbd0c69e )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 4.32.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-07 10:02:40 +00:00
darkexplosiveqwx
3d5c832dbe
Remove /usr/local/share/man/man5 from tests
...
Signed-off-by: darkexplosiveqwx <101737077+darkexplosiveqwx@users.noreply.github.com >
2026-02-06 16:49:31 +01:00
darkexplosiveqwx
8c4778025a
Don't install unused /usr/local/share/man/man5
...
Last used before `pihole-FTL.conf.5` was removed with https://github.com/pi-hole/pi-hole/pull/4489
Signed-off-by: darkexplosiveqwx <101737077+darkexplosiveqwx@users.noreply.github.com >
2026-02-05 18:45:57 +01:00
yubiuser
8eb602bd2b
Bump github/codeql-action from 4.31.11 to 4.32.0 in the github-actions-dependencies group ( #6525 )
2026-01-31 11:51:05 +01:00
dependabot[bot]
19f80a1aa7
Bump github/codeql-action in the github-actions-dependencies group
...
Bumps the github-actions-dependencies group with 1 update: [github/codeql-action](https://github.com/github/codeql-action ).
Updates `github/codeql-action` from 4.31.11 to 4.32.0
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](19b2f06db2...b20883b0cd )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 4.32.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-31 10:02:46 +00:00
yubiuser
8abfc5ae1a
Bump the github-actions-dependencies group with 4 updates ( #6522 )
2026-01-28 09:02:56 +01:00
Christian König
03ee5b514d
Fix black formatting
...
Signed-off-by: Christian König <github@yubiuser.dev >
2026-01-28 08:56:25 +01:00
dependabot[bot]
f0bc920384
Bump the github-actions-dependencies group with 4 updates
...
Bumps the github-actions-dependencies group with 4 updates: [actions/checkout](https://github.com/actions/checkout ), [github/codeql-action](https://github.com/github/codeql-action ), [psf/black](https://github.com/psf/black ) and [actions/setup-python](https://github.com/actions/setup-python ).
Updates `actions/checkout` from 6.0.1 to 6.0.2
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](8e8c483db8...de0fac2e45 )
Updates `github/codeql-action` from 4.31.10 to 4.31.11
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](cdefb33c0f...19b2f06db2 )
Updates `psf/black` from 25.12.0 to 26.1.0
- [Release notes](https://github.com/psf/black/releases )
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md )
- [Commits](782e5605c8...6305bf1ae6 )
Updates `actions/setup-python` from 6.1.0 to 6.2.0
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](83679a892e...a309ff8b42 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 6.0.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions-dependencies
- dependency-name: github/codeql-action
dependency-version: 4.31.11
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions-dependencies
- dependency-name: psf/black
dependency-version: 26.1.0
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions-dependencies
- dependency-name: actions/setup-python
dependency-version: 6.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-24 10:02:49 +00:00
yubiuser
441832a331
Bump github/codeql-action from 4.31.9 to 4.31.10 in the github-actions-dependencies group ( #6519 )
2026-01-17 11:26:18 +01:00
dependabot[bot]
887255f518
Bump github/codeql-action in the github-actions-dependencies group
...
Bumps the github-actions-dependencies group with 1 update: [github/codeql-action](https://github.com/github/codeql-action ).
Updates `github/codeql-action` from 4.31.9 to 4.31.10
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](5d4e8d1aca...cdefb33c0f )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 4.31.10
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-17 10:02:42 +00:00
yubiuser
0f4594c88e
Bump tox from 4.33.0 to 4.34.1 in /test in the python-dependencies group ( #6515 )
2026-01-10 11:05:42 +01:00
dependabot[bot]
ec6d3e2f83
Bump tox from 4.33.0 to 4.34.1 in /test in the python-dependencies group
...
Bumps the python-dependencies group in /test with 1 update: [tox](https://github.com/tox-dev/tox ).
Updates `tox` from 4.33.0 to 4.34.1
- [Release notes](https://github.com/tox-dev/tox/releases )
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst )
- [Commits](https://github.com/tox-dev/tox/compare/4.33.0...4.34.1 )
---
updated-dependencies:
- dependency-name: tox
dependency-version: 4.34.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: python-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-10 10:01:07 +00:00
Adam Warner
f6531d722b
Add missing -g to the message in gravity recovery command ( #6513 )
2026-01-08 17:46:38 +00:00
RD WebDesign
d0433cdb48
Add missing -g to the message in gravity recovery command
...
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br >
2026-01-07 00:28:09 -03:00
Adam Warner
42ee5648cf
Use configured location for web repo when updating or repairing ( #6470 )
2026-01-04 13:08:33 +00:00
yubiuser
d9e10413c3
Bump tox from 4.32.0 to 4.33.0 in /test in the python-dependencies group ( #6510 )
2026-01-03 13:22:09 +01:00
dependabot[bot]
102bc6043d
Bump tox from 4.32.0 to 4.33.0 in /test in the python-dependencies group
...
Bumps the python-dependencies group in /test with 1 update: [tox](https://github.com/tox-dev/tox ).
Updates `tox` from 4.32.0 to 4.33.0
- [Release notes](https://github.com/tox-dev/tox/releases )
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst )
- [Commits](https://github.com/tox-dev/tox/compare/4.32.0...4.33.0 )
---
updated-dependencies:
- dependency-name: tox
dependency-version: 4.33.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: python-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-03 10:01:40 +00:00
yubiuser
25a9897c4e
Bump github/codeql-action from 4.31.8 to 4.31.9 in the github-actions-dependencies group ( #6502 )
2025-12-20 11:40:02 +01:00
dependabot[bot]
dd1e60b505
Bump github/codeql-action in the github-actions-dependencies group
...
Bumps the github-actions-dependencies group with 1 update: [github/codeql-action](https://github.com/github/codeql-action ).
Updates `github/codeql-action` from 4.31.8 to 4.31.9
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](1b168cd394...5d4e8d1aca )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 4.31.9
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-20 10:01:25 +00:00
yubiuser
88a23f8f14
Bump pytest from 9.0.1 to 9.0.2 in /test in the python-dependencies group ( #6500 )
2025-12-13 16:49:39 +01:00
yubiuser
a1520d2fa6
Bump the github-actions-dependencies group with 3 updates ( #6499 )
2025-12-13 16:35:19 +01:00
dependabot[bot]
3ddf4014af
Bump pytest in /test in the python-dependencies group
...
Bumps the python-dependencies group in /test with 1 update: [pytest](https://github.com/pytest-dev/pytest ).
Updates `pytest` from 9.0.1 to 9.0.2
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/9.0.1...9.0.2 )
---
updated-dependencies:
- dependency-name: pytest
dependency-version: 9.0.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: python-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-13 10:02:04 +00:00
dependabot[bot]
9f07e74eb8
Bump the github-actions-dependencies group with 3 updates
...
Bumps the github-actions-dependencies group with 3 updates: [github/codeql-action](https://github.com/github/codeql-action ), [redhat-plumbers-in-action/differential-shellcheck](https://github.com/redhat-plumbers-in-action/differential-shellcheck ) and [psf/black](https://github.com/psf/black ).
Updates `github/codeql-action` from 4.31.7 to 4.31.8
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](cf1bb45a27...1b168cd394 )
Updates `redhat-plumbers-in-action/differential-shellcheck` from 5.5.5 to 5.5.6
- [Release notes](https://github.com/redhat-plumbers-in-action/differential-shellcheck/releases )
- [Changelog](https://github.com/redhat-plumbers-in-action/differential-shellcheck/blob/main/docs/CHANGELOG.md )
- [Commits](0d9e5b2962...d965e66ec0 )
Updates `psf/black` from 25.11.0 to 25.12.0
- [Release notes](https://github.com/psf/black/releases )
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md )
- [Commits](05f0a8ce1f...782e5605c8 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 4.31.8
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions-dependencies
- dependency-name: redhat-plumbers-in-action/differential-shellcheck
dependency-version: 5.5.6
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions-dependencies
- dependency-name: psf/black
dependency-version: 25.12.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-13 10:01:35 +00:00
yubiuser
beda7a5e0a
Bump the github-actions-dependencies group with 3 updates ( #6490 )
2025-12-06 11:43:35 +01:00