From f4e8559f7702a86a62772712b52900d1160a21d8 Mon Sep 17 00:00:00 2001 From: "Daniel W. Anner" Date: Fri, 3 Mar 2023 16:20:25 +0000 Subject: [PATCH] Removed extra requirements and bumped to latest versions --- requirements.txt | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/requirements.txt b/requirements.txt index 6addd4b..6dd2bc9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,15 +1,4 @@ -certifi==2019.11.28 -chardet==3.0.4 -gitdb2==3.0.2 -GitPython==3.0.8 -idna==2.8 -progressbar2==3.47.0 -pynetbox==4.2.5 -python-utils==2.3.0 -PyYAML==5.4 -requests==2.25.1 -six==1.14.0 -smmap2==2.0.5 -urllib3==1.26.5 -python-dotenv==0.15.0 -wheel==0.36.2 +GitPython==3.1.31 +pynetbox==7.0.1 +python-dotenv==1.0.0 +PyYAML==6.0 \ No newline at end of file