nautobot / cookiecutter-nautobot-app

Cookiecutter template for creating new Nautobot Apps.
https://docs.nautobot.com/projects/cookiecutter-nautobot-app/en/latest/
Apache License 2.0
14 stars 5 forks source link

Dependencies are not being resolved correctly in the dev container #148

Closed gsnider2195 closed 2 weeks ago

gsnider2195 commented 3 weeks ago

Environment

Observed Behavior

Django 5 is installed

Expected Behavior

Django 3 is installed (for nautobot 2.2.8)

Steps to Reproduce

  1. Create a project with nautobot ^2.0.0 dependency
  2. Do a poetry lock
  3. Set your invoke.yml nautobot_ver = 2.2.8
  4. Try to invoke build