Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShahar Naveh <50263213+ShaharNaveh@users.noreply.github.com>2022-07-11 21:30:50 +0300
committerGitHub <noreply@github.com>2022-07-11 21:30:50 +0300
commit32608a142bbd9c7df2ddc6cbfa2a46a6c310901b (patch)
treecd83235c7f332b9dd13c504f76b6a30ab1a197c5
parentb9f6c3e5b68835a03bcf61ddd0bfbf5ad559c80c (diff)
DOC: Fix typo (#9346)
Co-authored-by: Shahar Naveh <>
-rw-r--r--tools/pinning/current/pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pinning/current/pyproject.toml b/tools/pinning/current/pyproject.toml
index 5802f87f1..b5959bc20 100644
--- a/tools/pinning/current/pyproject.toml
+++ b/tools/pinning/current/pyproject.toml
@@ -76,7 +76,7 @@ setuptools-rust = "*"
pylint = ">2.6.2"
# Bug in poetry, where still installes yanked versions from pypi (source: https://github.com/python-poetry/poetry/issues/2453)
-# this version of cryptography intreduced a security vulnrability.
+# this version of cryptography introduced a security vulnrability.
# Making sure that it would not get installed (Fixing https://github.com/certbot/certbot/issues/9336)
cryptography = "!= 37.0.3"