Nox-poetry

Latest version: v1.1.0

Safety actively analyzes 701610 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 4

0.8.6

Changes

:beetle: Fixes

* Fix crash when exported requirements contain Poetry warnings (392) cjolowicz
* Fix crash when users run Nox with the new `--no-install` option (382) cjolowicz
* Do not duplicate nox.Session interface in type stubs (391) cjolowicz

:rotating_light: Testing

<!-- * Ignore per-machine coverage data files (361) cjolowicz -->
* Require Nox 2021.6.6 for our own test suite (383) cjolowicz

:package: Dependencies

* Build(deps-dev): Bump mypy from 0.812 to 0.902 (390) dependabot
* Build(deps): Bump nox from 2020.12.31 to 2021.6.6 (386) dependabot
* Build(deps): Bump codecov/codecov-action from 1.5.0 to 1.5.2 (387) dependabot
* Build(deps-dev): Bump typeguard from 2.12.0 to 2.12.1 (385) dependabot
* Build(deps): Bump nox from 2020.12.31 to 2021.6.6 in /.github/workflows (384) dependabot
* Build(deps-dev): Bump pre-commit-hooks from 3.4.0 to 4.0.1 (373) dependabot
* Build(deps-dev): Bump pre-commit from 2.12.1 to 2.13.0 (379) dependabot
* Build(deps): Bump actions/cache from 2.1.5 to 2.1.6 (381) dependabot
* Build(deps): Bump virtualenv from 20.4.6 to 20.4.7 in /.github/workflows (380) dependabot
* Build(deps): Bump pip from 21.1.1 to 21.1.2 in /.github/workflows (378) dependabot
* Build(deps-dev): Bump flake8 from 3.9.1 to 3.9.2 (371) dependabot
* Build(deps): Bump tomlkit from 0.7.0 to 0.7.2 (376) dependabot
* Build(deps): Bump pip from 21.1 to 21.1.1 in /.github/workflows (363) dependabot
* Build(deps): Bump virtualenv from 20.4.4 to 20.4.6 in /.github/workflows (369) dependabot
* Build(deps-dev): Bump pytest from 6.2.3 to 6.2.4 (368) dependabot
* Build(deps-dev): Bump pygments from 2.8.1 to 2.9.0 (366) dependabot
* Build(deps-dev): Bump flake8-rst-docstrings from 0.0.14 to 0.2.3 (367) dependabot
* Build(deps): Bump codecov/codecov-action from v1.4.1 to v1.5.0 (365) dependabot
* Build(deps-dev): Bump reorder-python-imports from 2.4.0 to 2.5.0 (358) dependabot
* Build(deps-dev): Bump poetry from 1.1.5 to 1.1.6 (357) dependabot
* Build(deps): Bump virtualenv from 20.4.3 to 20.4.4 in /.github/workflows (345) dependabot
* Build(deps-dev): Bump furo from 2021.3.20b30 to 2021.4.11b34 (356) dependabot
* Build(deps): Bump codecov/codecov-action from v1.3.1 to v1.4.1 (346) dependabot
* Build(deps-dev): Bump flake8 from 3.9.0 to 3.9.1 (355) dependabot
* Build(deps): Bump furo from 2021.3.20b30 to 2021.4.11b34 in /docs (338) dependabot

0.8.5

Changes

:beetle: Fixes

* Fix crash when exporting requirements in PassthroughEnv (354) cjolowicz

:package: Dependencies

* Build(deps): Bump pip from 21.0.1 to 21.1 in /.github/workflows (351) dependabot
* Update cookiecutter-hypermodern-python to 2021.4.15 (352) cjolowicz
* Bump urllib3 from 1.26.3 to 1.26.4 (353) cjolowicz
* Bump flake8-docstrings from 1.5.0 to 1.6.0 (325) dependabot
* Bump sphinx from 3.5.2 to 3.5.3 in /docs (327) dependabot
* Bump sphinx from 3.5.2 to 3.5.3 (328) dependabot
* Bump codecov/codecov-action from v1.2.2 to v1.3.1 (323) dependabot
* Bump release-drafter/release-drafter from v5.14.0 to v5.15.0 (322) dependabot
* Bump virtualenv from 20.4.2 to 20.4.3 in /.github/workflows (324) dependabot
* Bump furo from 2021.2.28b28 to 2021.3.20b30 (329) dependabot
* Bump furo from 2021.2.28b28 to 2021.3.20b30 in /docs (326) dependabot

0.8.4

:beetle: Fixes

* Fix error due to blank lines in exported requirements (320) cjolowicz matteosantama

:package: Dependencies

* Bump sphinx-autobuild from 2020.9.1 to 2021.3.14 (318) dependabot
* Bump flake8 from 3.8.4 to 3.9.0 (317) dependabot

0.8.3

:beetle: Fixes

* Ignore requirement lines starting with dash (315) cjolowicz

0.8.2

:beetle: Fixes

* Convert exported requirements to constraints format (308) cjolowicz
* Do not set TMPDIR when exporting to requirements.txt (298) cjolowicz
* Do not skip pre-install commands when --install-only is passed (311) cjolowicz
* Use portable file URLs when installing the root package (299) cjolowicz

:books: Documentation

* Add disclaimer to README (304) cjolowicz
* Improve Contributor Guide section about development setup (302) cjolowicz
* Update badges to point to the main branch (301) cjolowicz

:package: Dependencies

* Bump codecov/codecov-action from v1.2.1 to v1.2.2 (296) dependabot
* Bump coverage from 5.4 to 5.5 (306) dependabot
* Bump darglint from 1.6.0 to 1.7.0 (309) dependabot
* Bump flake8-bugbear from 20.11.1 to 21.3.2 (307) dependabot
* Bump furo from 2020.12.30b24 to 2021.2.28b28 (310) dependabot
* Bump furo from 2020.12.30b24 to 2021.2.28b28 in /docs (287) dependabot
* Bump mypy from 0.800 to 0.812 (305) dependabot
* Bump poetry from 1.1.4 to 1.1.5 (303) dependabot
* Bump poetry from 1.1.4 to 1.1.5 in /.github/workflows (291) dependabot
* Bump pre-commit from 2.10.0 to 2.11.1 (297) dependabot
* Bump pygments from 2.7.4 to 2.8.1 (294) dependabot
* Bump pypa/gh-action-pypi-publish from v1.4.1 to v1.4.2 (275) dependabot
* Bump release-drafter/release-drafter from v5.13.0 to v5.14.0 (278) dependabot
* Bump reorder-python-imports from 2.3.6 to 2.4.0 (273) dependabot
* Bump sphinx from 3.4.3 to 3.5.2 (293) dependabot
* Bump sphinx from 3.4.3 to 3.5.2 in /docs (292) dependabot
* Bump typeguard from 2.10.0 to 2.11.1 (283) dependabot
* Update subdependencies (312) cjolowicz
* Upgrade vulnerable subdependencies (300) cjolowicz

0.8.1

Not secure
This is a maintenance release fixing an issue where the new `session` decorator did not work with parametrized sessions. If you use `nox.parametrize` in your noxfile, you should upgrade.

Changes

:beetle: Fixes

* Forward additional arguments to parametrized sessions (270) cjolowicz

Page 2 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.