Skip to content

Commit

Permalink
Update pip version
Browse files Browse the repository at this point in the history
  • Loading branch information
garyservin committed Jan 31, 2025
1 parent 82d5c61 commit 00f5dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catkin_virtualenv/src/catkin_virtualenv/venv.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def initialize(self, python, use_system_packages, extra_pip_args, clean=True):
raise RuntimeError(error_msg)

preinstall = [
"pip==24.3.1",
"pip==25.0",
"pip-tools==7.4.1",
]

Expand Down

0 comments on commit 00f5dbf

Please sign in to comment.