concrete-properties
concrete-properties copied to clipboard
Bump nox from 2023.4.22 to 2024.4.15 in /.github/workflows
Bumps nox from 2023.4.22 to 2024.4.15.
Release notes
Sourced from nox's releases.
2024.04.15 🪼
We'd like to thank the following folks who contributed to this release:
New features:
- Added support for PEP 723 (inline script metadata) with
nox.project.load_tomlby@henryiiiin wntrblm/nox#811- Added support for
micromambaby@henryiiiin wntrblm/nox#807- Added
venv_backendproperty to sessions by@henryiiiin wntrblm/nox#798- Added the ability to use
Noneto remove environment variables by@henryiiiin wntrblm/nox#812- Added support for skipping sessions by default using
default=Falseby@henryiiiin wntrblm/nox#810Bugfixes:
- Use static arguments instead of
**kwargsby@henryiiiin wntrblm/nox#815- Do not depend on
pipxin Nox GitHub action by@mayeutin wntrblm/nox#768- Disallow
UV_SYSTEM_PYTHONby@henryiiiin wntrblm/nox#817- Ensure 'uv' always works in a uv venv by
@henryiiiin wntrblm/nox#818- Look for
uvnext topythonif it's not onPATHby@cjolowiczin wntrblm/nox#795- Fixed missing f-string in
--helpmessage by@cjolowiczin wntrblm/nox#790- Don't error if not installing to passthrough by
@henryiiiin wntrblm/nox#809- Avoid mixing
venvandcondafrom environment by@henryiiiin wntrblm/nox#804- Skip test for conda env when
condaisn't installed by@cjolowiczin wntrblm/nox#7942024.03.02
We'd like to thank the following folks who contributed to this release:
@DiddiLeija@MicaelJarniac@chrysle@edgarrmondragon@fazledyn-or@franekmagiera@frenzymadness@henryiii@johnthagen@mayeut@patrick91@q0w@samypr100@scop@stasfilin@stefanvNew Features:
- Add
uvbackend by@henryiiiin wntrblm/nox#762- Add venv backend fallback by
@henryiiiin wntrblm/nox#787- Add option
--reuse-venv {yes,no,never,always}by@samypr100in wntrblm/nox#730- Add environment variable
NOX_DEFAULT_VENV_BACKENDfor default backend by@edgarrmondragonin wntrblm/nox#780- Rename
session.run_alwaystosession.run_installby@henryiiiin wntrblm/nox#770
... (truncated)
Changelog
Sourced from nox's changelog.
Changelog
2024.04.15
We'd like to thank the following folks who contributed to this release:
New features:
- Added support for PEP 723 (inline script metadata) with
nox.project.load_tomlby@henryiiiin wntrblm/nox#811- Added support for
micromambaby@henryiiiin wntrblm/nox#807- Added
venv_backendproperty to sessions by@henryiiiin wntrblm/nox#798- Added the ability to use
Noneto remove environment variables by@henryiiiin wntrblm/nox#812- Added support for skipping sessions by default using
default=Falseby@henryiiiin wntrblm/nox#810Bugfixes
- Use static arguments instead of
**kwargsby@henryiiiin wntrblm/nox#815- Do not depend on
pipxin Nox GitHub action by@mayeutin wntrblm/nox#768- Disallow
UV_SYSTEM_PYTHONby@henryiiiin wntrblm/nox#817- Ensure 'uv' always works in a uv venv by
@henryiiiin wntrblm/nox#818- Look for
uvnext topythonif it's not onPATHby@cjolowiczin wntrblm/nox#795- Fixed missing f-string in
--helpmessage by@cjolowiczin wntrblm/nox#790- Don't error if not installing to passthrough by
@henryiiiin wntrblm/nox#809- Avoid mixing
venvandcondafrom environment by@henryiiiin wntrblm/nox#804- Skip test for conda env when
condaisn't installed by@cjolowiczin wntrblm/nox#7942024.03.02
We'd like to thank the following folks who contributed to this release:
@DiddiLeija@MicaelJarniac@chrysle@edgarrmondragon@fazledyn-or@franekmagiera@frenzymadness@henryiii@johnthagen@mayeut@patrick91@q0w@samypr100@scop@stasfilin@stefanvNew Features:
... (truncated)
Commits
5656fceRelease 2024.04.158f33d1cfix: ensure 'uv' always works in a uv venv (#818)d6e1906feat: support PEP 723 with a toml load function (#811)d3dd1f8feat: use static arguments instaed of **kwargs (#815)bc21883feat: support None to remone envvars (#812)5e3d90dfix: disallow UV_SYSTEM_PYTHON (#817)55c7eaffeat: support default=False (#810)9a4068ffeat: add micromamba support (#807)11dac8cfix: don't error if not installing to passthrough (#809)956f10cci: use uv (#805)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)