From e32987f2c34eaf64f34c2552eca70b09ff3f31d3 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Thu, 28 Nov 2024 13:00:26 -0800 Subject: [PATCH 01/12] Update coverage from 7.5.4 to 7.6.8 (#838) --- {{cookiecutter.git_project_name}}/config/requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.git_project_name}}/config/requirements/test.txt b/{{cookiecutter.git_project_name}}/config/requirements/test.txt index 026094e..e4ea467 100644 --- a/{{cookiecutter.git_project_name}}/config/requirements/test.txt +++ b/{{cookiecutter.git_project_name}}/config/requirements/test.txt @@ -1,4 +1,4 @@ -coverage==7.5.4 +coverage==7.6.8 dj-inmemorystorage==2.1.0 psycopg2==2.9.9 # This version should be used in production #psycopg2-binary # This version is ok for Development and Testing From 1f2b909b5b684508ab77df65e6f62b01c1092964 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Thu, 28 Nov 2024 13:02:06 -0800 Subject: [PATCH 02/12] Update django from 5.0.7 to 5.1.3 (#836) --- {{cookiecutter.git_project_name}}/config/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.git_project_name}}/config/requirements/base.txt b/{{cookiecutter.git_project_name}}/config/requirements/base.txt index 0a0ff98..499f5db 100644 --- a/{{cookiecutter.git_project_name}}/config/requirements/base.txt +++ b/{{cookiecutter.git_project_name}}/config/requirements/base.txt @@ -1,4 +1,4 @@ -Django==5.0.7 +Django==5.1.3 django-allauth[socialaccount]==0.63.3{% if (cookiecutter.use_constance != "n" or cookiecutter.allow_new_user_signup != "n") %} django-constance[database]==3.1.0{% endif %} django-tailwind==3.8.0 From 1042e46990ef2714ba31b3d24c68d6fb7e5384e1 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Thu, 28 Nov 2024 13:03:34 -0800 Subject: [PATCH 03/12] Update rich from 13.7.1 to 13.9.4 (#835) Co-authored-by: mark sevelj <31756570+imAsparky@users.noreply.github.com> --- {{cookiecutter.git_project_name}}/config/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.git_project_name}}/config/requirements/base.txt b/{{cookiecutter.git_project_name}}/config/requirements/base.txt index 499f5db..d0137e5 100644 --- a/{{cookiecutter.git_project_name}}/config/requirements/base.txt +++ b/{{cookiecutter.git_project_name}}/config/requirements/base.txt @@ -3,7 +3,7 @@ django-allauth[socialaccount]==0.63.3{% if (cookiecutter.use_constance != "n" or django-constance[database]==3.1.0{% endif %} django-tailwind==3.8.0 django-environ==0.11.2 -rich==13.7.1 +rich==13.9.4 django-htmx==1.18.0 From e610e71fbb82a20102d95fb6c943cb3e33e7e1c0 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Thu, 28 Nov 2024 13:04:58 -0800 Subject: [PATCH 04/12] Update django-browser-reload from 1.13.0 to 1.17.0 (#834) Co-authored-by: mark sevelj <31756570+imAsparky@users.noreply.github.com> --- {{cookiecutter.git_project_name}}/config/requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.git_project_name}}/config/requirements/local.txt b/{{cookiecutter.git_project_name}}/config/requirements/local.txt index 4b515c6..c3a0fb5 100644 --- a/{{cookiecutter.git_project_name}}/config/requirements/local.txt +++ b/{{cookiecutter.git_project_name}}/config/requirements/local.txt @@ -1,7 +1,7 @@ -r base.txt -r test.txt -django-browser-reload==1.13.0 +django-browser-reload==1.17.0 django-debug-toolbar==4.4.6 django-debug-toolbar-template-profiler==2.1.0 pre-commit==3.7.1 From 5453f3522d6f4709e4ff6ed4846b1183622164b3 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Thu, 28 Nov 2024 13:06:58 -0800 Subject: [PATCH 05/12] Update django-htmx from 1.18.0 to 1.21.0 (#833) Co-authored-by: mark sevelj <31756570+imAsparky@users.noreply.github.com> --- {{cookiecutter.git_project_name}}/config/requirements/base.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/{{cookiecutter.git_project_name}}/config/requirements/base.txt b/{{cookiecutter.git_project_name}}/config/requirements/base.txt index d0137e5..e7ae7f0 100644 --- a/{{cookiecutter.git_project_name}}/config/requirements/base.txt +++ b/{{cookiecutter.git_project_name}}/config/requirements/base.txt @@ -3,8 +3,9 @@ django-allauth[socialaccount]==0.63.3{% if (cookiecutter.use_constance != "n" or django-constance[database]==3.1.0{% endif %} django-tailwind==3.8.0 django-environ==0.11.2 +django-htmx==1.21.0 rich==13.9.4 -django-htmx==1.18.0 + From 740fc585608b362102bea0537be42923416b92fa Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Thu, 28 Nov 2024 13:07:30 -0800 Subject: [PATCH 06/12] Update uwsgi from 2.0.26 to 2.0.28 (#832) Co-authored-by: mark sevelj <31756570+imAsparky@users.noreply.github.com> --- .../config/requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.git_project_name}}/config/requirements/production.txt b/{{cookiecutter.git_project_name}}/config/requirements/production.txt index b192f67..25fb4c4 100644 --- a/{{cookiecutter.git_project_name}}/config/requirements/production.txt +++ b/{{cookiecutter.git_project_name}}/config/requirements/production.txt @@ -1,5 +1,5 @@ -r base.txt psycopg2==2.9.9 -uWSGI==2.0.26 +uWSGI==2.0.28 From 4f75f6262e3f727d60c17918969701056891e7d1 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Thu, 28 Nov 2024 13:11:00 -0800 Subject: [PATCH 07/12] Update pytest-reverse from 1.7.0 to 1.8.0 (#830) Co-authored-by: mark sevelj <31756570+imAsparky@users.noreply.github.com> --- {{cookiecutter.git_project_name}}/config/requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.git_project_name}}/config/requirements/test.txt b/{{cookiecutter.git_project_name}}/config/requirements/test.txt index e4ea467..bd0ae3b 100644 --- a/{{cookiecutter.git_project_name}}/config/requirements/test.txt +++ b/{{cookiecutter.git_project_name}}/config/requirements/test.txt @@ -4,7 +4,7 @@ psycopg2==2.9.9 # This version should be used in production #psycopg2-binary # This version is ok for Development and Testing pytest-django==4.8.0 pytest==8.2.2 -pytest-reverse==1.7.0 +pytest-reverse==1.8.0 pytest-xdist==3.6.1 tblib==3.0.0 tox==4.16.0 From b2b6f042a9a7e557203f5c4238f81b38cbc95061 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Thu, 28 Nov 2024 13:13:04 -0800 Subject: [PATCH 08/12] fix(pyup): Update tox to 4.23.2 (#828) * Update tox from 4.16.0 to 4.23.2 * Update tox from 4.16.0 to 4.23.2 --------- Co-authored-by: mark sevelj <31756570+imAsparky@users.noreply.github.com> --- config/requirements/test.txt | 2 +- {{cookiecutter.git_project_name}}/config/requirements/test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/requirements/test.txt b/config/requirements/test.txt index 22c0e27..08cdbc3 100644 --- a/config/requirements/test.txt +++ b/config/requirements/test.txt @@ -1,5 +1,5 @@ pytest-cookies==0.7.0 pytest==8.2.2 -tox==4.16.0 +tox==4.23.2 diff --git a/{{cookiecutter.git_project_name}}/config/requirements/test.txt b/{{cookiecutter.git_project_name}}/config/requirements/test.txt index bd0ae3b..da77fad 100644 --- a/{{cookiecutter.git_project_name}}/config/requirements/test.txt +++ b/{{cookiecutter.git_project_name}}/config/requirements/test.txt @@ -7,5 +7,5 @@ pytest==8.2.2 pytest-reverse==1.8.0 pytest-xdist==3.6.1 tblib==3.0.0 -tox==4.16.0 +tox==4.23.2 From e83a1fd5726727bbacd8e593183217801e09698c Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Thu, 28 Nov 2024 13:14:15 -0800 Subject: [PATCH 09/12] fix(pyup): Update psycopg2 to 2.9.10 (#824) * Update psycopg2 from 2.9.9 to 2.9.10 * Update psycopg2 from 2.9.9 to 2.9.10 --------- Co-authored-by: mark sevelj <31756570+imAsparky@users.noreply.github.com> --- .../config/requirements/production.txt | 2 +- {{cookiecutter.git_project_name}}/config/requirements/test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/{{cookiecutter.git_project_name}}/config/requirements/production.txt b/{{cookiecutter.git_project_name}}/config/requirements/production.txt index 25fb4c4..c3cf97b 100644 --- a/{{cookiecutter.git_project_name}}/config/requirements/production.txt +++ b/{{cookiecutter.git_project_name}}/config/requirements/production.txt @@ -1,5 +1,5 @@ -r base.txt -psycopg2==2.9.9 +psycopg2==2.9.10 uWSGI==2.0.28 diff --git a/{{cookiecutter.git_project_name}}/config/requirements/test.txt b/{{cookiecutter.git_project_name}}/config/requirements/test.txt index da77fad..a9835bf 100644 --- a/{{cookiecutter.git_project_name}}/config/requirements/test.txt +++ b/{{cookiecutter.git_project_name}}/config/requirements/test.txt @@ -1,6 +1,6 @@ coverage==7.6.8 dj-inmemorystorage==2.1.0 -psycopg2==2.9.9 # This version should be used in production +psycopg2==2.9.10 # This version should be used in production #psycopg2-binary # This version is ok for Development and Testing pytest-django==4.8.0 pytest==8.2.2 From faa0060db25c32b7bc881f960c387eb6774c3f0b Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Thu, 28 Nov 2024 13:15:19 -0800 Subject: [PATCH 10/12] fix(pyup): Update sphinx to 8.1.3 (#821) * Update sphinx from 7.3.7 to 8.1.3 * Update sphinx from 7.3.7 to 8.1.3 --------- Co-authored-by: mark sevelj <31756570+imAsparky@users.noreply.github.com> --- docs/requirements.txt | 2 +- {{cookiecutter.git_project_name}}/docs/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 7964114..f5c3223 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ -Sphinx==7.3.7 +Sphinx==8.1.3 myst-parser==3.0.1 furo==2024.5.6 sphinx-copybutton==0.5.2 diff --git a/{{cookiecutter.git_project_name}}/docs/requirements.txt b/{{cookiecutter.git_project_name}}/docs/requirements.txt index 7964114..f5c3223 100644 --- a/{{cookiecutter.git_project_name}}/docs/requirements.txt +++ b/{{cookiecutter.git_project_name}}/docs/requirements.txt @@ -1,4 +1,4 @@ -Sphinx==7.3.7 +Sphinx==8.1.3 myst-parser==3.0.1 furo==2024.5.6 sphinx-copybutton==0.5.2 From efe8bc1c64189ae98f9e9ccc50875ecfc3ee1b5f Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Thu, 28 Nov 2024 13:18:25 -0800 Subject: [PATCH 11/12] Update django-browser-reload from 1.13.0 to 1.16.0 (#819) Co-authored-by: mark sevelj <31756570+imAsparky@users.noreply.github.com> From e5ed2243d81eb244c515f52e827da63f712afa20 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Thu, 28 Nov 2024 13:19:30 -0800 Subject: [PATCH 12/12] fix(pyup): Update pre-commit to 4.0.1 (#814) * Update pre-commit from 3.7.1 to 4.0.1 * Update pre-commit from 3.7.1 to 4.0.1 --------- Co-authored-by: mark sevelj <31756570+imAsparky@users.noreply.github.com> --- config/requirements/local.txt | 2 +- {{cookiecutter.git_project_name}}/config/requirements/local.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/requirements/local.txt b/config/requirements/local.txt index b8995b7..853a150 100644 --- a/config/requirements/local.txt +++ b/config/requirements/local.txt @@ -2,4 +2,4 @@ -r test.txt django-debug-toolbar==4.4.6 django-debug-toolbar-template-profiler==2.1.0 -pre-commit==3.7.1 +pre-commit==4.0.1 diff --git a/{{cookiecutter.git_project_name}}/config/requirements/local.txt b/{{cookiecutter.git_project_name}}/config/requirements/local.txt index c3a0fb5..beb79a1 100644 --- a/{{cookiecutter.git_project_name}}/config/requirements/local.txt +++ b/{{cookiecutter.git_project_name}}/config/requirements/local.txt @@ -4,4 +4,4 @@ django-browser-reload==1.17.0 django-debug-toolbar==4.4.6 django-debug-toolbar-template-profiler==2.1.0 -pre-commit==3.7.1 +pre-commit==4.0.1