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: | diff --git a/requirements.txt b/requirements.txt index c13c3473d..af2177127 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,19 +1,19 @@ 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 -attrs==25.3.0 -black==25.9.0 -blessed==1.21.0 -boto3==1.40.30 -botocore==1.40.35 +ansible==12.1.0 +ansible-core==2.20.0 +attrs==25.4.0 +black==25.11.0 +boto3==1.40.74 +blessed==1.24.0 +botocore==1.40.74 certifi==2025.8.3 -cffi==1.17.1 -charset-normalizer==3.4.3 -click==8.1.8 +cffi==2.0.0 +charset-normalizer==3.4.4 +click==8.3.1 codenamize==1.2.3 colorama==0.4.6 -cryptography==45.0.5 -Deprecated==1.2.18 +cryptography==46.0.3 +Deprecated==1.3.1 docker==7.1.0 docopt==0.6.2 fastjsonschema==2.21.2 @@ -26,18 +26,18 @@ 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.2 -moto==5.1.8 +MarkupSafe==3.0.3 +moto==5.1.16 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.4.0 -pycparser==2.22 +platformdirs==4.5.0 +pycparser==2.23 PyGithub==2.8.1 PyJWT==2.10.1 PyNaCl==1.6.0 @@ -46,24 +46,24 @@ 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 +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 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 uritemplate==4.2.0 urllib3==2.5.0 -wcwidth==0.2.13 -websocket-client==1.8.0 +wcwidth==0.2.14 +websocket-client==1.9.0 Werkzeug==3.1.3 -wrapt==1.17.2 +wrapt==2.0.1 xmltodict==1.0.2 yarg==0.1.10