From 5bb9b544ef7594970a017cf65de679209c951ed9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Feb 2024 03:16:15 +0000 Subject: [PATCH 1/3] Bump coverage from 7.4.1 to 7.4.3 Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.4.1 to 7.4.3. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.4.1...7.4.3) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test-requirements.txt b/requirements/test-requirements.txt index 313a3407..478d3118 100644 --- a/requirements/test-requirements.txt +++ b/requirements/test-requirements.txt @@ -12,7 +12,7 @@ charset-normalizer==3.3.2 # via # -c requirements/requirements.txt # requests -coverage==7.4.1 +coverage==7.4.3 # via # -r requirements/test-requirements.in # django-coverage-plugin From 884ec0ace46a91f84dc5a703f68e5f90636249ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 23:39:28 +0000 Subject: [PATCH 2/3] Bump django-model-utils from 4.3.1 to 4.4.0 Bumps [django-model-utils](https://github.com/jazzband/django-model-utils) from 4.3.1 to 4.4.0. - [Release notes](https://github.com/jazzband/django-model-utils/releases) - [Changelog](https://github.com/jazzband/django-model-utils/blob/master/CHANGES.rst) - [Commits](https://github.com/jazzband/django-model-utils/compare/4.3.1...4.4.0) --- updated-dependencies: - dependency-name: django-model-utils dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 8bb7d464..d9bbb101 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -85,7 +85,7 @@ django-login-required-middleware==0.9.0 # via -r requirements/requirements.in django-maintenance-mode==0.21.1 # via -r requirements/requirements.in -django-model-utils==4.3.1 +django-model-utils==4.4.0 # via -r requirements/requirements.in django-simple-history==3.4.0 # via From 18a57e07066c72bd42ecfb9b581f229e103fa04e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 22:20:16 +0000 Subject: [PATCH 3/3] Bump django-simple-history from 3.4.0 to 3.5.0 Bumps [django-simple-history](https://github.com/jazzband/django-simple-history) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/jazzband/django-simple-history/releases) - [Changelog](https://github.com/jazzband/django-simple-history/blob/master/CHANGES.rst) - [Commits](https://github.com/jazzband/django-simple-history/compare/3.4.0...3.5.0) --- updated-dependencies: - dependency-name: django-simple-history dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index c8f72ef1..b4934219 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -12,6 +12,7 @@ asgiref==3.7.2 # via # django # django-htmx + # django-simple-history attrs==23.2.0 # via # jsonschema @@ -87,7 +88,7 @@ django-maintenance-mode==0.21.1 # via -r requirements/requirements.in django-model-utils==4.3.1 # via -r requirements/requirements.in -django-simple-history==3.4.0 +django-simple-history==3.5.0 # via # -r requirements/requirements.in # django-anvil-consortium-manager