From e4206a3f2ffa948268f0f6c530713761eeacf50a Mon Sep 17 00:00:00 2001 From: Joe Wesch Date: Fri, 24 Jan 2025 15:41:57 +0000 Subject: [PATCH] Updates ntc-templates to 7.x --- changes/307.dependencies | 1 + poetry.lock | 11 ++++++----- pyproject.toml | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) create mode 100644 changes/307.dependencies mode change 100755 => 100644 poetry.lock mode change 100755 => 100644 pyproject.toml diff --git a/changes/307.dependencies b/changes/307.dependencies new file mode 100644 index 00000000..dceedf73 --- /dev/null +++ b/changes/307.dependencies @@ -0,0 +1 @@ +Updated ntc-templates to 7.x \ No newline at end of file diff --git a/poetry.lock b/poetry.lock old mode 100755 new mode 100644 index 05c23be4..b02bcf1d --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "amqp" @@ -2741,13 +2741,13 @@ nornir = ">=3,<4" [[package]] name = "ntc-templates" -version = "6.1.0" +version = "7.6.0" description = "TextFSM Templates for Network Devices, and Python wrapper for TextFSM's CliTable." optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "ntc_templates-6.1.0-py3-none-any.whl", hash = "sha256:568f85f0eae8f563188231ebf54685b00442f43473b2eccc887d82ed8ca20949"}, - {file = "ntc_templates-6.1.0.tar.gz", hash = "sha256:a58efc5ebd0ef55389731d5e9ecd2fc3ec5b5d6c263c1bf6f8c2971ded681a6e"}, + {file = "ntc_templates-7.6.0-py3-none-any.whl", hash = "sha256:6e855a443cd9ad28192bc766994cbfef58bcaae3ebaf19005a55c6f76e9ab6b5"}, + {file = "ntc_templates-7.6.0.tar.gz", hash = "sha256:b70ccaaf74014344a8446f13744691cfbf2e603101481c71decc8ee53eefea5d"}, ] [package.dependencies] @@ -3092,6 +3092,7 @@ files = [ {file = "psycopg2_binary-2.9.10-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:bb89f0a835bcfc1d42ccd5f41f04870c1b936d8507c6df12b7737febc40f0909"}, {file = "psycopg2_binary-2.9.10-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:f0c2d907a1e102526dd2986df638343388b94c33860ff3bbe1384130828714b1"}, {file = "psycopg2_binary-2.9.10-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:f8157bed2f51db683f31306aa497311b560f2265998122abe1dce6428bd86567"}, + {file = "psycopg2_binary-2.9.10-cp313-cp313-win_amd64.whl", hash = "sha256:27422aa5f11fbcd9b18da48373eb67081243662f9b46e6fd07c3eb46e4535142"}, {file = "psycopg2_binary-2.9.10-cp38-cp38-macosx_12_0_x86_64.whl", hash = "sha256:eb09aa7f9cecb45027683bb55aebaaf45a0df8bf6de68801a6afdc7947bb09d4"}, {file = "psycopg2_binary-2.9.10-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b73d6d7f0ccdad7bc43e6d34273f70d587ef62f824d7261c4ae9b8b1b6af90e8"}, {file = "psycopg2_binary-2.9.10-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ce5ab4bf46a211a8e924d307c1b1fcda82368586a19d0a24f8ae166f5c784864"}, @@ -4790,4 +4791,4 @@ all = [] [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.13" -content-hash = "d5124e0e5000b0db6519f1d01866a1d668466e8027fa34333caa25acb8ad21c1" +content-hash = "8a645ab31340a5d29395f4c3f60cdefd86914701fe3464c2ec32607294713ab7" diff --git a/pyproject.toml b/pyproject.toml old mode 100755 new mode 100644 index 7f59dd35..f8a02996 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ nautobot = "^2.2.3" nautobot-ssot = "^3.0.0" nautobot-plugin-nornir = "^2.0.0" jdiff = "^0.0.6" -ntc-templates = "^6.0.0" +ntc-templates = "^7.0.0" # Netutils pin is needed for https://github.com/networktocode/netutils/pull/553 netutils = "^1.9.1" ttp = "^0.9.0"