Skip to content

Commit

Permalink
transport_factory needs paramiko>=2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-sahlmann committed Jan 25, 2023
1 parent e535117 commit 9d47316
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mb_netmgmt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# along with mb-netmgmt. If not, see <https://www.gnu.org/licenses/

"""Network Management Protocols for Mountebank"""
__version__ = "0.0.56"
__version__ = "0.0.57"

import os
import subprocess
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ build-backend = "flit_core.buildapi"
[project]
name = "mb_netmgmt"
dynamic = ["version", "description"]
dependencies = ["ncclient", "paramiko", "ruamel.yaml", "requests", "scapy"]
dependencies = ["ncclient", "paramiko>=2.12.0", "ruamel.yaml", "requests", "scapy"]

0 comments on commit 9d47316

Please sign in to comment.