v1.7.0
What's New
Added
- Add support for PEP 735
[dependency-groups]inpyproject.toml— versioned dependencies are parsed,include-groupreferences and unversioned items are skipped (#219) - Add support for Hatch environment dependencies in
pyproject.toml([tool.hatch.envs.*]) andhatch.toml([envs.*]), parsing bothdependenciesandextra-dependencies(#220)
Changed
- Bump
sha2from 0.10 to 0.11 in dependi-zed (digest 0.11 migration) - Bump
actions/configure-pagesfrom v5 to v6 andactions/deploy-pagesfrom v4 to v5 in CI - Update all Cargo lockfiles with latest compatible dependency versions
Security
- Bump
requestsfrom 2.32.4 to 2.33.0 in Python fuzz corpus — insecure temp file reuse inextract_zipped_paths()(#213)
Full Changelog: v1.6.1...v1.7.0
What's Changed
- feat(python): add support for PEP 735 [dependency-groups] by @benediktziegler in #219
- feat(python): add hatch env parsing support by @benediktziegler in #220
- chore(deps): bump requests from 2.32.4 to 2.33.0 in /dependi-lsp/fuzz/corpus/fuzz_python by @dependabot[bot] in #213
- ci: bump actions/configure-pages from 5 to 6 by @dependabot[bot] in #214
- ci: bump actions/deploy-pages from 4 to 5 by @dependabot[bot] in #215
- deps: bump sha2 0.10→0.11 and update all lockfiles by @mpiton in #221
- chore: release v1.7.0 by @mpiton in #222
New Contributors
- @benediktziegler made their first contribution in #219
Full Changelog: v1.6.1...v1.7.0