From 3de04489ca0e26601f08024f494f984c2ba3219d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Paillet?= Date: Wed, 15 Dec 2021 17:53:25 +0100 Subject: [PATCH] don't fix mysql-connector-python version (#39) set version as >= to be able to have another up-to-date version when using ipam libs --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ad9644f..a7b73a8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ ipaddress -mysql-connector-python==8.0.23 +mysql-connector-python>=8.0.23