From 9017784ee8113842d50d7afcd38cd78e69391b26 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 09:51:27 +0000 Subject: [PATCH] chore(deps): update dependency cryptography to v42 [security] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4e66bf39..7df2985a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ apify-client = "^1.7.1" apify-shared = "^1.1.2" colorama = "^0.4.6" crawlee = "^0.3.0" -cryptography = "^39.0.0" +cryptography = "^42.0.4" httpx = "^0.27.0" lazy-object-proxy = "^1.10.0" psutil = "^6.0.0"