Skip to content

Commit 7b751e5

Browse files
committed
chore!(git): Remove insecure git+git support
Deprecated since pip 21.0 See also: - https://github.com/pypa/pip/blob/22.1.2/NEWS.rst#deprecations-and-removals-16 - pypa/pip@eeeecbe - pypa/pip#7543
1 parent e4da02b commit 7b751e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libvcs/projects/git.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def convert_pip_url(pip_url: str) -> VCSLocation:
157157

158158
class GitProject(BaseProject):
159159
bin_name = "git"
160-
schemes = ("git", "git+http", "git+https", "git+git", "git+file")
160+
schemes = ("git", "git+http", "git+https", "git+file")
161161
_remotes: GitProjectRemoteDict
162162

163163
def __init__(

0 commit comments

Comments
 (0)