From c492e04a1233a09fad5180fc15bf3d8eabb5d45b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 13:16:33 +0000 Subject: [PATCH] Update dependency netconan to ^0.14.0 --- poetry.lock | 19 +++++++++---------- pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/poetry.lock b/poetry.lock index 83a7e660..86edd97a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1185,25 +1185,24 @@ files = [ [[package]] name = "netconan" -version = "0.12.3" +version = "0.14.0" description = "Netconan network configuration anonymization utilities" optional = false -python-versions = "*" +python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "netconan-0.12.3-py2.py3-none-any.whl", hash = "sha256:1f7ecf67723633b665630efe5922b189ec2d39ab68709fa6955bfb9dc186aa7b"}, - {file = "netconan-0.12.3.tar.gz", hash = "sha256:7518cea1e8b7e7c0828e710184c629f2bc78f16726bc80212e549a3b8814d369"}, + {file = "netconan-0.14.0-py2.py3-none-any.whl", hash = "sha256:fae0990dc4bf27b0085ef1b9fa0e6288b81311c13ee69c72ee11f2be8ee9ec32"}, + {file = "netconan-0.14.0.tar.gz", hash = "sha256:478d695dbfcb9773ac55b9a0243a27b0bea67f4df5ff5c8059e0e5d8c796c94b"}, ] [package.dependencies] bidict = "<1.0.0" -configargparse = "<1.0.0" +configargparse = "<2.0.0" passlib = "<2.0.0" -six = "<2.0.0" [package.extras] -dev = ["flake8 (<4.0.0)", "flake8-docstrings (<2.0.0)", "pydocstyle (<4.0.0)"] -test = ["pytest (>=4.6.0,<5.0.0)", "pytest-cov (<3.0.0)", "requests-mock (<2.0.0)", "testfixtures (<7.0.0)", "zipp (<2.2)"] +dev = ["flake8 (<8.0.0)", "flake8-docstrings (<2.0.0)", "pydocstyle (<6.0.0)"] +test = ["pytest (>=6,<7)", "pytest-cov (<6.0.0)", "requests_mock (<2.0.0)", "testfixtures (<7.0.0)"] [[package]] name = "numpy" @@ -2015,7 +2014,7 @@ version = "1.17.0" description = "Python 2 and 3 compatibility utilities" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" -groups = ["main", "dev"] +groups = ["main"] files = [ {file = "six-1.17.0-py2.py3-none-any.whl", hash = "sha256:4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274"}, {file = "six-1.17.0.tar.gz", hash = "sha256:ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81"}, @@ -2347,4 +2346,4 @@ xlsx = ["openpyxl", "pandas"] [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "3fc308973ee093cba55bdeb3b195333782e795d5bea79f0db9f8bed08a90146d" +content-hash = "35f3e30eef3f8310f5a25c01b0c50fed16927abce7a4832b31ab69460e1a2879" diff --git a/pyproject.toml b/pyproject.toml index 9dcd42f1..bd1eba28 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ ruff = "*" types-python-dateutil = "^2.8.3" types-pytz = "^2025.2.0" types-toml = "^0.10.1" -netconan = "^0.12.3" +netconan = "^0.14.0" toml = "0.10.2" towncrier = "^25.8.0" types-chardet = "^5.0.4"