From 799d55a79685b55c66bd0098ec002f6267b1924d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 17:35:09 +0000 Subject: [PATCH 1/7] Bump click-help-colors from 0.9.1 to 0.9.4 Bumps [click-help-colors](https://github.com/click-contrib/click-help-colors) from 0.9.1 to 0.9.4. - [Changelog](https://github.com/click-contrib/click-help-colors/blob/master/CHANGES.rst) - [Commits](https://github.com/click-contrib/click-help-colors/compare/0.9.1...0.9.4) --- updated-dependencies: - dependency-name: click-help-colors dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bba83f99..982d0803 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ classifiers = [ description = 'CSM Automatic Network Utility' dependencies = [ 'aiohttp==3.10.10', - 'click-help-colors==0.9.1', + 'click-help-colors==0.9.4', 'click-option-group==0.5.6', 'click-params==0.5.0', 'click-spinner==0.1.10', From 07980df5e2ee1aaee54e9bf799fb6710745939c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 17:35:13 +0000 Subject: [PATCH 2/7] Bump click from 8.1.3 to 8.1.7 Bumps [click](https://github.com/pallets/click) from 8.1.3 to 8.1.7. - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/click/compare/8.1.3...8.1.7) --- updated-dependencies: - dependency-name: click dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 982d0803..21245552 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ dependencies = [ 'click-option-group==0.5.6', 'click-params==0.5.0', 'click-spinner==0.1.10', - 'click==8.1.3', + 'click==8.1.7', 'colorama==0.4.6', 'emoji==2.5.0', 'hier-config==2.2.3', From 20150277b8b7f9d7a22df698f01c35f53eab939f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 17:35:19 +0000 Subject: [PATCH 3/7] Bump ttp from 0.9.4 to 0.9.5 Bumps [ttp](https://github.com/dmulyalin/ttp) from 0.9.4 to 0.9.5. - [Release notes](https://github.com/dmulyalin/ttp/releases) - [Commits](https://github.com/dmulyalin/ttp/compare/0.9.4...0.9.5) --- updated-dependencies: - dependency-name: ttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 21245552..72a1582a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ dependencies = [ 'tabulate==0.9.0', 'tokenize-rt==6.1.0', 'tomli==2.0.2', - 'ttp==0.9.4', + 'ttp==0.9.5', 'urllib3==2.2.3', 'yamale<=5.2.1', ] From 013e84840fd3e24620dc522a43b57a21003f405a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 17:35:23 +0000 Subject: [PATCH 4/7] Bump netaddr from 0.8.0 to 1.3.0 Bumps [netaddr](https://github.com/netaddr/netaddr) from 0.8.0 to 1.3.0. - [Release notes](https://github.com/netaddr/netaddr/releases) - [Changelog](https://github.com/netaddr/netaddr/blob/master/CHANGELOG.rst) - [Commits](https://github.com/netaddr/netaddr/compare/0.8.0...1.3.0) --- updated-dependencies: - dependency-name: netaddr dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 72a1582a..f726caad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ dependencies = [ 'kubernetes==31.0.0', 'mac-vendor-lookup==0.1.12', 'natsort==8.3.1', - 'netaddr==0.8.0', + 'netaddr==1.3.0', 'netmiko==4.4.0', 'netutils==1.10.0', 'nornir-netmiko==1.0.1', From 26e7f05c4680aed68d7af5e2f7e7d4343038e102 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 17:35:33 +0000 Subject: [PATCH 5/7] Update pytest requirement from ~=7.3.1 to ~=8.3.3 Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/7.3.1...8.3.3) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f726caad..117a7c29 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -126,7 +126,7 @@ test = [ 'mock~=5.0.1', 'pytest-cov~=4.1.0', 'pytest-sugar~=0.9.6', - 'pytest~=7.3.1', + 'pytest~=8.3.3', 'py~=1.11.0', 'testfixtures~=8.3.0', ] From f2b1c163056a80a52addfe3fbe27fbdf8c2eb728 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 17:35:38 +0000 Subject: [PATCH 6/7] Update myst-parser requirement from ~=1.0.0 to ~=4.0.0 Updates the requirements on [myst-parser](https://github.com/executablebooks/MyST-Parser) to permit the latest version. - [Release notes](https://github.com/executablebooks/MyST-Parser/releases) - [Changelog](https://github.com/executablebooks/MyST-Parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/executablebooks/MyST-Parser/compare/v1.0.0...v4.0.0) --- updated-dependencies: - dependency-name: myst-parser dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 117a7c29..b02a0494 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -95,7 +95,7 @@ docs = [ 'mkdocs-material-extensions~=1.3.1', 'mkdocs-material~=9.5.36', 'mkdocs~=1.6.1', - 'myst-parser~=1.0.0', + 'myst-parser~=4.0.0', 'sphinx-click~=4.4.0', 'sphinx-markdown-builder~=0.6.7', 'sphinx~=6.1.3', From e405deb1ca081111cfc0ba308ab7f66322f1a738 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 17:35:43 +0000 Subject: [PATCH 7/7] Update ruamel-yaml requirement from <0.17.33 to <0.18.7 Updates the requirements on [ruamel-yaml]() to permit the latest version. --- updated-dependencies: - dependency-name: ruamel-yaml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b02a0494..bbea80e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ dependencies = [ 'pyyaml==6.0.1', 'requests==2.32.3', 'responses==0.25.3', - 'ruamel.yaml<0.17.33', + 'ruamel.yaml<0.18.7', 'tabulate==0.9.0', 'tokenize-rt==6.1.0', 'tomli==2.0.2',