Skip to content

Commit

Permalink
Updating pip version to 22.2.2 as a potential fix for pypa/pip#11340
Browse files Browse the repository at this point in the history
  • Loading branch information
kronos30 committed Jul 28, 2023
1 parent 4f5a38a commit d1010f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catkin_virtualenv/src/catkin_virtualenv/venv.py
Expand Up @@ -66,7 +66,7 @@ def initialize(self, python, use_system_packages, extra_pip_args, clean=True):
raise RuntimeError(error_msg)

preinstall = [
"pip==22.0.2",
"pip==22.2.2",
"pip-tools==6.10.0",
]

Expand Down

0 comments on commit d1010f4

Please sign in to comment.