Skip to content

Commit

Permalink
One dep pr to rule them all10 (#606)
Browse files Browse the repository at this point in the history
  • Loading branch information
rustydb authored Jan 27, 2025
2 parents e81f051 + cf42ea3 commit 0625877
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,26 +53,26 @@ dependencies = [
'ipython~=8.18.1; python_version<"3.10"',
'jinja2==3.1.5',
'jsonschema==4.23.0',
'kubernetes==31.0.0',
'kubernetes==32.0.0',
'mac-vendor-lookup==0.1.12',
'natsort==8.3.1',
'netaddr==1.3.0',
'netmiko==4.4.0',
'netutils==1.10.0',
'netutils==1.12.0',
'nornir-netmiko>=1.0.1',
'nornir-salt>=0.19.2',
'nornir-scrapli>=2023.1.30.post1',
'nornir==3.4.1',
'openpyxl==3.1.5',
'pyyaml==6.0.2',
'requests==2.32.3',
'responses==0.25.3',
'ruamel.yaml<0.18.10',
'responses==0.25.6',
'ruamel.yaml<0.18.11',
'tabulate==0.9.0',
'tomli==2.2.1',
'ttp==0.9.5',
'urllib3==2.3.0',
'yamale<=5.2.1',
'yamale<=6.0.0',
]
dynamic = ['entry-points', 'scripts', 'version']
maintainers = [
Expand Down Expand Up @@ -118,7 +118,7 @@ lint = [
]
network_modeling = [
'jsonschema==4.23.0',
'yamale<=5.2.1',
'yamale<=6.0.0',
]
test = [
'coverage~=7.6.4',
Expand Down

0 comments on commit 0625877

Please sign in to comment.