From a3e3bec36879856c7a4b3ac93761735bb6d07566 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 16:44:24 +0000 Subject: [PATCH 1/2] Bump the testing-libraries group with 2 updates Bumps the testing-libraries group with 2 updates: [model-bakery](https://github.com/model-bakers/model_bakery) and [responses](https://github.com/getsentry/responses). Updates `model-bakery` from 1.20.0 to 1.20.1 - [Release notes](https://github.com/model-bakers/model_bakery/releases) - [Changelog](https://github.com/model-bakers/model_bakery/blob/main/CHANGELOG.md) - [Commits](https://github.com/model-bakers/model_bakery/compare/1.20.0...1.20.1) Updates `responses` from 0.25.3 to 0.25.5 - [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.25.3...0.25.5) --- updated-dependencies: - dependency-name: model-bakery dependency-type: direct:production update-type: version-update:semver-patch dependency-group: testing-libraries - dependency-name: responses dependency-type: direct:production update-type: version-update:semver-patch dependency-group: testing-libraries ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1c7fa51396..4ab68bba1f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -37,10 +37,10 @@ vobject==0.9.9 # tests coverage==7.6.10 -model-bakery==1.20.0 +model-bakery==1.20.1 pytest-cov==6.0.0 pytest-django==4.9.0 -responses==0.25.3 +responses==0.25.5 # linting black==24.10.0 From 14eb403e34a038c34da5f28dd47dd504fbe33a1f Mon Sep 17 00:00:00 2001 From: John Whitlock Date: Mon, 13 Jan 2025 13:50:35 -0600 Subject: [PATCH 2/2] Revert to responses 0.25.3 The py.typed file was omitted from release 0.25.5, so mypy fails. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4ab68bba1f..4e156a4792 100644 --- a/requirements.txt +++ b/requirements.txt @@ -40,7 +40,7 @@ coverage==7.6.10 model-bakery==1.20.1 pytest-cov==6.0.0 pytest-django==4.9.0 -responses==0.25.5 +responses==0.25.3 # linting black==24.10.0