From cc438bc0842e1e5c11b72046e0dd72e9ecb60a17 Mon Sep 17 00:00:00 2001 From: PHP Curl Class helper <156273776+php-curl-class-helper@users.noreply.github.com> Date: Mon, 6 Jul 2026 14:42:11 -0400 Subject: [PATCH] Update outdated dependencies list (#1128) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- scripts/make_release_requirements.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/scripts/make_release_requirements.json b/scripts/make_release_requirements.json index 355596c..3c7e3e6 100644 --- a/scripts/make_release_requirements.json +++ b/scripts/make_release_requirements.json @@ -1,5 +1,10 @@ [ { - "outdated_count": "0", + "outdated_count": "1", + }, + { + "name": "charset-normalizer", + "version": "3.4.7", + "latest_version": "3.4.8", }, ]