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

Build(deps): Bump nox from 2020.12.31 to 2021.6.6 in /.github/workflows #384

Merged
merged 1 commit into from
Jun 11, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 7, 2021

Bumps nox from 2020.12.31 to 2021.6.6.

Release notes

Sourced from nox's releases.

2021.6.6

  • Add option --no-install to skip install commands in reused environments. (#432)
  • Add option --force-python as shorthand for --python and --extra-python. (#427)
  • Do not reuse environments if the interpreter or the environment type has changed. (#418, #425, #428)
  • Allow common variations in session names with parameters, such as double quotes instead of single quotes. Session names are considered equal if they produce the same Python AST. (#417, #434)
  • Preserve the order of parameters in session names. (#401)
  • Allow @nox.parametrize to select the session Python. (#413)
  • Allow passing posargs when scheduling another session via session.notify. (#397)
  • Prevent sessions from modifying each other's posargs. (#439)
  • Add nox.needs_version to specify Nox version requirements. (#388)
  • Add session.name to get the session name. (#386)
  • Gracefully shutdown child processes. (#393)
  • Decode command output using the system locale if UTF-8 decoding fails. (#380)
  • Fix creation of Conda environments when venv_params is used. (#420)
  • Various improvements to Nox's type annotations. (#376, #377, #378)
  • Remove outdated notes on Windows compatibility from the documentation. (#382)
  • Increase Nox's test coverage on Windows. (#300)
  • Avoid mypy searching for configuration files in other directories. (#402)
  • Replace AppVeyor and Travis CI by GitHub Actions. (#389, #390, #403)
  • Allow colorlog <7.0.0. (#431)
  • Drop contexter from test requirements. (#426)
  • Upgrade linters to the latest version. (#438)
Changelog

Sourced from nox's changelog.

2021.6.6

  • Add option --no-install to skip install commands in reused environments. (#432)
  • Add option --force-python as shorthand for --python and --extra-python. (#427)
  • Do not reuse environments if the interpreter or the environment type has changed. (#418, #425, #428)
  • Allow common variations in session names with parameters, such as double quotes instead of single quotes. Session names are considered equal if they produce the same Python AST. (#417, #434)
  • Preserve the order of parameters in session names. (#401)
  • Allow @nox.parametrize to select the session Python. (#413)
  • Allow passing posargs when scheduling another session via session.notify. (#397)
  • Prevent sessions from modifying each other's posargs. (#439)
  • Add nox.needs_version to specify Nox version requirements. (#388)
  • Add session.name to get the session name. (#386)
  • Gracefully shutdown child processes. (#393)
  • Decode command output using the system locale if UTF-8 decoding fails. (#380)
  • Fix creation of Conda environments when venv_params is used. (#420)
  • Various improvements to Nox's type annotations. (#376, #377, #378)
  • Remove outdated notes on Windows compatibility from the documentation. (#382)
  • Increase Nox's test coverage on Windows. (#300)
  • Avoid mypy searching for configuration files in other directories. (#402)
  • Replace AppVeyor and Travis CI by GitHub Actions. (#389, #390, #403)
  • Allow colorlog <7.0.0. (#431)
  • Drop contexter from test requirements. (#426)
  • Upgrade linters to the latest version. (#438)
Commits
  • da48d3c Release 2021.6.6 (#440)
  • bcaa5ff Prevent sessions from modifying each other's posargs (#439)
  • 41b9c79 Upgrade linters to the latest version (#438)
  • 4ddd055 Fix garbled error message when session not found (#434)
  • 56c7d56 Add option --no-install to skip install commands in reused environments (#432)
  • e9945ef Add --force-python option as shorthand for --python and --extra-python (#427)
  • 1d0ff6f Allow colorlog <7.0.0 (#431)
  • e012b60 Fix environments not being reused due to wrong Python lookup (#428)
  • a6539a7 Drop contexter from test requirements (#426)
  • 99c5910 Fix regression in check for stale environments (#425)
  • 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 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/theacodes/nox) from 2020.12.31 to 2021.6.6.
- [Release notes](https://github.com/theacodes/nox/releases)
- [Changelog](https://github.com/theacodes/nox/blob/main/CHANGELOG.md)
- [Commits](wntrblm/nox@2020.12.31...2021.6.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 7, 2021
@cjolowicz cjolowicz merged commit 1577f8c into main Jun 11, 2021
@cjolowicz cjolowicz deleted the dependabot/pip/dot-github/workflows/nox-2021.6.6 branch June 11, 2021 09:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant