nox-poetry icon indicating copy to clipboard operation
nox-poetry copied to clipboard

Use Poetry inside Nox sessions

Results 149 nox-poetry issues
Sort by recently updated
recently updated
newest added

Bumps [crazy-max/ghaction-github-labeler](https://github.com/crazy-max/ghaction-github-labeler) from 4.1.0 to 5.0.0. Release notes Sourced from crazy-max/ghaction-github-labeler's releases. v5.0.0 Node 20 as default runtime (requires Actions Runner v2.308.0 or later) by @​crazy-max in crazy-max/ghaction-github-labeler#199 Full Changelog:...

dependencies
github_actions

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.2 to 3.1.3. Release notes Sourced from actions/upload-artifact's releases. v3.1.3 What's Changed chore(github): remove trailing whitespaces by @​ljmf00 in actions/upload-artifact#313 Bump @​actions/artifact version to v1.1.2 by @​bethanyj28...

dependencies
github_actions

Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.23.1 to 20.24.5. Release notes Sourced from virtualenv's releases. 20.24.5 What's Changed release 20.24.4 by @​gaborbernat in pypa/virtualenv#2633 Fix brew cannot copy by @​gaborbernat in pypa/virtualenv#2640 Test...

dependencies
python

Bumps [pytz](https://github.com/stub42/pytz) from 2023.3 to 2023.3.post1. Commits 1acdc7f Post release 2023.3.post1 for Python 3.12 support 0205fd6 Add support for Python 3.12 (#112) fbddefc Hardcode epoch constant 488d3eb Merge https://github.com/cdce8p/pytz into...

dependencies
python

I have a package that requried pytorch and have the following directives in the pyproject.toml file ```toml [tool.poetry.dependencies] python = ">=3.8.1,

`nox-poetry` currently by default always recreates the virtual environment on every invocation of the session. This has the advantage of ensuring that the environment is always up to date, but...

Please add Python 3.12 support

* https://github.com/python-poetry/poetry/pull/9135 * https://github.com/python-poetry/poetry-core/pull/708