Skip to content

Commit

Permalink
Merge pull request #138 from raimon49/release-4.0.2
Browse files Browse the repository at this point in the history
Release 4.0.2
  • Loading branch information
raimon49 authored Dec 4, 2022
2 parents 22362a5 + 062fdec commit 8d0c114
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 15 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## CHANGELOG

### 4.0.2

* Add type annotations and code formatter

### 4.0.1

* Fix "pip-licenses" is missing in output of `pip-licenses --with-system` option
Expand Down
1 change: 1 addition & 0 deletions dev-requirements.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
-r requirements.in

autopep8
black
codecov
docutils
isort
Expand Down
40 changes: 26 additions & 14 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ attrs==22.1.0
# via pytest
autopep8==2.0.0
# via -r dev-requirements.in
black==22.10.0
# via -r dev-requirements.in
bleach==5.0.1
# via readme-renderer
build==0.9.0
Expand All @@ -19,7 +21,9 @@ cffi==1.15.1
charset-normalizer==2.1.1
# via requests
click==8.1.3
# via pip-tools
# via
# black
# pip-tools
codecov==2.1.12
# via -r dev-requirements.in
commonmark==0.9.1
Expand All @@ -28,17 +32,17 @@ coverage[toml]==6.5.0
# via
# codecov
# pytest-cov
cryptography==38.0.3
cryptography==38.0.4
# via secretstorage
docutils==0.19
# via
# -r dev-requirements.in
# readme-renderer
exceptiongroup==1.0.0
exceptiongroup==1.0.4
# via pytest
idna==3.4
# via requests
importlib-metadata==5.0.0
importlib-metadata==5.1.0
# via
# keyring
# twine
Expand All @@ -52,31 +56,37 @@ jeepney==0.8.0
# via
# keyring
# secretstorage
keyring==23.9.3
keyring==23.11.0
# via twine
more-itertools==9.0.0
# via jaraco-classes
mypy==0.982
mypy==0.991
# via -r dev-requirements.in
mypy-extensions==0.4.3
# via mypy
# via
# black
# mypy
packaging==21.3
# via
# build
# pytest
pathspec==0.10.2
# via black
pep517==0.13.0
# via build
pip-tools==6.9.0
pip-tools==6.11.0
# via -r dev-requirements.in
pkginfo==1.8.3
pkginfo==1.9.2
# via twine
platformdirs==2.5.4
# via black
pluggy==1.0.0
# via pytest
prettytable==3.5.0
# via -r requirements.in
py==1.11.0
# via pytest-pycodestyle
pycodestyle==2.9.1
pycodestyle==2.10.0
# via
# autopep8
# pytest-pycodestyle
Expand Down Expand Up @@ -120,30 +130,32 @@ six==1.16.0
tomli==2.0.1
# via
# autopep8
# black
# build
# coverage
# mypy
# pep517
# pytest
twine==4.0.1
twine==4.0.2
# via -r dev-requirements.in
typing-extensions==4.4.0
# via
# black
# mypy
# rich
urllib3==1.26.12
urllib3==1.26.13
# via
# requests
# twine
wcwidth==0.2.5
# via prettytable
webencodings==0.5.1
# via bleach
wheel==0.37.1
wheel==0.38.4
# via
# -r dev-requirements.in
# pip-tools
zipp==3.10.0
zipp==3.11.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion piplicenses.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
open = open # allow monkey patching

__pkgname__ = "pip-licenses"
__version__ = "4.0.1"
__version__ = "4.0.2"
__author__ = "raimon"
__license__ = "MIT"
__summary__ = (
Expand Down

0 comments on commit 8d0c114

Please sign in to comment.