From f300eec37e240a050e4bd5190a24dac7d1f6e560 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 08:19:27 +0000 Subject: [PATCH] build(deps): update fixtures requirement from >=2.0 to >=4.3.2 Updates the requirements on [fixtures](https://github.com/testing-cabal/fixtures) to permit the latest version. - [Changelog](https://github.com/testing-cabal/fixtures/blob/master/NEWS) - [Commits](https://github.com/testing-cabal/fixtures/compare/2.0.0...4.3.2) --- updated-dependencies: - dependency-name: fixtures dependency-version: 4.3.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 811aeed9..5db3d145 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -fixtures>=2.0 +fixtures>=4.3.2