Bump deptry from 0.16.1 to 0.20.0
Bumps deptry from 0.16.1 to 0.20.0.
Release notes
Sourced from deptry's releases.
0.20.0
What's Changed
Breaking changes
In release 0.15.0, we announced the deprecation of the following flags:
--requirements-txt(and itsrequirements_txtsetting counterpart inpyproject.toml)--requirements-txt-dev(and itsrequirements_txt_devsetting counterpart inpyproject.toml)Those flags have now been removed. If you relied on them, you should now use, respectively:
--requirements-files(and itsrequirements_filessetting counterpart inpyproject.toml)--requirements-files-dev(and itsrequirements_files_devsetting counterpart inpyproject.toml)Features
- deptry now detects uv and reads development dependencies from
[uv.tool.dev-dependencies]section (#816)- Dynamically set max terminal width for better readability when displaying help (#817)
- Remove deprecated
--requirements-txt/--requirements-txt-devflags (#819)Full Changelog: https://github.com/fpgmaas/deptry/compare/0.19.1...0.20.0
0.19.1
What's Changed
Features
- Add back PEP 420 support behind
--experimental-namespace-packagefeature flag (#808)- Add support for Python 3.13 (#713, #809)
Miscellaneous
- Provide Windows ARM64 wheels for Python (#807)
Full Changelog: https://github.com/fpgmaas/deptry/compare/0.19.0...0.19.1
0.19.0
What's Changed
This release reverts fpgmaas/deptry#753 that caused a noticeable performance regression on large codebases. The intent of the initial PR was to support projects following PEP 420, so if your project currently relies on this behaviour, feel free to manifest your interest in fpgmaas/deptry#740.
Fixes
New Contributors
@huismanmade their first contribution in fpgmaas/deptry#796
... (truncated)
Changelog
Sourced from deptry's changelog.
0.20.0 - 2024-08-27
Breaking changes
In release 0.15.0, we announced the deprecation of the following flags:
--requirements-txt(and itsrequirements_txtsetting counterpart inpyproject.toml)--requirements-txt-dev(and itsrequirements_txt_devsetting counterpart inpyproject.toml)Those flags have now been removed. If you relied on them, you should now use, respectively:
--requirements-files(and itsrequirements_filessetting counterpart inpyproject.toml)--requirements-files-dev(and itsrequirements_files_devsetting counterpart inpyproject.toml)Features
- deptry now detects uv and reads development dependencies from
[uv.tool.dev-dependencies]section (#816)- Dynamically set max terminal width for better readability when displaying help (#817)
- Remove deprecated
--requirements-txt/--requirements-txt-devflags (#819)0.19.1 - 2024-08-10
Features
- Add back PEP 420 support behind
--experimental-namespace-packagefeature flag (#808)- Add support for Python 3.13 (#713, #809)
Miscellaneous
- Provide Windows ARM64 wheels for Python (#807)
Full Changelog
https://github.com/fpgmaas/deptry/compare/0.19.0...0.19.1
0.19.0 - 2024-08-08
This release reverts fpgmaas/deptry#753 that caused a noticeable performance regression on large codebases. The intent of the initial PR was to support projects following PEP 420, so if your project currently relies on this behaviour, feel free to manifest your interest in fpgmaas/deptry#740.
Fixes
... (truncated)
Commits
4fa5a91docs(changelog): add missing parenthenses (#835)e593d3ddocs(changelog): add 0.20.0 release notes (#834)673086efeat: add initial support for uv (#816)4e82f7afeat(cli): set max terminal width based on terminal (#817)ce87735feat: remove deprecated--requirements-txt/--requirements-txt-dev(#819)e51eb06chore: use 0.6.2 for Ruff parser (#833)e441c5bchore(deps): lock file maintenance424fd11fix(deps): update rust crate serde_json to v1.0.127924f09bchore(deps): update dependency mkdocs-material to v9.5.33cfa18dachore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.6.2- 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)