From abf0edfcdccf551359d8b138922e17184314debb Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 2 Feb 2024 09:06:53 +0000 Subject: [PATCH] chore(api): update dependency service-identity to v24 Part-of: --- api/poetry.lock | 16 ++++++++-------- api/pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/api/poetry.lock b/api/poetry.lock index ebb210204..6f3bd9242 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -3616,13 +3616,13 @@ tornado = ["tornado (>=5)"] [[package]] name = "service-identity" -version = "21.1.0" +version = "24.1.0" description = "Service identity verification for pyOpenSSL & cryptography." optional = false -python-versions = "*" +python-versions = ">=3.8" files = [ - {file = "service-identity-21.1.0.tar.gz", hash = "sha256:6e6c6086ca271dc11b033d17c3a8bea9f24ebff920c587da090afc9519419d34"}, - {file = "service_identity-21.1.0-py2.py3-none-any.whl", hash = "sha256:f0b0caac3d40627c3c04d7a51b6e06721857a0e10a8775f2d1d7e72901b3a7db"}, + {file = "service_identity-24.1.0-py3-none-any.whl", hash = "sha256:a28caf8130c8a5c1c7a6f5293faaf239bbfb7751e4862436920ee6f2616f568a"}, + {file = "service_identity-24.1.0.tar.gz", hash = "sha256:6829c9d62fb832c2e1c435629b0a8c476e1929881f28bee4d20bc24161009221"}, ] [package.dependencies] @@ -3630,12 +3630,12 @@ attrs = ">=19.1.0" cryptography = "*" pyasn1 = "*" pyasn1-modules = "*" -six = "*" [package.extras] -dev = ["coverage[toml] (>=5.0.2)", "furo", "idna", "pyOpenSSL", "pytest", "sphinx"] -docs = ["furo", "sphinx"] +dev = ["pyopenssl", "service-identity[idna,mypy,tests]"] +docs = ["furo", "myst-parser", "pyopenssl", "sphinx", "sphinx-notfound-page"] idna = ["idna"] +mypy = ["idna", "mypy", "types-pyopenssl"] tests = ["coverage[toml] (>=5.0.2)", "pytest"] [[package]] @@ -4633,4 +4633,4 @@ typesense = ["typesense"] [metadata] lock-version = "2.0" python-versions = "^3.8,<3.13" -content-hash = "bbcefd623537fb23c6fe27207abff9acd1893e2cf3c6af59563ef563eab52ed3" +content-hash = "ac54d28bf0eecb17a19e25150bfdef13ceb8a2e2978c46038c76a8662079012f" diff --git a/api/pyproject.toml b/api/pyproject.toml index 98bef6a1f..09854d9b2 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -96,7 +96,7 @@ typesense = { version = "==0.15.1", optional = true } # Dependencies pinning ipython = "==8.12.3" pluralizer = "==1.2.0" -service-identity = "==21.1.0" +service-identity = "==24.1.0" unicode-slugify = "==0.1.5" [tool.poetry.group.dev.dependencies]