From e8850c301ef2f020035c195d3ab62d50d997939b Mon Sep 17 00:00:00 2001 From: PHP Curl Class helper <156273776+php-curl-class-helper@users.noreply.github.com> Date: Mon, 8 Dec 2025 22:54:56 -0500 Subject: [PATCH] Update outdated dependencies list (#1023) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Zach Borboa --- scripts/make_release_requirements.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/scripts/make_release_requirements.json b/scripts/make_release_requirements.json index 8da701d..c832a4e 100644 --- a/scripts/make_release_requirements.json +++ b/scripts/make_release_requirements.json @@ -1,5 +1,11 @@ [ { - "outdated_count": "0" + "outdated_count": "1" + }, + { + "name": "urllib3", + "version": "2.6.0", + "latest_version": "2.6.1", + "latest_filetype": "wheel" } ]