Skip to content

Commit c63d86d

Browse files
committed
bugfix wcwidth version dependency
1 parent 123f77b commit c63d86d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

docs/history.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
History
22
=======
33
2.6.0
4+
* bugfix: dependency of wcwidth version.
45
* new: TLS support (TELNETS). :func:`~telnetlib3.client.open_connection`
56
accepts an ``ssl`` parameter (``True``, or an :class:`ssl.SSLContext`).
67
:func:`~telnetlib3.server.create_server` accepts an ``ssl`` parameter

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ classifiers = [
4444
]
4545
requires-python = ">=3.9"
4646
dependencies = [
47-
"wcwidth>=0.2.13",
47+
"wcwidth>=0.6.0",
4848
]
4949

5050
[project.optional-dependencies]

0 commit comments

Comments
 (0)