From da3097b56a3a54417cf531d45c29e40b9bbd32e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 09:07:07 +0000 Subject: [PATCH 01/36] Bump wcwidth from 0.2.13 to 0.2.14 Bumps [wcwidth](https://github.com/jquast/wcwidth) from 0.2.13 to 0.2.14. - [Release notes](https://github.com/jquast/wcwidth/releases) - [Commits](https://github.com/jquast/wcwidth/compare/0.2.13...0.2.14) --- updated-dependencies: - dependency-name: wcwidth dependency-version: 0.2.14 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c13c3473d..1f40495a4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -61,7 +61,7 @@ types-toml==0.10.8.20240310 typing_extensions==4.15.0 uritemplate==4.2.0 urllib3==2.5.0 -wcwidth==0.2.13 +wcwidth==0.2.14 websocket-client==1.8.0 Werkzeug==3.1.3 wrapt==1.17.2 From 2c65ba11d83a551f53d08283098b0a3b513bbc48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 09:07:32 +0000 Subject: [PATCH 02/36] Bump cffi from 1.17.1 to 2.0.0 Bumps [cffi](https://github.com/python-cffi/cffi) from 1.17.1 to 2.0.0. - [Release notes](https://github.com/python-cffi/cffi/releases) - [Commits](https://github.com/python-cffi/cffi/compare/v1.17.1...v2.0.0) --- updated-dependencies: - dependency-name: cffi dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c13c3473d..f23daacac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ blessed==1.21.0 boto3==1.40.30 botocore==1.40.35 certifi==2025.8.3 -cffi==1.17.1 +cffi==2.0.0 charset-normalizer==3.4.3 click==8.1.8 codenamize==1.2.3 From cd09610cc9273e694eb7f395020c4507d3cf7e11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 09:07:37 +0000 Subject: [PATCH 03/36] Bump cryptography from 45.0.5 to 46.0.2 Bumps [cryptography](https://github.com/pyca/cryptography) from 45.0.5 to 46.0.2. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/45.0.5...46.0.2) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c13c3473d..9fbe690d1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ charset-normalizer==3.4.3 click==8.1.8 codenamize==1.2.3 colorama==0.4.6 -cryptography==45.0.5 +cryptography==46.0.2 Deprecated==1.2.18 docker==7.1.0 docopt==0.6.2 From eb809f0db5e1abe4b6d27fa57c000d5fbc52a546 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 09:08:24 +0000 Subject: [PATCH 04/36] Bump markupsafe from 3.0.2 to 3.0.3 Bumps [markupsafe](https://github.com/pallets/markupsafe) from 3.0.2 to 3.0.3. - [Release notes](https://github.com/pallets/markupsafe/releases) - [Changelog](https://github.com/pallets/markupsafe/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/markupsafe/compare/3.0.2...3.0.3) --- updated-dependencies: - dependency-name: markupsafe dependency-version: 3.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c13c3473d..dea846e25 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,7 +28,7 @@ jmespath==1.0.1 jsonschema==4.25.1 jupyter_core==5.8.1 macholib @ file:///System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot1/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/python3/python3-124/macholib-1.15.2-py2.py3-none-any.whl -MarkupSafe==3.0.2 +MarkupSafe==3.0.3 moto==5.1.8 mypy-extensions==1.1.0 nbformat==5.10.4 From b745b749aaeec53ce3dc47b7ef5fbc5046f62f5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 09:08:35 +0000 Subject: [PATCH 05/36] Bump pycparser from 2.22 to 2.23 Bumps [pycparser](https://github.com/eliben/pycparser) from 2.22 to 2.23. - [Release notes](https://github.com/eliben/pycparser/releases) - [Changelog](https://github.com/eliben/pycparser/blob/main/CHANGES) - [Commits](https://github.com/eliben/pycparser/compare/release_v2.22...release_v2.23) --- updated-dependencies: - dependency-name: pycparser dependency-version: '2.23' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c13c3473d..eb34da722 100644 --- a/requirements.txt +++ b/requirements.txt @@ -37,7 +37,7 @@ pathspec==0.12.1 pigar==2.1.7 pipreqs==0.5.0 platformdirs==4.4.0 -pycparser==2.22 +pycparser==2.23 PyGithub==2.8.1 PyJWT==2.10.1 PyNaCl==1.6.0 From 8bbd3b05a2c467ef019ca10ad775daa269786a17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 09:23:29 +0000 Subject: [PATCH 06/36] Bump boto3 from 1.40.30 to 1.40.50 Bumps [boto3](https://github.com/boto/boto3) from 1.40.30 to 1.40.50. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.40.30...1.40.50) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.40.50 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 10f3c48f2..249fea285 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ ansible-core==2.18.2 attrs==25.3.0 black==25.9.0 blessed==1.21.0 -boto3==1.40.30 +boto3==1.40.50 botocore==1.40.35 certifi==2025.8.3 cffi==2.0.0 From 6dc2da1b18cb5c9d71e366c86bebd5d031e74ec0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 09:25:17 +0000 Subject: [PATCH 07/36] Bump ansible-core from 2.18.2 to 2.19.3 Bumps [ansible-core](https://github.com/ansible/ansible) from 2.18.2 to 2.19.3. - [Release notes](https://github.com/ansible/ansible/releases) - [Commits](https://github.com/ansible/ansible/compare/v2.18.2...v2.19.3) --- updated-dependencies: - dependency-name: ansible-core dependency-version: 2.19.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 10f3c48f2..0d514cb35 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ altgraph @ file:///System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot1/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/python3/python3-124/altgraph-0.17.2-py2.py3-none-any.whl ansible==11.3.0 -ansible-core==2.18.2 +ansible-core==2.19.3 attrs==25.3.0 black==25.9.0 blessed==1.21.0 From a9ad505576c31013e0e6668c3e35ad85aab694cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 15:26:09 +0000 Subject: [PATCH 08/36] Bump botocore from 1.40.35 to 1.40.50 Bumps [botocore](https://github.com/boto/botocore) from 1.40.35 to 1.40.50. - [Commits](https://github.com/boto/botocore/compare/1.40.35...1.40.50) --- updated-dependencies: - dependency-name: botocore dependency-version: 1.40.50 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 81e06899b..c280c4f24 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ attrs==25.3.0 black==25.9.0 blessed==1.21.0 boto3==1.40.50 -botocore==1.40.35 +botocore==1.40.51 certifi==2025.8.3 cffi==2.0.0 charset-normalizer==3.4.3 From bed80ebd8ddec406e9d39ad647bf83b6bb9b6332 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 15:32:01 +0000 Subject: [PATCH 09/36] Bump blessed from 1.21.0 to 1.22.0 Bumps [blessed](https://github.com/jquast/blessed) from 1.21.0 to 1.22.0. - [Release notes](https://github.com/jquast/blessed/releases) - [Changelog](https://github.com/jquast/blessed/blob/master/docs/history.rst) - [Commits](https://github.com/jquast/blessed/compare/1.21.0...1.22.0) --- updated-dependencies: - dependency-name: blessed dependency-version: 1.22.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c280c4f24..b46017b12 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ ansible==11.3.0 ansible-core==2.19.3 attrs==25.3.0 black==25.9.0 -blessed==1.21.0 +blessed==1.22.0 boto3==1.40.50 botocore==1.40.51 certifi==2025.8.3 From 6c09532fbfaf39f3b3d9301e250c52f47bafc157 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 15:32:07 +0000 Subject: [PATCH 10/36] Bump attrs from 25.3.0 to 25.4.0 Bumps [attrs](https://github.com/sponsors/hynek) from 25.3.0 to 25.4.0. - [Commits](https://github.com/sponsors/hynek/commits) --- updated-dependencies: - dependency-name: attrs dependency-version: 25.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c280c4f24..2f3e462ce 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ altgraph @ file:///System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot1/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/python3/python3-124/altgraph-0.17.2-py2.py3-none-any.whl ansible==11.3.0 ansible-core==2.19.3 -attrs==25.3.0 +attrs==25.4.0 black==25.9.0 blessed==1.21.0 boto3==1.40.50 From fbb2f3840803ae1cb5f97b3f76e60e409bc9b421 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 09:21:54 +0000 Subject: [PATCH 11/36] Bump websocket-client from 1.8.0 to 1.9.0 Bumps [websocket-client](https://github.com/websocket-client/websocket-client) from 1.8.0 to 1.9.0. - [Release notes](https://github.com/websocket-client/websocket-client/releases) - [Changelog](https://github.com/websocket-client/websocket-client/blob/master/ChangeLog) - [Commits](https://github.com/websocket-client/websocket-client/compare/v1.8.0...v1.9.0) --- updated-dependencies: - dependency-name: websocket-client dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2fbb83058..ad812974d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -62,7 +62,7 @@ typing_extensions==4.15.0 uritemplate==4.2.0 urllib3==2.5.0 wcwidth==0.2.14 -websocket-client==1.8.0 +websocket-client==1.9.0 Werkzeug==3.1.3 wrapt==1.17.2 xmltodict==1.0.2 From 4ac1675e8e3c6ac2873d136b985b54becce74f27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 09:21:59 +0000 Subject: [PATCH 12/36] Bump pyyaml from 6.0.2 to 6.0.3 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 6.0.2 to 6.0.3. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/6.0.3/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/6.0.2...6.0.3) --- updated-dependencies: - dependency-name: pyyaml dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2fbb83058..00cbe38bb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -46,7 +46,7 @@ pyrsistent==0.20.0 python-dateutil==2.9.0.post0 python-editor==1.0.4 pytz==2025.2 -PyYAML==6.0.2 +PyYAML==6.0.3 readchar==4.2.1 requests==2.32.5 resolvelib==1.2.0 From 1678f8a077f8ec93ab1cb6e89d8da1f36e35bc70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 09:26:02 +0000 Subject: [PATCH 13/36] Bump jupyter-core from 5.8.1 to 5.9.1 Bumps [jupyter-core](https://github.com/jupyter/jupyter_core) from 5.8.1 to 5.9.1. - [Release notes](https://github.com/jupyter/jupyter_core/releases) - [Changelog](https://github.com/jupyter/jupyter_core/blob/main/CHANGELOG.md) - [Commits](https://github.com/jupyter/jupyter_core/compare/v5.8.1...v5.9.1) --- updated-dependencies: - dependency-name: jupyter-core dependency-version: 5.9.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2fbb83058..e82beea2d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ inquirer==3.4.1 Jinja2==3.1.6 jmespath==1.0.1 jsonschema==4.25.1 -jupyter_core==5.8.1 +jupyter_core==5.9.1 macholib @ file:///System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot1/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/python3/python3-124/macholib-1.15.2-py2.py3-none-any.whl MarkupSafe==3.0.3 moto==5.1.8 From 7741e826c149f126b84a4b5e29796c096e161fac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 09:57:21 +0000 Subject: [PATCH 14/36] Bump tomli from 2.2.1 to 2.3.0 Bumps [tomli](https://github.com/hukkin/tomli) from 2.2.1 to 2.3.0. - [Changelog](https://github.com/hukkin/tomli/blob/master/CHANGELOG.md) - [Commits](https://github.com/hukkin/tomli/compare/2.2.1...2.3.0) --- updated-dependencies: - dependency-name: tomli dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2fbb83058..39b172952 100644 --- a/requirements.txt +++ b/requirements.txt @@ -55,7 +55,7 @@ s3transfer==0.14.0 six @ file:///System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot1/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/python3/python3-124/six-1.15.0-py2.py3-none-any.whl smmap==5.0.2 toml==0.10.2 -tomli==2.2.1 +tomli==2.3.0 traitlets==5.14.3 types-toml==0.10.8.20240310 typing_extensions==4.15.0 From 2bc6dbaf5da994f7f3f95bfcd63c7f0ceb19d417 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 03:58:52 +0000 Subject: [PATCH 15/36] Bump wrapt from 1.17.2 to 2.0.0 Bumps [wrapt](https://github.com/GrahamDumpleton/wrapt) from 1.17.2 to 2.0.0. - [Release notes](https://github.com/GrahamDumpleton/wrapt/releases) - [Changelog](https://github.com/GrahamDumpleton/wrapt/blob/develop/docs/changes.rst) - [Commits](https://github.com/GrahamDumpleton/wrapt/compare/1.17.2...2.0.0) --- updated-dependencies: - dependency-name: wrapt dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 387c8409a..a506e2e76 100644 --- a/requirements.txt +++ b/requirements.txt @@ -64,6 +64,6 @@ urllib3==2.5.0 wcwidth==0.2.14 websocket-client==1.9.0 Werkzeug==3.1.3 -wrapt==1.17.2 +wrapt==2.0.0 xmltodict==1.0.2 yarg==0.1.10 From 5c79462306ad93849380b10925cdf110aae2f7bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 09:22:43 +0000 Subject: [PATCH 16/36] Bump charset-normalizer from 3.4.3 to 3.4.4 Bumps [charset-normalizer](https://github.com/jawah/charset_normalizer) from 3.4.3 to 3.4.4. - [Release notes](https://github.com/jawah/charset_normalizer/releases) - [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md) - [Commits](https://github.com/jawah/charset_normalizer/compare/3.4.3...3.4.4) --- updated-dependencies: - dependency-name: charset-normalizer dependency-version: 3.4.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ada654529..768f3278a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ boto3==1.40.50 botocore==1.40.51 certifi==2025.8.3 cffi==2.0.0 -charset-normalizer==3.4.3 +charset-normalizer==3.4.4 click==8.1.8 codenamize==1.2.3 colorama==0.4.6 From a78676d851cd0da8095ded6df7f9c129ab0bfd0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 09:22:52 +0000 Subject: [PATCH 17/36] Bump cryptography from 46.0.2 to 46.0.3 Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.2 to 46.0.3. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/46.0.2...46.0.3) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ada654529..ae8a0b38a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ charset-normalizer==3.4.3 click==8.1.8 codenamize==1.2.3 colorama==0.4.6 -cryptography==46.0.2 +cryptography==46.0.3 Deprecated==1.2.18 docker==7.1.0 docopt==0.6.2 From 32916319506ff280401348cdfcbc1f8f68f27c27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 09:25:47 +0000 Subject: [PATCH 18/36] Bump actions/upload-artifact from 4 to 5 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/mega-linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index 14c300eeb..82e286116 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -63,7 +63,7 @@ jobs: # They will be available on Github action page "Artifacts" section - name: Archive production artifacts if: ${{ success() }} || ${{ failure() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: Mega-Linter reports path: | From 8f887b30f70cdc0237ac4b17950c8a01339ed0ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 09:27:36 +0000 Subject: [PATCH 19/36] Bump ansible from 11.3.0 to 12.1.0 Bumps [ansible](https://github.com/ansible-community/ansible-build-data) from 11.3.0 to 12.1.0. - [Changelog](https://github.com/ansible-community/ansible-build-data/blob/main/docs/release-process.md) - [Commits](https://github.com/ansible-community/ansible-build-data/compare/11.3.0...12.1.0) --- updated-dependencies: - dependency-name: ansible dependency-version: 12.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ada654529..83e733374 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ altgraph @ file:///System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot1/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/python3/python3-124/altgraph-0.17.2-py2.py3-none-any.whl -ansible==11.3.0 +ansible==12.1.0 ansible-core==2.19.3 attrs==25.4.0 black==25.9.0 From 98f73e4b52c6536078e8b314b1c0b4787f45ca91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 10:12:36 +0000 Subject: [PATCH 20/36] Bump resolvelib from 1.2.0 to 1.2.1 Bumps [resolvelib](https://github.com/sarugaku/resolvelib) from 1.2.0 to 1.2.1. - [Changelog](https://github.com/sarugaku/resolvelib/blob/main/CHANGELOG.rst) - [Commits](https://github.com/sarugaku/resolvelib/compare/1.2.0...1.2.1) --- updated-dependencies: - dependency-name: resolvelib dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ada654529..f09a9fa20 100644 --- a/requirements.txt +++ b/requirements.txt @@ -49,7 +49,7 @@ pytz==2025.2 PyYAML==6.0.3 readchar==4.2.1 requests==2.32.5 -resolvelib==1.2.0 +resolvelib==1.2.1 responses==0.25.8 s3transfer==0.14.0 six @ file:///System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot1/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/python3/python3-124/six-1.15.0-py2.py3-none-any.whl From 0d37a0ede255b072c68f240ead6cb49356338a8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 03:53:37 +0000 Subject: [PATCH 21/36] Bump botocore from 1.40.51 to 1.40.59 Bumps [botocore](https://github.com/boto/botocore) from 1.40.51 to 1.40.59. - [Commits](https://github.com/boto/botocore/compare/1.40.51...1.40.59) --- updated-dependencies: - dependency-name: botocore dependency-version: 1.40.59 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4fc8fbd6f..7be143e25 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ attrs==25.4.0 black==25.9.0 blessed==1.22.0 boto3==1.40.50 -botocore==1.40.51 +botocore==1.40.61 certifi==2025.8.3 cffi==2.0.0 charset-normalizer==3.4.4 From 3c040d4442943d1057d40331ea5e0a2fb1c903f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 09:17:26 +0000 Subject: [PATCH 22/36] Bump platformdirs from 4.4.0 to 4.5.0 Bumps [platformdirs](https://github.com/tox-dev/platformdirs) from 4.4.0 to 4.5.0. - [Release notes](https://github.com/tox-dev/platformdirs/releases) - [Changelog](https://github.com/tox-dev/platformdirs/blob/main/CHANGES.rst) - [Commits](https://github.com/tox-dev/platformdirs/compare/4.4.0...4.5.0) --- updated-dependencies: - dependency-name: platformdirs dependency-version: 4.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 75e3f42cc..6a224b0e7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -36,7 +36,7 @@ packaging==25.0 pathspec==0.12.1 pigar==2.1.7 pipreqs==0.5.0 -platformdirs==4.4.0 +platformdirs==4.5.0 pycparser==2.23 PyGithub==2.8.1 PyJWT==2.10.1 From 05f95cea38c5115f33e3bc74c356d158b6bf0fdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 09:17:31 +0000 Subject: [PATCH 23/36] Bump moto from 5.1.8 to 5.1.16 Bumps [moto](https://github.com/getmoto/moto) from 5.1.8 to 5.1.16. - [Release notes](https://github.com/getmoto/moto/releases) - [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md) - [Commits](https://github.com/getmoto/moto/compare/5.1.8...5.1.16) --- updated-dependencies: - dependency-name: moto dependency-version: 5.1.16 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 75e3f42cc..97b8b9b5d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,7 +29,7 @@ jsonschema==4.25.1 jupyter_core==5.9.1 macholib @ file:///System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot1/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/python3/python3-124/macholib-1.15.2-py2.py3-none-any.whl MarkupSafe==3.0.3 -moto==5.1.8 +moto==5.1.16 mypy-extensions==1.1.0 nbformat==5.10.4 packaging==25.0 From 81a39d69eb55b914b99be31d9b094147f3776a29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 09:17:34 +0000 Subject: [PATCH 24/36] Bump click from 8.1.8 to 8.3.0 Bumps [click](https://github.com/pallets/click) from 8.1.8 to 8.3.0. - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/click/compare/8.1.8...8.3.0) --- updated-dependencies: - dependency-name: click dependency-version: 8.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 75e3f42cc..4b957203e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ botocore==1.40.61 certifi==2025.8.3 cffi==2.0.0 charset-normalizer==3.4.4 -click==8.1.8 +click==8.3.0 codenamize==1.2.3 colorama==0.4.6 cryptography==46.0.3 From 3b64ea7eff69e835c6129ba11cbf0b6d30f07c6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 15:23:13 +0000 Subject: [PATCH 25/36] Bump botocore from 1.40.61 to 1.40.64 Bumps [botocore](https://github.com/boto/botocore) from 1.40.61 to 1.40.64. - [Commits](https://github.com/boto/botocore/compare/1.40.61...1.40.64) --- updated-dependencies: - dependency-name: botocore dependency-version: 1.40.64 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 003a09ac8..efd051b98 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ attrs==25.4.0 black==25.9.0 blessed==1.22.0 boto3==1.40.50 -botocore==1.40.61 +botocore==1.40.66 certifi==2025.8.3 cffi==2.0.0 charset-normalizer==3.4.4 From 5971d497fe8356e84c0cc61986f42025f2a6b3ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 14:21:54 +0000 Subject: [PATCH 26/36] Bump blessed from 1.22.0 to 1.23.0 Bumps [blessed](https://github.com/jquast/blessed) from 1.22.0 to 1.23.0. - [Release notes](https://github.com/jquast/blessed/releases) - [Changelog](https://github.com/jquast/blessed/blob/master/docs/history.rst) - [Commits](https://github.com/jquast/blessed/compare/1.22.0...1.23) --- updated-dependencies: - dependency-name: blessed dependency-version: 1.23.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index efd051b98..c42827476 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ ansible==12.1.0 ansible-core==2.19.3 attrs==25.4.0 black==25.9.0 -blessed==1.22.0 +blessed==1.23.0 boto3==1.40.50 botocore==1.40.66 certifi==2025.8.3 From f10cd24e704afec743f1e184f9487ada79027ac1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 09:16:56 +0000 Subject: [PATCH 27/36] Bump black from 25.9.0 to 25.11.0 Bumps [black](https://github.com/psf/black) from 25.9.0 to 25.11.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/25.9.0...25.11.0) --- updated-dependencies: - dependency-name: black dependency-version: 25.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c42827476..87b27e010 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ altgraph @ file:///System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot1/ActiveB ansible==12.1.0 ansible-core==2.19.3 attrs==25.4.0 -black==25.9.0 +black==25.11.0 blessed==1.23.0 boto3==1.40.50 botocore==1.40.66 From 9c5fac4d3fc1db7f1f89ac8293bb7fb7de0b7710 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 09:17:07 +0000 Subject: [PATCH 28/36] Bump deprecated from 1.2.18 to 1.3.1 Bumps [deprecated](https://github.com/laurent-laporte-pro/deprecated) from 1.2.18 to 1.3.1. - [Release notes](https://github.com/laurent-laporte-pro/deprecated/releases) - [Changelog](https://github.com/laurent-laporte-pro/deprecated/blob/master/CHANGELOG-1.2.rst) - [Commits](https://github.com/laurent-laporte-pro/deprecated/compare/v1.2.18...v1.3.1) --- updated-dependencies: - dependency-name: deprecated dependency-version: 1.3.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c42827476..41d014001 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ click==8.3.0 codenamize==1.2.3 colorama==0.4.6 cryptography==46.0.3 -Deprecated==1.2.18 +Deprecated==1.3.1 docker==7.1.0 docopt==0.6.2 fastjsonschema==2.21.2 From fa6ad283895900790894f8492e68b6f13bd445e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 09:17:10 +0000 Subject: [PATCH 29/36] Bump wrapt from 2.0.0 to 2.0.1 Bumps [wrapt](https://github.com/GrahamDumpleton/wrapt) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/GrahamDumpleton/wrapt/releases) - [Changelog](https://github.com/GrahamDumpleton/wrapt/blob/develop/docs/changes.rst) - [Commits](https://github.com/GrahamDumpleton/wrapt/compare/2.0.0...2.0.1) --- updated-dependencies: - dependency-name: wrapt dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c42827476..5cebb1ba3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -64,6 +64,6 @@ urllib3==2.5.0 wcwidth==0.2.14 websocket-client==1.9.0 Werkzeug==3.1.3 -wrapt==2.0.0 +wrapt==2.0.1 xmltodict==1.0.2 yarg==0.1.10 From b3e2a871b14f28b8c3fdb0d6ba0db679cf0d902b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 23:23:38 +0000 Subject: [PATCH 30/36] Bump boto3 from 1.40.50 to 1.40.69 Bumps [boto3](https://github.com/boto/boto3) from 1.40.50 to 1.40.69. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.40.50...1.40.69) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.40.69 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 87b27e010..7bb5eef45 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ ansible-core==2.19.3 attrs==25.4.0 black==25.11.0 blessed==1.23.0 -boto3==1.40.50 +boto3==1.40.70 botocore==1.40.66 certifi==2025.8.3 cffi==2.0.0 From 79ddedd913e16be85398b2da3f65379eb24ee8c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 23:25:52 +0000 Subject: [PATCH 31/36] Bump ansible-core from 2.19.3 to 2.20.0 Bumps [ansible-core](https://github.com/ansible/ansible) from 2.19.3 to 2.20.0. - [Release notes](https://github.com/ansible/ansible/releases) - [Commits](https://github.com/ansible/ansible/compare/v2.19.3...v2.20.0) --- updated-dependencies: - dependency-name: ansible-core dependency-version: 2.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 87b27e010..fb6873b3d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ altgraph @ file:///System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot1/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/python3/python3-124/altgraph-0.17.2-py2.py3-none-any.whl ansible==12.1.0 -ansible-core==2.19.3 +ansible-core==2.20.0 attrs==25.4.0 black==25.11.0 blessed==1.23.0 From bfcbdfb74f51810d279eb189fae4576dfdaab806 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 09:04:31 +0000 Subject: [PATCH 32/36] Bump botocore from 1.40.66 to 1.40.74 Bumps [botocore](https://github.com/boto/botocore) from 1.40.66 to 1.40.74. - [Commits](https://github.com/boto/botocore/compare/1.40.66...1.40.74) --- updated-dependencies: - dependency-name: botocore dependency-version: 1.40.74 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 232113e30..2d585abf9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ attrs==25.4.0 black==25.11.0 blessed==1.23.0 boto3==1.40.70 -botocore==1.40.66 +botocore==1.40.74 certifi==2025.8.3 cffi==2.0.0 charset-normalizer==3.4.4 From 22eb4fdb09acef07399aebbabeac3fc4b928f5a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 09:04:36 +0000 Subject: [PATCH 33/36] Bump click from 8.3.0 to 8.3.1 Bumps [click](https://github.com/pallets/click) from 8.3.0 to 8.3.1. - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/8.3.1/CHANGES.rst) - [Commits](https://github.com/pallets/click/compare/8.3.0...8.3.1) --- updated-dependencies: - dependency-name: click dependency-version: 8.3.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 232113e30..22f6423ae 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ botocore==1.40.66 certifi==2025.8.3 cffi==2.0.0 charset-normalizer==3.4.4 -click==8.3.0 +click==8.3.1 codenamize==1.2.3 colorama==0.4.6 cryptography==46.0.3 From f217e602167fb94e3cddab09e4e88fad6635144f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 09:04:41 +0000 Subject: [PATCH 34/36] Bump pigar from 2.1.7 to 2.2.0 Bumps [pigar](https://github.com/damnever/pigar) from 2.1.7 to 2.2.0. - [Release notes](https://github.com/damnever/pigar/releases) - [Changelog](https://github.com/damnever/pigar/blob/main/CHANGELOG.md) - [Commits](https://github.com/damnever/pigar/compare/v2.1.7...v2.2.0) --- updated-dependencies: - dependency-name: pigar dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 232113e30..7914af6a1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -34,7 +34,7 @@ mypy-extensions==1.1.0 nbformat==5.10.4 packaging==25.0 pathspec==0.12.1 -pigar==2.1.7 +pigar==2.2.0 pipreqs==0.5.0 platformdirs==4.5.0 pycparser==2.23 From 496084bdca8972f0722173b0a2978298e0af890f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 09:04:46 +0000 Subject: [PATCH 35/36] Bump blessed from 1.23.0 to 1.24.0 Bumps [blessed](https://github.com/jquast/blessed) from 1.23.0 to 1.24.0. - [Release notes](https://github.com/jquast/blessed/releases) - [Changelog](https://github.com/jquast/blessed/blob/master/docs/history.rst) - [Commits](https://github.com/jquast/blessed/compare/1.23...1.24) --- updated-dependencies: - dependency-name: blessed dependency-version: 1.24.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 232113e30..ae91db0be 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ ansible==12.1.0 ansible-core==2.20.0 attrs==25.4.0 black==25.11.0 -blessed==1.23.0 +blessed==1.24.0 boto3==1.40.70 botocore==1.40.66 certifi==2025.8.3 From 100569e29455d70af2e22c646c42bfb02dbcd490 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 09:04:57 +0000 Subject: [PATCH 36/36] Bump boto3 from 1.40.70 to 1.40.74 Bumps [boto3](https://github.com/boto/boto3) from 1.40.70 to 1.40.74. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.40.70...1.40.74) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.40.74 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 232113e30..7c4e15500 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ ansible-core==2.20.0 attrs==25.4.0 black==25.11.0 blessed==1.23.0 -boto3==1.40.70 +boto3==1.40.74 botocore==1.40.66 certifi==2025.8.3 cffi==2.0.0