Skip to content

Commit

Permalink
Loosen lower-level nornir package versions
Browse files Browse the repository at this point in the history
Updating the top-level nornir package version is difficult to do by hand
or via dependabot with its child packages locked.

This allows nornir to update and pull in newer child packages as needed.
  • Loading branch information
rustydb committed Nov 12, 2024
1 parent db19df2 commit bda32e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ dependencies = [
'netaddr==1.3.0',
'netmiko==4.4.0',
'netutils==1.10.0',
'nornir-netmiko==1.0.1',
'nornir-salt==0.19.2',
'nornir-scrapli==2023.1.30.post1',
'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',
Expand Down

0 comments on commit bda32e1

Please sign in to comment.