diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bd2df04..18b53d8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,9 +1,16 @@ --- -# Set update schedule for GitHub Actions +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for more information: +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates +# https://containers.dev/guide/dependabot version: 2 updates: - + - package-ecosystem: "devcontainers" + directory: "/" + schedule: + interval: weekly - package-ecosystem: "github-actions" directory: "/" schedule: diff --git a/.github/workflows/gitchangelog.yml b/.github/workflows/gitchangelog.yml index d84fba9..29f9064 100644 --- a/.github/workflows/gitchangelog.yml +++ b/.github/workflows/gitchangelog.yml @@ -32,7 +32,7 @@ jobs: - name: Configure Git run: | - git config user.email "cbdq.leads@gmail.com" + git config user.email "136103132+cbdqbot@users.noreply.github.com" git config user.name "CBDQ Bot Account" - name: Git Add, Commit & Push diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index dd9ce32..5f03d33 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -39,7 +39,7 @@ jobs: - name: Publish Python Package # yamllint disable-line rule:line-length - uses: pypa/gh-action-pypi-publish@0ab0b79471669eb3a4d647e625009c62f9f3b241 + uses: pypa/gh-action-pypi-publish@f7600683efdcb7656dec5b29656edb7bc586e597 with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }} diff --git a/CHANGELOG.md b/CHANGELOG.md index c9ad057..31a39dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ ### Other +* Build(deps): bump pypa/gh-action-pypi-publish from 1.10.1 to 1.10.3. [dependabot[bot]] + + Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.10.1 to 1.10.3. + - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) + - [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/0ab0b79471669eb3a4d647e625009c62f9f3b241...f7600683efdcb7656dec5b29656edb7bc586e597) + + --- + updated-dependencies: + - dependency-name: pypa/gh-action-pypi-publish + dependency-type: direct:production + update-type: version-update:semver-patch + ... + * Build(deps): bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.1. [dependabot[bot]] Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.9.0 to 1.10.1. diff --git a/requirements.txt b/requirements.txt index 3331389..77c29fb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ -bandit==1.7.9 -build==1.2.2 +bandit==1.7.10 +build==1.2.2.post1 colorama==0.4.6 -coverage==7.6.1 +coverage==7.6.2 exceptiongroup==1.2.2 flake8==7.1.1 flake8-docstrings==1.7.0 @@ -15,12 +15,12 @@ jmespath==1.0.1 Mako==1.3.5 mando==0.7.1 markdown-it-py==3.0.0 -MarkupSafe==2.1.5 +MarkupSafe==3.0.1 mccabe==0.7.0 mdurl==0.1.2 packaging==24.1 parse==1.20.2 -parse_type==0.6.3 +parse_type==0.6.4 pathspec==0.12.1 pbr==6.1.0 pluggy==1.5.0 @@ -28,21 +28,21 @@ pycodestyle==2.12.1 pydocstyle==6.3.0 pyflakes==3.2.0 Pygments==2.18.0 -pyproject_hooks==1.1.0 +pyproject_hooks==1.2.0 pystache==0.6.5 pytest==8.3.3 -pytest-bdd==7.2.0 +pytest-bdd==7.3.0 pytest-cov==5.0.0 pytest-testinfra==10.1.1 PyYAML==6.0.2 radon==6.0.1 -rich==13.8.1 -setuptools==74.1.2 +rich==13.9.2 +setuptools==75.1.0 six==1.16.0 smmap==5.0.1 snowballstemmer==2.2.0 stevedore==5.3.0 -tomli==2.0.1 +tomli==2.0.2 typing_extensions==4.12.2 urllib3==2.2.3 wheel==0.44.0