Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2025

Bumps nox from 2024.10.9 to 2025.2.9.

Release notes

Sourced from nox's releases.

2025.02.09 💝

This release improves PEP 723 support, including adding dependencies to the noxfile itself ("plugins"). It adds the long-awaited "requires" option, allowing sessions to require other sessions. And it brings further improvements to the pyproject.toml support, including helpers for dependency-groups and Python version lists.

We'd like to thank the following folks who contributed to this release:

New features:

Bugfixes:

Bugfixes related to uv support:

Tox-to-nox script:

Improved noxfile validation:

... (truncated)

Changelog

Sourced from nox's changelog.

Changelog

2025.02.09

This release improves PEP 723 support, including adding dependencies to the noxfile itself ("plugins"). It adds the long-awaited "requires" option, allowing sessions to require other sessions. And it brings further improvements to the pyproject.toml support, including helpers for dependency-groups and Python version lists.

We'd like to thank the following folks who contributed to this release:

New features:

Bugfixes:

Bugfixes related to uv support:

Tox-to-nox script:

Improved noxfile validation:

... (truncated)

Commits

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 [nox](https://github.com/wntrblm/nox) from 2024.10.9 to 2025.2.9.
- [Release notes](https://github.com/wntrblm/nox/releases)
- [Changelog](https://github.com/wntrblm/nox/blob/main/CHANGELOG.md)
- [Commits](wntrblm/nox@2024.10.09...2025.02.09)

---
updated-dependencies:
- dependency-name: nox
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner March 1, 2025 15:28
@dependabot dependabot bot added part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) type:tech-debt Improves the project without visible changes for users labels Mar 1, 2025
@dependabot dependabot bot requested a review from a team as a code owner March 1, 2025 15:28
@llucax
Copy link
Contributor

llucax commented Mar 3, 2025

Weird, the failure is not related to nox, but to isort, it wants to reformat some imports.

@llucax llucax requested a review from Marenz March 3, 2025 10:23
@llucax
Copy link
Contributor

llucax commented Mar 3, 2025

@Marenz maybe you can sneak in the fix when doing some other PR

@llucax
Copy link
Contributor

llucax commented Mar 3, 2025

Merging because the isort failure is actually present in the base branch already. See #134.

@llucax llucax added this pull request to the merge queue Mar 3, 2025
@Marenz
Copy link
Contributor

Marenz commented Mar 3, 2025

Weird, the failure is not related to nox, but to isort, it wants to reformat some imports.

yea, I was looking into it.. it doesn't fail locally so far, even though the version matches

@Marenz
Copy link
Contributor

Marenz commented Mar 3, 2025

isort==6.0.0

The ci_check_max is using isort 6.0.0. Which is nowhere set in the pyproject file.

@Marenz
Copy link
Contributor

Marenz commented Mar 3, 2025

Because pylint==3.3.3 depends on one of:
          isort>=4.2.5,<5.13.0
          isort>5.13.0,<6

Great, two different isorts major versions with different behavior

Merged via the queue into v0.x.x with commit eeb88d9 Mar 3, 2025
16 of 17 checks passed
@llucax llucax deleted the dependabot/pip/nox-2025.2.9 branch March 3, 2025 10:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

part:dispatcher part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) type:tech-debt Improves the project without visible changes for users

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants