CasperWA / voila-optimade-client

Import structures in AiiDA lab using OPTIMADE
MIT License
3 stars 6 forks source link

Bump SINTEF/ci-cd from 2.5.3 to 2.6.0 #569

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 9 months ago

Bumps SINTEF/ci-cd from 2.5.3 to 2.6.0.

Release notes

Sourced from SINTEF/ci-cd's releases.

v2.6.0

Properly handle version specifiers

This version greatly improves on the version specifier handling when updating the pyproject.toml file using either the callable workflow CI - Check pyproject.toml dependencies or the pre-commit hook _Update dependencies in pyproject.toml.

It now utilizes the same logic as is implemented in the pip package, namely the packaging Python library to handle the dependencies and requirements listed in the pyproject.toml file.

To an extent, there is also support for version markers, specifically, specifying a dependency's validity according to a Python language version, e.g., my_package~=1.3; python_version < '3.8'. However, this support is limited in its scope, and does not support the full reasoning logic otherwise provided by the marker handling in packaging, meaning for example if you specify different Python language version requirements based on the OS, this may not be respected as intended by the user.

Changelog

v2.6.0 (2023-11-17)

Full Changelog

Implemented enhancements:

  • Modularize update_deps.py further #148

Fixed bugs:

  • Ensure version dependency ranges are respected when updating #141

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

Changelog

Sourced from SINTEF/ci-cd's changelog.

v2.6.0 (2023-11-17)

Full Changelog

Implemented enhancements:

  • Modularize update_deps.py further #148

Fixed bugs:

  • Ensure version dependency ranges are respected when updating #141

Merged pull requests:

  • [Auto-generated] Update dependencies #214 (TEAM4-0)
  • [Auto-generated] Check & update dependencies (pyproject.toml) #213 (TEAM4-0)
  • [Auto-generated] Check & update dependencies (pyproject.toml) #206 (TEAM4-0)
  • [Auto-generated] Update dependencies #204 (TEAM4-0)
  • Handle version specifiers #190 (CasperWA)
Commits
  • bb54428 Release v2.6.0 - Changelog
  • c590c30 Merge pull request #214 from SINTEF/ci/update-dependencies
  • 81ba7f6 Update pre-commit hooks
  • 9855740 Update dependencies to support Python 3.8+ versions
  • 87f30f7 Merge pull request #213 from SINTEF/ci/update-pyproject
  • d1068b3 Update dependencies in pyproject.toml
  • 53810e1 Merge remote-tracking branch 'origin/main' into ci/dependency-updates
  • 67d5ac4 Merge pull request #190 from SINTEF/cwa/fix-141-utilize-ignore
  • 6c71755 New test for unresolvable specifier set
  • 854c427 [Auto-generated] Check & update dependencies (pyproject.toml) (#206)
  • 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 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)