Skip to content

Commit 3c16704

Browse files
authored
bump to v. 1.3.0 (#45)
Bump requirements to the stable marked Remove static analyzer pain (double close) Directly rely on typing Signed-off-by: Alexey Stepanov <penguinolog@gmail.com>
1 parent eb1c3d1 commit 3c16704

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

exec_helpers/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
'ExecResult',
4747
)
4848

49-
__version__ = '1.2.2'
49+
__version__ = '1.3.0'
5050
__author__ = "Alexey Stepanov"
5151
__author_email__ = 'penguinolog@gmail.com'
5252
__maintainers__ = {

exec_helpers/_ssh_client_base.pyi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ class SSHClientBase(_api.ExecHelper, metaclass=_MemorizedSSH):
6262
@property
6363
def _sftp(self) -> paramiko.sftp_client.SFTPClient: ...
6464

65-
def close(self) -> None: ...
66-
6765
@classmethod
6866
def close(cls) -> None: ...
6967

requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
paramiko>=2.4 # LGPLv2.1+
22
tenacity>=3.2.1 # Apache-2.0
33
six>=1.9.0 # MIT
4-
threaded>=0.8 # Apache-2.0
4+
threaded>=1.0 # Apache-2.0
55
PyYAML>=3.12 # MIT
6-
advanced-descriptors>=0.5.4 # Apache-2.0
6+
advanced-descriptors>=1.0 # Apache-2.0
7+
typing >= 3.6 ; python_version < "3.7"

0 commit comments

Comments
 (0)