Releases: tox-dev/pipdeptree
Releases · tox-dev/pipdeptree
2.25.1
What's Changed
- Remove unused .gitignore rule by @kemzeb in #446
- Use SPDX license identifier by @cdce8p in #448
- Remove unnecessary assertion in render() by @kemzeb in #456
- Update CLI usage for --all by moving it to the "render" group by @kemzeb in #458
- Split freeze and text output into their own implementations by @kemzeb in #459
- Remove unused graphviz library code by @kemzeb in #460
- Use MockGraph type alias in tests by @kemzeb in #462
- Update outdated graphviz docs by @kemzeb in #463
New Contributors
Full Changelog: 2.25.0...2.25.1
2.25.0
2.24.0
2.23.4
What's Changed
- Improve the CI by @gaborbernat in #411
- Fix CI shield by @gaborbernat in #412
Full Changelog: 2.23.3...2.23.4
2.23.3
Full Changelog: 2.23.2...2.23.3
2.23.2
What's Changed
- Move pip's frozen requirement API into a single module by @kemzeb in #402
- Declare 3.13 support by @gaborbernat in #406
Full Changelog: 2.23.1...2.23.2
2.23.1
What's Changed
- Use
__contains__
to avoidKeyError
with importlib_metadata==8.0.0 by @kemzeb in #384 - Use is_missing property in ReqPackage.is_conflicting() for DRYness by @kemzeb in #385
- Readd
# noqa: S603
to _detect_env to resolve Ruff error by @kemzeb in #388 - Allow pre-releases when detecting version conflicts by @kemzeb in #394
Full Changelog: 2.23.0...2.23.1
2.23.0
What's Changed
- Use non-deprecated pytest-console-scripts API by @kemzeb in #377
- Print resolved interpreter when using env detection by @stasfilin in #379
New Contributors
- @stasfilin made their first contribution in #379
Full Changelog: 2.22.0...2.23.0