Skip to content

Commit

Permalink
Merge pull request #110 from raimon49/release-3.5.2
Browse files Browse the repository at this point in the history
Release 3.5.2
  • Loading branch information
raimon49 authored Aug 27, 2021
2 parents 5b6b9e7 + 233802a commit 61c7cba
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 19 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## CHANGELOG

### 3.5.2

* Ignore spaces around `--fail-on` and `--allow-only` parameters

### 3.5.1

* Fix the order in which multiple licenses are output
Expand Down
37 changes: 19 additions & 18 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,55 +8,55 @@ attrs==21.2.0
# via pytest
autopep8==1.5.7
# via -r dev-requirements.in
bleach==3.3.0
bleach==4.1.0
# via readme-renderer
certifi==2021.5.30
# via requests
cffi==1.14.5
cffi==1.14.6
# via cryptography
chardet==4.0.0
charset-normalizer==2.0.4
# via requests
click==8.0.1
# via pip-tools
codecov==2.1.11
codecov==2.1.12
# via -r dev-requirements.in
colorama==0.4.4
# via twine
coverage==5.5
# via
# codecov
# pytest-cov
cryptography==3.4.7
cryptography==3.4.8
# via secretstorage
docutils==0.17.1
# via
# -r dev-requirements.in
# readme-renderer
idna==2.10
idna==3.2
# via requests
importlib-metadata==4.6.1
importlib-metadata==4.7.1
# via
# keyring
# twine
iniconfig==1.1.1
# via pytest
isort==5.9.1
isort==5.9.3
# via -r dev-requirements.in
jeepney==0.6.0
jeepney==0.7.1
# via
# keyring
# secretstorage
keyring==23.0.1
keyring==23.1.0
# via twine
packaging==21.0
# via
# bleach
# pytest
pep517==0.10.0
pep517==0.11.0
# via pip-tools
pip-tools==6.2.0
# via -r dev-requirements.in
pkginfo==1.7.0
pkginfo==1.7.1
# via twine
pluggy==0.13.1
# via pytest
Expand All @@ -70,7 +70,7 @@ pycodestyle==2.7.0
# pytest-pycodestyle
pycparser==2.20
# via cffi
pygments==2.9.0
pygments==2.10.0
# via readme-renderer
pypandoc==1.6.3
# via -r dev-requirements.in
Expand All @@ -88,7 +88,7 @@ pytest-runner==5.3.1
# via -r dev-requirements.in
readme-renderer==29.0
# via twine
requests==2.25.1
requests==2.26.0
# via
# codecov
# requests-toolbelt
Expand All @@ -106,18 +106,19 @@ six==1.16.0
toml==0.10.2
# via
# autopep8
# pep517
# pytest
# pytest-cov
tqdm==4.61.2
tomli==1.2.1
# via pep517
tqdm==4.62.2
# via twine
twine==3.4.1
twine==3.4.2
# via -r dev-requirements.in
urllib3==1.26.6
# via requests
webencodings==0.5.1
# via bleach
wheel==0.36.2
wheel==0.37.0
# via
# -r dev-requirements.in
# pip-tools
Expand Down
2 changes: 1 addition & 1 deletion piplicenses.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
open = open # allow monkey patching

__pkgname__ = 'pip-licenses'
__version__ = '3.5.1'
__version__ = '3.5.2'
__author__ = 'raimon'
__license__ = 'MIT'
__summary__ = ('Dump the software license list of '
Expand Down

0 comments on commit 61c7cba

Please sign in to comment.