diff --git a/pyproject.toml b/pyproject.toml index bba83f99..bbea80e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,11 +41,11 @@ 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', - 'click==8.1.3', + 'click==8.1.7', 'colorama==0.4.6', 'emoji==2.5.0', 'hier-config==2.2.3', @@ -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', @@ -67,11 +67,11 @@ 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', - 'ttp==0.9.4', + 'ttp==0.9.5', 'urllib3==2.2.3', 'yamale<=5.2.1', ] @@ -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', @@ -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', ]