What's Changed
Repository moved to Osprey OSS
deptry has moved from fpgmaas/deptry to osprey-oss/deptry under the new Osprey OSS organisation. This ensures the project is not tied to a single account and makes it easier to manage contributors and access as the project grows.
Features
- Support inline
# deptry: ignorecomments to suppress violations (#1473) - Support non-dev dependency groups with
--non-dev-dependency-groups(#1440) - Use
tomlion Python < 3.15 for TOML 1.1 support (#1446) - Add
--optional-dependencies-dev-groupsand deprecate--pep621-dev-dependency-groups(#1391)
Bug Fixes
- Ensure that
--configdoes not suppress output (#1390)