From 29eac47010b4da02741c1c230b385a540594a643 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Aug 2023 07:15:50 +0000 Subject: [PATCH] [data](deps): Bump responses in /python/requirements/data_processing Bumps [responses](https://github.com/getsentry/responses) from 0.13.4 to 0.23.3. - [Release notes](https://github.com/getsentry/responses/releases) - [Changelog](https://github.com/getsentry/responses/blob/master/CHANGES) - [Commits](https://github.com/getsentry/responses/compare/0.13.4...0.23.3) --- updated-dependencies: - dependency-name: responses dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- python/requirements/data_processing/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements/data_processing/requirements.txt b/python/requirements/data_processing/requirements.txt index 48efe2599ff0..f1088685f941 100644 --- a/python/requirements/data_processing/requirements.txt +++ b/python/requirements/data_processing/requirements.txt @@ -8,4 +8,4 @@ modin>=0.8.3; python_version < '3.7' modin>=0.11.0; python_version >= '3.7' pytest-repeat raydp-nightly -responses==0.13.4 +responses==0.23.3