launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #27925
[Merge] ~cjwatson/lpcraft:github-https into lpcraft:main
Colin Watson has proposed merging ~cjwatson/lpcraft:github-https into lpcraft:main.
Commit message:
Use HTTPS for craft-cli
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~cjwatson/lpcraft/+git/lpcraft/+merge/413917
GitHub is removing support for the unencrypted Git protocol (https://github.blog/2021-09-01-improving-git-protocol-security-github/).
--
Your team Launchpad code reviewers is requested to review the proposed merge of ~cjwatson/lpcraft:github-https into lpcraft:main.
diff --git a/requirements.in b/requirements.in
index b721260..82c0bc9 100644
--- a/requirements.in
+++ b/requirements.in
@@ -2,5 +2,5 @@ craft-providers
pydantic
PyYAML
python-dotenv
-git+git://github.com/canonical/craft-cli.git@93db67c7bc357f0b6d9f5793b7c2381c306f9ca3
+git+https://github.com/canonical/craft-cli.git@93db67c7bc357f0b6d9f5793b7c2381c306f9ca3
pluggy
diff --git a/requirements.txt b/requirements.txt
index ee685db..cab177b 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8,7 +8,7 @@ certifi==2021.10.8
# via requests
charset-normalizer==2.0.7
# via requests
-craft-cli @ git+git://github.com/canonical/craft-cli.git@93db67c7bc357f0b6d9f5793b7c2381c306f9ca3
+craft-cli @ git+https://github.com/canonical/craft-cli.git@93db67c7bc357f0b6d9f5793b7c2381c306f9ca3
# via -r requirements.in
craft-providers==1.0.3
# via -r requirements.in