From 73e9598fb0e4e3632fd0e79d031e4f97dbf03002 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jul 2024 19:56:44 +0000 Subject: [PATCH 1/8] Bump types-requests from 2.32.0.20240622 to 2.32.0.20240712 Bumps [types-requests](https://github.com/python/typeshed) from 2.32.0.20240622 to 2.32.0.20240712. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-requests 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 4d065f4e..2793fe5f 100644 --- a/requirements/test-requirements.txt +++ b/requirements/test-requirements.txt @@ -78,7 +78,7 @@ tomli==2.0.1 # -c requirements/requirements.txt # coverage # pytest -types-requests==2.32.0.20240622 +types-requests==2.32.0.20240712 # via -r requirements/test-requirements.in typing-extensions==4.8.0 # via From e7adce6ead6b1bcbcd213d815f7e9dd30e2ae4d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jul 2024 20:00:23 +0000 Subject: [PATCH 2/8] Bump django-debug-toolbar from 4.4.5 to 4.4.6 Bumps [django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar) from 4.4.5 to 4.4.6. - [Release notes](https://github.com/jazzband/django-debug-toolbar/releases) - [Changelog](https://github.com/jazzband/django-debug-toolbar/blob/main/docs/changes.rst) - [Commits](https://github.com/jazzband/django-debug-toolbar/compare/4.4.5...4.4.6) --- updated-dependencies: - dependency-name: django-debug-toolbar 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 64d63172..0602e36e 100644 --- a/requirements/dev-requirements.txt +++ b/requirements/dev-requirements.txt @@ -50,7 +50,7 @@ django==4.2.14 # django-debug-toolbar # django-stubs # django-stubs-ext -django-debug-toolbar==4.4.5 +django-debug-toolbar==4.4.6 # via -r requirements/dev-requirements.in django-stubs==4.2.7 # via -r requirements/dev-requirements.in From 4da0e4566e28417bbca57a788f182f67ec622338 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jul 2024 20:03:31 +0000 Subject: [PATCH 3/8] Bump ruff from 0.5.1 to 0.5.2 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.5.1 to 0.5.2. - [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.5.1...0.5.2) --- 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 64d63172..88cf3a39 100644 --- a/requirements/dev-requirements.txt +++ b/requirements/dev-requirements.txt @@ -149,7 +149,7 @@ requests==2.32.3 # -c requirements/requirements.txt # -c requirements/test-requirements.txt # sphinx -ruff==0.5.1 +ruff==0.5.2 # via -r requirements/dev-requirements.in six==1.16.0 # via From 85b96251588c60df18f86d77f3dcbc96e357d052 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jul 2024 19:37:42 +0000 Subject: [PATCH 4/8] Bump github/combine-prs from 5.0.0 to 5.1.0 Bumps [github/combine-prs](https://github.com/github/combine-prs) from 5.0.0 to 5.1.0. - [Release notes](https://github.com/github/combine-prs/releases) - [Commits](https://github.com/github/combine-prs/compare/v5.0.0...v5.1.0) --- updated-dependencies: - dependency-name: github/combine-prs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/combine-prs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/combine-prs.yml b/.github/workflows/combine-prs.yml index c2f75a73..de7c331f 100644 --- a/.github/workflows/combine-prs.yml +++ b/.github/workflows/combine-prs.yml @@ -18,7 +18,7 @@ jobs: steps: - name: combine-prs id: combine-prs - uses: github/combine-prs@v5.0.0 + uses: github/combine-prs@v5.1.0 with: labels: combined-pr # Optional: add a label to the combined PR ci_required: true # require all checks to pass before combining From bf667a67c64237a46ac9e2be2c7d394bd2734194 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jul 2024 19:52:19 +0000 Subject: [PATCH 5/8] Bump mypy from 1.10.1 to 1.11.0 Bumps [mypy](https://github.com/python/mypy) from 1.10.1 to 1.11.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.10.1...v1.11) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ... 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 64d63172..c084c934 100644 --- a/requirements/dev-requirements.txt +++ b/requirements/dev-requirements.txt @@ -95,7 +95,7 @@ matplotlib-inline==0.1.6 # via ipython mccabe==0.7.0 # via pylint -mypy==1.10.1 +mypy==1.11.0 # via -r requirements/dev-requirements.in mypy-extensions==1.0.0 # via mypy From 6e23fa1e445e2fb2d3fe4358305296965ac33940 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jul 2024 19:52:34 +0000 Subject: [PATCH 6/8] Bump pytest from 8.2.2 to 8.3.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.2 to 8.3.1. - [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.2.2...8.3.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor ... 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 4d065f4e..e3cf0b7f 100644 --- a/requirements/test-requirements.txt +++ b/requirements/test-requirements.txt @@ -42,7 +42,7 @@ packaging==23.2 # pytest-sugar pluggy==1.5.0 # via pytest -pytest==8.2.2 +pytest==8.3.1 # via # -r requirements/test-requirements.in # pytest-cov From 5ca90a87173b86661de7f6e70adee5bfe70b0946 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jul 2024 19:54:27 +0000 Subject: [PATCH 7/8] Bump sqlparse from 0.5.0 to 0.5.1 Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.5.0 to 0.5.1. - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](https://github.com/andialbrecht/sqlparse/compare/0.5.0...0.5.1) --- updated-dependencies: - dependency-name: sqlparse dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/dev-requirements.txt | 2 +- requirements/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/dev-requirements.txt b/requirements/dev-requirements.txt index 64d63172..5959a02f 100644 --- a/requirements/dev-requirements.txt +++ b/requirements/dev-requirements.txt @@ -177,7 +177,7 @@ sphinxcontrib-qthelp==1.0.3 # via sphinx sphinxcontrib-serializinghtml==1.1.5 # via sphinx -sqlparse==0.5.0 +sqlparse==0.5.1 # via # -c requirements/requirements.txt # django diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 8d00803a..9574f14b 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -156,7 +156,7 @@ rsa==4.9 # via google-auth six==1.16.0 # via google-auth -sqlparse==0.5.0 +sqlparse==0.5.1 # via # -r requirements/requirements.in # django From 698ce16423c9dc27f1968953158680c5085e5615 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jul 2024 19:56:48 +0000 Subject: [PATCH 8/8] Bump django-crispy-forms from 2.2 to 2.3 Bumps [django-crispy-forms](https://github.com/django-crispy-forms/django-crispy-forms) from 2.2 to 2.3. - [Release notes](https://github.com/django-crispy-forms/django-crispy-forms/releases) - [Changelog](https://github.com/django-crispy-forms/django-crispy-forms/blob/main/CHANGELOG.md) - [Commits](https://github.com/django-crispy-forms/django-crispy-forms/compare/2.2...2.3) --- updated-dependencies: - dependency-name: django-crispy-forms 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 8d00803a..70ff6a52 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -61,7 +61,7 @@ django-autocomplete-light==3.11.0 # via django-anvil-consortium-manager django-constance==3.1.0 # via -r requirements/requirements.in -django-crispy-forms==2.2 +django-crispy-forms==2.3 # via # -r requirements/requirements.in # crispy-bootstrap5