From ce5da63906fcf4723e7b73065f86bb17d8c517a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 03:37:42 +0000 Subject: [PATCH] fix(deps): bump certbot from 2.11.0 to 3.1.0 Bumps [certbot](https://github.com/certbot/certbot) from 2.11.0 to 3.1.0. - [Release notes](https://github.com/certbot/certbot/releases) - [Commits](https://github.com/certbot/certbot/compare/v2.11.0...v3.1.0) --- updated-dependencies: - dependency-name: certbot dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 51 +++++++++++++++++---------------------------------- 1 file changed, 17 insertions(+), 34 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4e1316e..a4b3a88 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,28 +1,27 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "acme" -version = "2.11.0" +version = "3.1.0" description = "ACME protocol implementation in Python" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "acme-2.11.0-py3-none-any.whl", hash = "sha256:23213ac3074a78862b219e0a30e141fd53238a8bdcf0668bd4dea59b28873fb8"}, - {file = "acme-2.11.0.tar.gz", hash = "sha256:f4950015cf52ff0de12f37fc28034c7710aca63f64f1696253d2f6cb9f22645e"}, + {file = "acme-3.1.0-py3-none-any.whl", hash = "sha256:d5b6bb7cddbdf276666794b235ef73fbb064cdc4d5b596979a7e9f523eac29b1"}, + {file = "acme-3.1.0.tar.gz", hash = "sha256:39ae0032834585e5c893d7865a5867af01598b5ebef688edb54e9f11cb89ccd9"}, ] [package.dependencies] cryptography = ">=3.2.1" -josepy = ">=1.13.0" +josepy = ">=1.13.0,<2" PyOpenSSL = ">=17.5.0,<23.1.0 || >23.1.0" pyrfc3339 = "*" pytz = ">=2019.3" requests = ">=2.20.0" -setuptools = ">=41.6.0" [package.extras] -docs = ["Sphinx (>=1.0)", "sphinx-rtd-theme"] -test = ["importlib-resources (>=1.3.1)", "pytest", "pytest-xdist", "typing-extensions"] +docs = ["Sphinx (>=1.0)", "sphinx_rtd_theme"] +test = ["pytest", "pytest-xdist", "typing-extensions"] [[package]] name = "annotated-types" @@ -58,33 +57,32 @@ lxml = ["lxml"] [[package]] name = "certbot" -version = "2.11.0" +version = "3.1.0" description = "ACME client" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "certbot-2.11.0-py3-none-any.whl", hash = "sha256:dc4e0a48bcb09448d60362170ca1047cc9a81966da0dd35135f2561f0ea7d5b1"}, - {file = "certbot-2.11.0.tar.gz", hash = "sha256:257ae1cb0a534373ca50dd807c9ae96f27660e41379c45afb9b50cab0e6a7a97"}, + {file = "certbot-3.1.0-py3-none-any.whl", hash = "sha256:1b27c9cfc38930924568b15a06a2fb6744f13ad9dc298c650e69868c456d90cb"}, + {file = "certbot-3.1.0.tar.gz", hash = "sha256:0ac0bacc74af1802eeb13f4008f0cb2eaccb0432a07224f5c8554ba6f135c2df"}, ] [package.dependencies] -acme = ">=2.11.0" +acme = ">=3.1.0" ConfigArgParse = ">=1.5.3" configobj = ">=5.0.6" cryptography = ">=3.2.1" distro = ">=1.0.1" -josepy = ">=1.13.0" +josepy = ">=1.13.0,<2" parsedatetime = ">=2.4" pyrfc3339 = "*" pytz = ">=2019.3" pywin32 = {version = ">=300", markers = "sys_platform == \"win32\""} -setuptools = ">=41.6.0" [package.extras] -all = ["Sphinx (>=1.2)", "azure-devops", "coverage", "ipdb", "mypy", "pip", "poetry (>=1.2.0)", "poetry-plugin-export (>=1.1.0)", "pylint", "pytest", "pytest-cov", "pytest-xdist", "setuptools", "sphinx-rtd-theme", "tox", "twine", "types-httplib2", "types-pyOpenSSL", "types-pyRFC3339", "types-pytz", "types-pywin32", "types-requests", "types-setuptools", "types-six", "wheel"] +all = ["Sphinx (>=1.2)", "azure-devops", "coverage", "ipdb", "mypy", "pip", "poetry (>=1.2.0)", "poetry-plugin-export (>=1.1.0)", "pylint", "pytest", "pytest-cov", "pytest-xdist", "setuptools", "sphinx_rtd_theme", "tox", "twine", "types-httplib2", "types-pyOpenSSL", "types-pyRFC3339", "types-pytz", "types-pywin32", "types-requests", "types-setuptools", "wheel"] dev = ["azure-devops", "ipdb", "poetry (>=1.2.0)", "poetry-plugin-export (>=1.1.0)", "twine"] -docs = ["Sphinx (>=1.2)", "sphinx-rtd-theme"] -test = ["coverage", "mypy", "pip", "pylint", "pytest", "pytest-cov", "pytest-xdist", "setuptools", "tox", "types-httplib2", "types-pyOpenSSL", "types-pyRFC3339", "types-pytz", "types-pywin32", "types-requests", "types-setuptools", "types-six", "wheel"] +docs = ["Sphinx (>=1.2)", "sphinx_rtd_theme"] +test = ["coverage", "mypy", "pip", "pylint", "pytest", "pytest-cov", "pytest-xdist", "setuptools", "tox", "types-httplib2", "types-pyOpenSSL", "types-pyRFC3339", "types-pytz", "types-pywin32", "types-requests", "types-setuptools", "wheel"] [[package]] name = "certifi" @@ -1075,21 +1073,6 @@ pygments = ">=2.13.0,<3.0.0" [package.extras] jupyter = ["ipywidgets (>=7.5.1,<9)"] -[[package]] -name = "setuptools" -version = "70.0.0" -description = "Easily download, build, install, upgrade, and uninstall Python packages" -optional = false -python-versions = ">=3.8" -files = [ - {file = "setuptools-70.0.0-py3-none-any.whl", hash = "sha256:54faa7f2e8d2d11bcd2c07bed282eef1046b5c080d1c32add737d7b5817b1ad4"}, - {file = "setuptools-70.0.0.tar.gz", hash = "sha256:f211a66637b8fa059bb28183da127d4e86396c991a942b028c6650d4319c3fd0"}, -] - -[package.extras] -docs = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "pyproject-hooks (!=1.1)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-favicon", "sphinx-inline-tabs", "sphinx-lint", "sphinx-notfound-page (>=1,<2)", "sphinx-reredirects", "sphinxcontrib-towncrier"] -testing = ["build[virtualenv] (>=1.0.3)", "filelock (>=3.4.0)", "importlib-metadata", "ini2toml[lite] (>=0.14)", "jaraco.develop (>=7.21)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "mypy (==1.9)", "packaging (>=23.2)", "pip (>=19.1)", "pyproject-hooks (!=1.1)", "pytest (>=6,!=8.1.1)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-home (>=0.5)", "pytest-mypy", "pytest-perf", "pytest-ruff (>=0.2.1)", "pytest-subprocess", "pytest-timeout", "pytest-xdist (>=3)", "tomli", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel"] - [[package]] name = "shellingham" version = "1.5.4"