Skip to content

Commit

Permalink
BUmp pip version
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbovbel committed Apr 5, 2024
1 parent 67d7098 commit 68906a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions catkin_virtualenv/src/catkin_virtualenv/venv.py
Expand Up @@ -66,8 +66,8 @@ def initialize(self, python, use_system_packages, extra_pip_args, clean=True):
raise RuntimeError(error_msg)

preinstall = [
"pip==22.2.2",
"pip-tools==6.10.0",
"pip==23.3.2",
"pip-tools==7.4.1",
]

builtin_venv = self._check_module(system_python, "venv")
Expand Down

0 comments on commit 68906a9

Please sign in to comment.