Skip to content

Commit

Permalink
One dep pr to rule them all part5 (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
rustydb authored Nov 7, 2024
2 parents 0b569e5 + e405deb commit aa8a7ee
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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',
Expand All @@ -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',
]
Expand All @@ -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',
Expand Down Expand Up @@ -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',
]
Expand Down

0 comments on commit aa8a7ee

Please sign in to comment.