From 1b163df23ecbc31ec5097f9aa8a1925cbeea856a Mon Sep 17 00:00:00 2001 From: Vladimir Prusakov Date: Wed, 26 Apr 2023 15:04:25 +0300 Subject: [PATCH] [fix] dependencies --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 98208b44..4674a935 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,9 +9,9 @@ readme = "README.rst" license = { text="MIT" } requires-python = ">=3.8" dependencies = [ - "requests == 2.28.1", - "netmiko == 4.1.2", - "ciscoconfparse == 1.7.18", + "requests == 2.28.*", + "netmiko == 4.1.*", + "ciscoconfparse == 1.7.*", ] keywords = ["fortigate", "api", "fortios", "firewall", "networking", "telecommunication"] classifiers = [