Skip to content

Commit

Permalink
Merge pull request #113 from cbdq-io/bugfix/bot-email-address-fix
Browse files Browse the repository at this point in the history
Maintenance Update
  • Loading branch information
dallinb authored Oct 13, 2024
2 parents 6fbbef9 + f6e199b commit b21fdc2
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 14 deletions.
11 changes: 9 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gitchangelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Configure Git
run: |
git config user.email "cbdq.leads@gmail.com"
git config user.email "[email protected].com"
git config user.name "CBDQ Bot Account"
- name: Git Add, Commit & Push
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
20 changes: 10 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -15,34 +15,34 @@ 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
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
Expand Down

0 comments on commit b21fdc2

Please sign in to comment.