From b896d352de25497deb4c307ec89ee9fe8bf55af8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 17:41:23 +0000 Subject: [PATCH] Bump the testing group in /scripts with 2 updates Bumps the testing group in /scripts with 2 updates: [parse](https://github.com/r1chardj0n3s/parse) and [urllib3](https://github.com/urllib3/urllib3). Updates `parse` from 1.20.1 to 1.20.2 - [Release notes](https://github.com/r1chardj0n3s/parse/releases) - [Commits](https://github.com/r1chardj0n3s/parse/compare/1.20.1...1.20.2) Updates `urllib3` from 2.2.1 to 2.2.2 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.2.1...2.2.2) --- updated-dependencies: - dependency-name: parse dependency-type: direct:production update-type: version-update:semver-patch dependency-group: testing - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: testing ... Signed-off-by: dependabot[bot] --- scripts/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/requirements.txt b/scripts/requirements.txt index 1b779800..3fd6f6b2 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -10,7 +10,7 @@ iniconfig==2.0.0 mako==1.3.5 MarkupSafe==2.1.5 packaging==24.1 -parse==1.20.1 +parse==1.20.2 parse-type==0.6.2 pluggy==1.5.0 py==1.11.0 @@ -25,6 +25,6 @@ semver==3.0.2 six==1.16.0 smmap==5.0.1 toml==0.10.2 -urllib3==2.2.1 +urllib3==2.2.2 six==1.16.0 retry==0.9.2