Skip to content

Commit

Permalink
build: Make NB 2.3.2 default version in pyproject.toml to match lates…
Browse files Browse the repository at this point in the history
…t release.
  • Loading branch information
jdrew82 committed Sep 10, 2024
1 parent aa06e64 commit 941269e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ authors = ["John Doe <[email protected]>"]

[tool.poetry.dependencies]
python = ">=3.9,<3.12"
nautobot = "2.1.1"
nautobot-example-plugin = {path = "plugins/plugin_example", develop = true}
nautobot = "2.3.2"

[tool.poetry.dev-dependencies]
invoke = "*"
Expand Down

0 comments on commit 941269e

Please sign in to comment.