From 978bdaf150d51aa41708eb7e3a5db277ae771092 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 03:50:45 +0000 Subject: [PATCH 1/6] Bump django-model-utils from 4.5.1 to 5.0.0 Bumps [django-model-utils](https://github.com/jazzband/django-model-utils) from 4.5.1 to 5.0.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.5.1...5.0.0) --- updated-dependencies: - dependency-name: django-model-utils dependency-type: direct:production update-type: version-update:semver-major ... 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 57904249..4eb21cd5 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.5.1 +django-model-utils==5.0.0 # via -r requirements/requirements.in django-picklefield==3.2 # via -r requirements/requirements.in From cd976613b97af0942735afec457b33bf214dbba1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 03:42:06 +0000 Subject: [PATCH 2/6] Bump django-constance from 4.0.1 to 4.1.1 Bumps [django-constance](https://github.com/jazzband/django-constance) from 4.0.1 to 4.1.1. - [Release notes](https://github.com/jazzband/django-constance/releases) - [Changelog](https://github.com/jazzband/django-constance/blob/master/docs/changes.rst) - [Commits](https://github.com/jazzband/django-constance/compare/4.0.1...4.1.1) --- updated-dependencies: - dependency-name: django-constance 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 57904249..b8896746 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -62,7 +62,7 @@ django-anvil-consortium-manager @ git+https://github.com/UW-GAC/django-anvil-con # via -r requirements/requirements.in django-autocomplete-light==3.11.0 # via django-anvil-consortium-manager -django-constance==4.0.1 +django-constance==4.1.1 # via -r requirements/requirements.in django-crispy-forms==2.3 # via From 6d9a81c90e8b051bb5e3ca09a1c28193f24cf874 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 03:07:03 +0000 Subject: [PATCH 3/6] Bump pytest from 8.3.2 to 8.3.3 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.2 to 8.3.3. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.3.2...8.3.3) --- updated-dependencies: - dependency-name: pytest 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 1b0d28e6..522bfa65 100644 --- a/requirements/test-requirements.txt +++ b/requirements/test-requirements.txt @@ -53,7 +53,7 @@ pyparsing==3.1.1 # via # -c requirements/requirements.txt # packaging -pytest==8.3.2 +pytest==8.3.3 # via # -r requirements/test-requirements.in # pytest-cov From 7f46be4a003c192c399cb86a5391db2659c2e7a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 03:35:20 +0000 Subject: [PATCH 4/6] Bump ruff from 0.6.3 to 0.6.5 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.6.3 to 0.6.5. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.6.3...0.6.5) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev-requirements.txt b/requirements/dev-requirements.txt index 22f56f91..711d73e5 100644 --- a/requirements/dev-requirements.txt +++ b/requirements/dev-requirements.txt @@ -137,7 +137,7 @@ requests==2.32.3 # -c requirements/requirements.txt # -c requirements/test-requirements.txt # sphinx -ruff==0.6.3 +ruff==0.6.5 # via -r requirements/dev-requirements.in six==1.16.0 # via From 67993de210ef2de995ccabe9723e4049d8679361 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 03:37:34 +0000 Subject: [PATCH 5/6] Bump pronto from 2.5.7 to 2.5.8 Bumps [pronto](https://github.com/althonos/pronto) from 2.5.7 to 2.5.8. - [Release notes](https://github.com/althonos/pronto/releases) - [Changelog](https://github.com/althonos/pronto/blob/master/CHANGELOG.md) - [Commits](https://github.com/althonos/pronto/compare/v2.5.7...v2.5.8) --- updated-dependencies: - dependency-name: pronto dependency-type: direct:production update-type: version-update:semver-patch ... 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 57904249..5cfab3c2 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -135,7 +135,7 @@ pip-tools==7.4.1 # via -r requirements/requirements.in plotly==5.19.0 # via django-anvil-consortium-manager -pronto==2.5.7 +pronto==2.5.8 # via -r requirements/requirements.in pyasn1==0.5.1 # via From 68cbf18709d478323f7ff4775ec5b6afc44acb82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 03:37:59 +0000 Subject: [PATCH 6/6] Bump types-requests from 2.32.0.20240712 to 2.32.0.20240914 Bumps [types-requests](https://github.com/python/typeshed) from 2.32.0.20240712 to 2.32.0.20240914. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-requests dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev-requirements.txt b/requirements/dev-requirements.txt index 22f56f91..c6f95209 100644 --- a/requirements/dev-requirements.txt +++ b/requirements/dev-requirements.txt @@ -190,7 +190,7 @@ types-pytz==2024.1.0.20240203 # via django-stubs types-pyyaml==6.0.12.12 # via django-stubs -types-requests==2.32.0.20240712 +types-requests==2.32.0.20240914 # via -r requirements/dev-requirements.in typing-extensions==4.8.0 # via