Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump kdeldycke/workflows from 4.4.3 to 4.6.1 #1376

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 26, 2024

Bumps kdeldycke/workflows from 4.4.3 to 4.6.1.

Release notes

Sourced from kdeldycke/workflows's releases.

v4.6.1

Changes

  • Use uv to publish Python packages.

🐍 Available on PyPi.

v4.6.0

Changes

  • Use uv to build Python packages.
  • Remove dependency on build package.
  • Fix coverage report upload.
  • Upload test results to coverage.

🐍 Available on PyPi.

v4.5.4

Changes

  • Rerelease to stabilize changelog updates.

🐍 Available on PyPi.

v4.5.3

Changes

  • Fix changelog indention.
  • Add changelog unittests.

🐍 Available on PyPi.

v4.5.2

Changes

  • Rerelease to fix admonition in changelog.
  • Fix changelog new entry format.

🐍 Available on PyPi.

v4.5.1

Changes

  • Fix over-escaping of [!IMPORTANT] admonition in changelog.
  • Fix content writing into output files.

🐍 Available on PyPi.

v4.5.0

Changes

... (truncated)

Changelog

Sourced from kdeldycke/workflows's changelog.

4.6.1 (2024-09-26)

  • Use uv to publish Python packages.

4.6.0 (2024-09-20)

  • Use uv to build Python packages.
  • Remove dependency on build package.
  • Fix coverage report upload.
  • Upload test results to coverage.

4.5.4 (2024-09-04)

  • Rerelease to stabilize changelog updates.

4.5.3 (2024-09-04)

  • Fix changelog indention.
  • Add changelog unittests.

4.5.2 (2024-08-26)

  • Rerelease to fix admonition in changelog.
  • Fix changelog new entry format.

4.5.1 (2024-08-25)

  • Fix over-escaping of [!IMPORTANT] admonition in changelog.
  • Fix content writing into output files.

4.5.0 (2024-08-24)

  • Replace mdformat-black by mdformat-ruff.
  • Install mdformat, gha-utils, yamllint, bump-my-version, ruff, blacken-docs and autopep8 as a global tool to not interfere with the project dependencies.
  • Fix mdformat-pelican compatibility with mdformat-gfm.
  • Upgrade job runs from ubuntu-22.04 to ubuntu-24.04.
  • Mark python 3.13-dev tests as stable.
  • Fix empty entry composition.
  • Remove local workaround for Nuitka.

4.4.5 (2024-08-18)

  • Bump gha-utils CLI.

4.4.4 (2024-08-18)

  • Fix update of changelog without past entries.
Commits
  • 210acd4 [changelog] Release v4.6.1
  • 546ae18 Use uv to publish Python packages
  • 09e97a4 Bump peter-evans/create-issue-from-file from 5.0.0 to 5.0.1
  • 8484617 Bump actions/checkout from 4.1.7 to 4.2.0
  • 3ae60a6 Bump uv from 0.4.15 to 0.4.16
  • 1f3daa6 Fix typo in pyproject.toml
  • a414b0d Fix typo in readme.md
  • 69b6695 Bump ruff from 0.6.6 to 0.6.7
  • 51f5901 Bump uv from 0.4.13 to 0.4.15
  • 7d85a41 Bump pypa/gh-action-pypi-publish from 1.10.1 to 1.10.2
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the 📦 dependencies Update of dependencies label Sep 26, 2024
Bumps [kdeldycke/workflows](https://github.com/kdeldycke/workflows) from 4.4.3 to 4.6.1.
- [Release notes](https://github.com/kdeldycke/workflows/releases)
- [Changelog](https://github.com/kdeldycke/workflows/blob/main/changelog.md)
- [Commits](kdeldycke/workflows@v4.4.3...v4.6.1)

---
updated-dependencies:
- dependency-name: kdeldycke/workflows
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/github_actions/kdeldycke/workflows-4.6.1 branch from d24e06f to 54d1d3a Compare October 6, 2024 09:10
@kdeldycke kdeldycke closed this Oct 6, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 6, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/github_actions/kdeldycke/workflows-4.6.1 branch October 6, 2024 09:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📦 dependencies Update of dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant