Commit Graph

509 Commits

Author SHA1 Message Date
Kemal Zebari 69c08e4a97
Retain casing of required package names (#248) 2023-06-15 17:24:07 -07:00
Bernát Gábor 5bf5ed06e0
Fix relative venv inspections fails (#247) 2023-06-15 09:23:42 -07:00
Bernát Gábor b92d95ec96
Fix test_render_pdf fails on illumos (#246) 2023-06-15 09:19:40 -07:00
Bernát Gábor 35f885a052
Add ruff (#243) 2023-06-14 13:02:41 -07:00
Kemal Zebari b12a6ddf45
Implement -d/--depth argument (#240) 2023-06-07 09:40:48 -07:00
Kemal Zebari c010e73a96
Use unicode characters when rendering text (#239) 2023-06-05 18:53:32 -07:00
Bernát Gábor c23f8a32aa
git ls-files -z -- .github/workflows/check.yml | xargs -0 sed -i 's|3.12.0-alpha.7|3.12.0-beta.1|g' (#238) 2023-05-30 07:54:54 -07:00
dependabot[bot] ba98a85d17
Bump pypa/gh-action-pypi-publish from 1.8.5 to 1.8.6 (#231)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-03 15:37:32 -07:00
Bernát Gábor 0cdb0ec227
Update tox.ini 2023-05-01 08:18:54 -07:00
Bernát Gábor 0019dcbdb9
Add 3.12 support (#228) 2023-05-01 08:18:33 -07:00
Ganden Schaffner 9019060c50
Fix typo: "Maermaid" (#227) 2023-04-27 09:44:06 -07:00
Bernát Gábor f79ee17882
Add trusted-publish (#226)
Committed via https://github.com/asottile/all-repos
2023-04-26 17:41:09 -07:00
Bernát Gábor 14c8abe618
Bump deps and tools (#224)
Committed via https://github.com/asottile/all-repos

Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
2023-04-19 13:06:58 -07:00
Bernát Gábor 5914910c2b
Bump deps and tools (#222)
Committed via https://github.com/asottile/all-repos
2023-04-07 14:03:47 -07:00
Bernát Gábor 158423dfdb
Bump deps and tools (#220) 2023-04-05 09:20:20 -07:00
dependabot[bot] ff4e50eefa
Bump pypa/gh-action-pypi-publish from 1.8.3 to 1.8.5 (#219)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-05 06:30:49 -07:00
Jens W. Klein 3d3c805777
Implement: Use fnmatch for include and exclude #213 (#215)
* feature: fnmatch based includes and excludes

This is to support wildcards.

* PR Feedback

Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>

---------

Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
Co-authored-by: Bernát Gábor <bgabor8@bloomberg.net>
2023-03-25 13:24:21 -07:00
dependabot[bot] c6b7837a7f
Bump pypa/gh-action-pypi-publish from 1.8.1 to 1.8.3 (#214)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-23 07:41:07 -07:00
Bernát Gábor b15e50abbb
Bump deps and tools (#212) 2023-03-21 14:53:54 -07:00
Bernát Gábor 7af23ca31d
Bump deps and tools (#210) 2023-03-18 21:18:10 -07:00
Bernát Gábor 31bce5994c
Update CHANGES.md 2023-03-18 14:04:18 -07:00
AJ Kerrigan 4f499e5cff
Handle and test mermaid output for a reversed tree (#209)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-03-18 14:03:43 -07:00
dependabot[bot] 03d9c7c99e
Bump pypa/gh-action-pypi-publish from 1.6.4 to 1.8.1 (#206)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-17 08:31:50 -07:00
Bernát Gábor 417caa234a
Bump deps and tools (#203) 2023-03-12 09:50:23 -07:00
Bernát Gábor d5c7c6af31
Update CHANGES.md 2023-03-04 09:34:02 -08:00
Kevin Deldycke 0812041e92
Produce unique node IDs that does not collides wit Mermaid's reserved keywords. (#201)
Refs: https://github.com/mermaid-js/mermaid/issues/4182
2023-03-04 09:32:45 -08:00
Kevin Deldycke ae8c103837
Quote Mermaid node and edge labels (#200)
* Quote Mermaid nodes and edges labels.

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-03-04 00:10:09 -08:00
Bernát Gábor 1fcd660c91
Bump tools and deps and fix changelog (#199) 2023-03-02 17:40:17 -08:00
Kevin Deldycke 7f1fd0445c
Fix mermaid option (#196) 2023-03-02 10:02:35 +00:00
Kevin Deldycke a0c9c3204f
Implements Mermaid output (#195)
* Implements mermaid output.

Closes #129.

* Fix linting issues.

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-02-18 07:44:01 -08:00
Kevin Deldycke 96a23415b0
Make the output of the dot format deterministic and stable (#189)
Fixes https://github.com/tox-dev/pipdeptree/issues/188
2023-02-17 07:31:45 -08:00
Bernát Gábor 0030704242
Bump deps and tools (#192)
Committed via https://github.com/asottile/all-repos
2023-02-05 19:13:17 -08:00
dependabot[bot] c5d9e7a1d6
Bump pypa/gh-action-pypi-publish from 1.5.2 to 1.6.4 (#185)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.5.2 to 1.6.4.
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
- [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.5.2...v1.6.4)

---
updated-dependencies:
- dependency-name: pypa/gh-action-pypi-publish
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-05 12:26:05 -08:00
dependabot[bot] 2eb4894491
Bump pypa/gh-action-pypi-publish from 1.5.1 to 1.5.2 (#182)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-03 14:48:22 -08:00
Bernát Gábor 721d95ca0a
Update check.yml 2022-10-30 15:55:08 -07:00
Bernát Gábor a8a836f54a
Update check.yml 2022-10-30 15:54:04 -07:00
Alex Tomkins 1fed5d4928
Update README for tested Python versions (#178) 2022-10-30 15:36:25 -07:00
pre-commit-ci[bot] afee11107b
[pre-commit.ci] pre-commit autoupdate (#176)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-10-30 15:36:03 -07:00
Bernát Gábor e479b314c0
Generalize license (#179) 2022-10-30 15:35:17 -07:00
Bernát Gábor 63bad16333
Add tidelift
Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
2022-10-22 11:37:10 -07:00
Saaket Prakash 2c2c5098f0
Use importlib.metadata for guess_version instead of importing the module (#171)
Co-authored-by: Bernát Gábor <bgabor8@bloomberg.net>
2022-09-07 23:32:38 -07:00
Bernát Gábor a64ae4a539
Add depth git checkout
Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
2022-09-06 01:19:55 -07:00
Bernát Gábor ae9a336741
Add changelog
Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
2022-09-06 01:14:53 -07:00
Dương Quốc Khánh 6952c1c668
Make pipdeptree works with python 3.11 (#173) 2022-09-06 01:12:22 -07:00
Bernát Gábor ab9abfeab1
Simplify code a bit
Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
2022-09-06 01:08:29 -07:00
Bernát Gábor 43ebbdd3d1
Add pre-commit shield
Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
2022-09-03 12:25:53 -07:00
Bernát Gábor c4987552bc
Add prettier and use markdown instead of rst
Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
2022-09-03 12:23:58 -07:00
Bernát Gábor b685719b47
Remove integration tests quick to become stale
Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
2022-09-03 12:04:05 -07:00
Bernát Gábor 6bae9969c1
Add linter and formatter
Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
2022-09-03 09:51:13 -07:00
Bernát Gábor 163140c217
Move to hatch with VCS version tracking and src layout, requires 3.7+
Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
2022-09-03 09:37:18 -07:00