Skip to content

Commit 42723ad

Browse files
committed
Remove --allow-unsafe from certbot and supervisor
1 parent 81f673b commit 42723ad

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ If the signature cannot be verified, the file is not signed by a known good GPG
116116

117117
1. Additional dependencies may be added to the `certbot-requirements.in` file if required.
118118

119-
2. `pip-compile --allow-unsafe --generate-hashes certbot-requirements.in`
119+
2. `pip-compile --generate-hashes certbot-requirements.in`
120120

121121
3. Verify that the requirements are legit.
122122

@@ -132,6 +132,6 @@ If the signature cannot be verified, the file is not signed by a known good GPG
132132

133133
1. Additional dependencies may be added to the `supervisor-requirements.in` file if required.
134134

135-
2. `pip-compile --allow-unsafe --generate-hashes supervisor-requirements.in`
135+
2. `pip-compile --generate-hashes supervisor-requirements.in`
136136

137137
3. Verify that the requirements are legit.

certbot-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with Python 3.13
33
# by the following command:
44
#
5-
# pip-compile --allow-unsafe --generate-hashes certbot-requirements.in
5+
# pip-compile --generate-hashes certbot-requirements.in
66
#
77
acme==5.0.0 \
88
--hash=sha256:b701b23e66d3c58352896a72caa13523d9f72b183a0ba1cde93e6713a450a391 \

supervisor-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with Python 3.13
33
# by the following command:
44
#
5-
# pip-compile --allow-unsafe --generate-hashes supervisor-requirements.in
5+
# pip-compile --generate-hashes supervisor-requirements.in
66
#
77
supervisor==4.3.0 \
88
--hash=sha256:0bcb763fddafba410f35cbde226aa7f8514b9fb82eb05a0c85f6588d1c13f8db \

0 commit comments

Comments
 (0)