Skip to content

Commit

Permalink
fix upgrade url/file dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
matteius committed Oct 19, 2024
1 parent df0f5bf commit f7ae95a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipenv/routines/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def upgrade(
install_req, package, dev=dev, category=pipfile_category
)
requested_packages[pipfile_category][normalized_name] = (
project.get_pipfile_entry(normalized_name, category=pipfile_category)
project.parsed_pipfile.get(pipfile_category, {})
)
requested_install_reqs[pipfile_category][normalized_name] = install_req

Expand Down

0 comments on commit f7ae95a

Please sign in to comment.