From c7dce5e0c2e27ab7bb78c3d3fc7071b9eebbd1da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 09:16:07 -0500 Subject: [PATCH] Bump certifi from 2023.7.22 to 2023.11.17 in /api (#883) Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.7.22 to 2023.11.17. - [Commits](https://github.com/certifi/python-certifi/compare/2023.07.22...2023.11.17) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- api/poetry.lock | 8 ++++---- api/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/api/poetry.lock b/api/poetry.lock index 2d7c50c30b3..5b362d8ca84 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -187,13 +187,13 @@ tests-no-zope = ["cloudpickle", "hypothesis", "mypy (>=1.1.1)", "pympler", "pyte [[package]] name = "certifi" -version = "2023.7.22" +version = "2023.11.17" description = "Python package for providing Mozilla's CA Bundle." optional = false python-versions = ">=3.6" files = [ - {file = "certifi-2023.7.22-py3-none-any.whl", hash = "sha256:92d6037539857d8206b8f6ae472e8b77db8058fec5937a1ef3f54304089edbb9"}, - {file = "certifi-2023.7.22.tar.gz", hash = "sha256:539cc1d13202e33ca466e88b2807e29f4c13049d6d87031a3c110744495cb082"}, + {file = "certifi-2023.11.17-py3-none-any.whl", hash = "sha256:e036ab49d5b79556f99cfc2d9320b34cfbe5be05c5871b51de9329f0603b0474"}, + {file = "certifi-2023.11.17.tar.gz", hash = "sha256:9b469f3a900bf28dc19b8cfbf8019bf47f7fdd1a65a1d4ffb98fc14166beb4d1"}, ] [[package]] @@ -2334,4 +2334,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "6581871d2b362236ab76ca5c49570540259a4d33a76411adf92260e4a10280f8" +content-hash = "ef8d66857a036848be0704190fbe9daf37f2ce9c0e7beaf81643ca9bfd6a595a" diff --git a/api/pyproject.toml b/api/pyproject.toml index 741bf62b646..9528a015ce1 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -43,7 +43,7 @@ uvloop = "^0.19.0" watchfiles = "^0.21.0" websockets = "^12.0" anyio = "^4.0.0" -certifi = "^2023.7.22" +certifi = "^2023.11.17" charset-normalizer = "^3.3.2" click = "^8.1.7" email-validator = "^2.0.0"