Skip to content

Bump exasol/python-toolbox from 1.1.0 to 1.2.0 #650

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

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 26, 2025

Bumps exasol/python-toolbox from 1.1.0 to 1.2.0.

Release notes

Sourced from exasol/python-toolbox's releases.

1.2.0 - 2025-05-20

Summary

With #420, any GitHub repos using the PTB for documentation will also need to reconfigure the GitHub Pages settings for each repo:

  1. Go to the affected repo's GitHub page
  2. Select 'Settings'
  3. Scroll down & select 'Pages'
  4. Within the 'Build and deployment' section, change 'Source' to 'GitHub Actions'.

This should also create a 'github-pages' environment, if it does not yet exist.

We'll also need to configure settings for github-pages environment:

  1. Go to the affected repo's GitHub page
  2. Select 'Settings'
  3. Scroll down & select 'Environment'
  4. Click on 'github-pages'
  5. In the 'Deployment branches and tags', click 'Add deployment branch or tag rule'
  6. Select 'Ref type' to be 'Tag' and set the 'Name pattern' to [0-9].[0-9].[0-9]* (or whatever matches that repo's tags)

For most repos using the PTB, the updating of the github pages only happens when a PR is merged to main, so please check post-merge that it worked as expected.

With #422, we have hardened the security in our GitHub workflows by explicitly setting permissions to the default GitHub token. In a few repos who greatly differ from the default PTB setup, this might lead to small issues which require the allowed permissions to be increased for specific jobs.

⚒️ Refactorings

  • #412: Refactored pre commit hook package version.py into nox task

Security

  • #420: Replaced 3rd party action with GitHub actions for gh-pages
  • #422: Set permissions within the GitHub workflows to restrict usage of the default GitHub token

✨ Features

  • #161: Added support for installing extras & not using a cache to the python-environment action
  • #408: Added support for GitHub runners who do not per default have pipx to use the python-environment action
  • #433: Removed directory .html-documentation/.doctrees after creating documentation
  • #436: Updated template for new projects to poetry 2.x

Bugfixes

  • #428: Fixed detecting report coverage failures
  • #434: Adapted template so new projects do not fail from lint errors
Commits
  • 2641543 Prepare release 1.2.0 (#439)
  • ea1fb52 Feature/436 template use poetry 2.x (#438)
  • 24c6422 Feature/433 remove doctree from html documentation (#437)
  • adde3d8 #428: Fixed detecting report coverage failures (#429)
  • f57e8c0 Add support for installing extras to python-environment action (#413)
  • 6a9e851 Security/422 restrict GitHub token in workflows (#423)
  • 29d6fb5 Replace 3rd party action with GitHub actions for gh-pages (#421)
  • e1104e0 Refactoring/#392 refactor pre commit hook package version.py into nox task (#...
  • See full diff 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)

Bumps [exasol/python-toolbox](https://github.com/exasol/python-toolbox) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/exasol/python-toolbox/releases)
- [Commits](exasol/python-toolbox@1.1.0...1.2.0)

---
updated-dependencies:
- dependency-name: exasol/python-toolbox
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Change in dependencies github_actions Pull requests that update GitHub Actions code labels May 26, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 2, 2025

Superseded by #651.

@dependabot dependabot bot closed this Jun 2, 2025
@dependabot dependabot bot deleted the dependabot/github_actions/exasol/python-toolbox-1.2.0 branch June 2, 2025 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Change in dependencies github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants