diff --git a/pipenv/cli/command.py b/pipenv/cli/command.py index a0417332..cb3e0c25 100644 --- a/pipenv/cli/command.py +++ b/pipenv/cli/command.py @@ -282,6 +282,7 @@ def upgrade(state, **kwargs): packages=state.installstate.packages, editable_packages=state.installstate.editables, categories=state.installstate.categories, + dev=state.installstate.dev, system=state.system, lock_only=state.installstate.lock_only, )