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 nox from 2022.1.7 to 2022.8.7 in /.github/workflows #381

Merged
merged 1 commit into from
Aug 17, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 8, 2022

Bumps nox from 2022.1.7 to 2022.8.7.

Release notes

Sourced from nox's releases.

2022.8.7 🧚

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

Removals:

  • Drop support for Python 3.6 (#526)
  • Disable running session.install outside a venv (#580)

New features:

  • Official Nox GitHub Action (#594, #606, #609, #620, #629, #637, #632, #633)
  • Missing interpreters now error the session on CI by default (#567)
  • Allow configurable child shutdown timeouts (#565)
  • Add session tags (#627)
  • Add short -N alias for --no-reuse-existing-virtualenvs (#639)
  • Export session name in NOX_CURRENT_SESSION environment variable (#641)

Improvements:

  • Add VENV_DIR to dev session in cookbook (#591)
  • Fix typo in tutorial.rst (#586)
  • Use consistent spelling for Nox in documentation (#581)
  • Support descriptions in tox-to-nox (#575)
  • Document that silent=True returns the command output (#578)
  • Support argcomplete v2 (#564)

Bugfixes:

  • Fix incorrect FileNotFoundError in load_nox_module (#571)

Internal changes:

  • Update the classifiers, documentation, and more to point to the new Winterbloom location (#587)
  • Support PEP 621 (pyproject.toml) (#616, #619)
  • Configure language code to avoid warning on sphinx build (#626)
  • Use latest GitHub action runners and include macOS (#613)
  • Jazz up the README with some badges/logo etc. (#605, #614)
  • Prefer type checking against Jinja2 (#610)
  • Introduce GitHub issue forms (#600, #603, #608)
  • Full strictness checking on mypy (#595, #596)

... (truncated)

Changelog

Sourced from nox's changelog.

2022.8.7

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

Removals:

  • Drop support for Python 3.6 (#526)
  • Disable running session.install outside a venv (#580)

New features:

  • Official Nox GitHub Action (#594, #606, #609, #620, #629, #637, #632, #633)
  • Missing interpreters now error the session on CI by default (#567)
  • Allow configurable child shutdown timeouts (#565)
  • Add session tags (#627)
  • Add short -N alias for --no-reuse-existing-virtualenvs (#639)
  • Export session name in NOX_CURRENT_SESSION environment variable (#641)

Improvements:

  • Add VENV_DIR to dev session in cookbook (#591)
  • Fix typo in tutorial.rst (#586)
  • Use consistent spelling for Nox in documentation (#581)
  • Support descriptions in tox-to-nox (#575)
  • Document that silent=True returns the command output (#578)
  • Support argcomplete v2 (#564)

Bugfixes:

  • Fix incorrect FileNotFoundError in load_nox_module (#571)

Internal changes:

  • Update the classifiers, documentation, and more to point to the new Winterbloom location (#587)
  • Support PEP 621 (pyproject.toml) (#616, #619)
  • Configure language code to avoid warning on sphinx build (#626)
  • Use latest GitHub action runners and include macOS (#613)
  • Jazz up the README with some badges/logo etc. (#605, #614)
  • Prefer type checking against Jinja2 (#610)
  • Introduce GitHub issue forms (#600, #603, #608)

... (truncated)

Commits
  • ccade46 Release 2022.8.7
  • fb5196b Add short -N alias for --no-reuse-existing-virtualenvs (#639)
  • 5eecc52 Export session name in envvar NOX_CURRENT_SESSION (#641)
  • 4e47da4 chore(deps): bump pypa/gh-action-pypi-publish from 1.5.0 to 1.5.1 (#640)
  • 2cfd66b Remove macos-10.15 from Github Action (#637)
  • 4abf724 chore: use python 3.7+ syntax for action_helper.py (#633)
  • b6cfd39 fix: invalid input in action's localpython step (#632)
  • f630e2d fix: use setup-python v4.1's environmentless setup (#629)
  • 1bd7f96 feat: Add session tags (#627)
  • d1bdf09 feat: allow defining a python version list for GHA action (#609)
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 8, 2022
@github-actions
Copy link

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/pip/dot-github/workflows/nox-2022.8.7 branch from 69a6529 to ca32716 Compare August 16, 2022 20:25
@github-actions
Copy link

@dependabot rebase

1 similar comment
@github-actions
Copy link

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 16, 2022

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

1 similar comment
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 16, 2022

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@dependabot dependabot bot force-pushed the dependabot/pip/dot-github/workflows/nox-2022.8.7 branch from ca32716 to 0e3326d Compare August 16, 2022 20:31
@github-actions
Copy link

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 16, 2022

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@github-actions
Copy link

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 16, 2022

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@github-actions
Copy link

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/pip/dot-github/workflows/nox-2022.8.7 branch from 0e3326d to 47f050d Compare August 17, 2022 13:46
@github-actions
Copy link

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/pip/dot-github/workflows/nox-2022.8.7 branch from 47f050d to 719e0ab Compare August 17, 2022 13:53
@github-actions
Copy link

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 17, 2022

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@github-actions
Copy link

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/pip/dot-github/workflows/nox-2022.8.7 branch from 719e0ab to 5bff6af Compare August 17, 2022 13:54
@github-actions
Copy link

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 17, 2022

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@github-actions
Copy link

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 17, 2022

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@github-actions
Copy link

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/pip/dot-github/workflows/nox-2022.8.7 branch 2 times, most recently from ee02dd3 to 42955de Compare August 17, 2022 14:32
@github-actions
Copy link

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/pip/dot-github/workflows/nox-2022.8.7 branch from 42955de to 1565c05 Compare August 17, 2022 14:33
@github-actions
Copy link

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 17, 2022

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@github-actions
Copy link

@dependabot rebase

Bumps [nox](/~https://github.com/wntrblm/nox) from 2022.1.7 to 2022.8.7.
- [Release notes](/~https://github.com/wntrblm/nox/releases)
- [Changelog](/~https://github.com/wntrblm/nox/blob/main/CHANGELOG.md)
- [Commits](wntrblm/nox@2022.1.7...2022.8.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/dot-github/workflows/nox-2022.8.7 branch from 1565c05 to 11e5909 Compare August 17, 2022 14:43
@github-actions
Copy link

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 17, 2022

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@mergify mergify bot merged commit 244a8e6 into main Aug 17, 2022
@dependabot dependabot bot deleted the dependabot/pip/dot-github/workflows/nox-2022.8.7 branch August 17, 2022 14:56
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.

0 participants