Skip to content

Commit

Permalink
chore: Point NTC dependency to branch name instead of tag to ease int…
Browse files Browse the repository at this point in the history
…ernal release process
  • Loading branch information
Edouard Lavaud committed May 19, 2023
1 parent bc13e67 commit 2723d73
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 5 deletions.
24 changes: 20 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ paramiko = ">=2.9.5"
scp = ">=0.13.6"
pyyaml = ">=5.3"
textfsm = ">=1.1.3"
ntc-templates = {git = "https://github.com/unyc-io/ntc-templates.git", rev = "v3.3.0-unyc.1"}
ntc-templates = {git = "https://github.com/unyc-io/ntc-templates.git", branch = "v3.3.0-unyc"}
pyserial = ">=3.3"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 2723d73

Please sign in to comment.