Skip to content

Commit

Permalink
Merge pull request #179 from raimon49/release-4.3.4
Browse files Browse the repository at this point in the history
Release 4.3.4
  • Loading branch information
raimon49 committed Jan 20, 2024
2 parents c7cddc9 + c911db8 commit 05bd8e2
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 9 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.3.4

* Maintain to pass test with wcwidth>=0.2.10

### 4.3.3

* Always terminate `--allow-only` and `--fail-on` messages with a newline
Expand Down
4 changes: 2 additions & 2 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ platformdirs==2.6.0
# via black
pluggy==1.0.0
# via pytest
prettytable==3.5.0
prettytable==3.9.0
# via -r requirements.in
py==1.11.0
# via pytest-pycodestyle
Expand Down Expand Up @@ -142,7 +142,7 @@ urllib3==1.26.18
# via
# requests
# twine
wcwidth==0.2.5
wcwidth==0.2.13
# via prettytable
webencodings==0.5.1
# via bleach
Expand Down
2 changes: 1 addition & 1 deletion piplicenses.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
open = open # allow monkey patching

__pkgname__ = "pip-licenses"
__version__ = "4.3.3"
__version__ = "4.3.4"
__author__ = "raimon"
__license__ = "MIT"
__summary__ = (
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile requirements.in
#
prettytable==3.4.1
prettytable==3.9.0
# via -r requirements.in
wcwidth==0.2.5
wcwidth==0.2.13
# via prettytable
2 changes: 0 additions & 2 deletions test_piplicenses.py
Original file line number Diff line number Diff line change
Expand Up @@ -576,8 +576,6 @@ def test_format_rst_without_filter(self) -> None:
self.assertTrue(table.header)
self.assertEqual("+", table.junction_char)
self.assertEqual(RULE_ALL, table.hrules)
with self.assertRaises(docutils.utils.SystemMessage):
self.check_rst(str(table))
piplicenses.importlib_metadata.distributions = (
importlib_metadata_distributions_orig
)
Expand Down

0 comments on commit 05bd8e2

Please sign in to comment.