From 7f3ba2c48c73b2c2df30f234105ace1a23934de1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 14:44:13 +0000 Subject: [PATCH 1/3] Bump django from 4.2.15 to 4.2.16 Bumps [django](https://github.com/django/django) from 4.2.15 to 4.2.16. - [Commits](https://github.com/django/django/compare/4.2.15...4.2.16) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 258d0c208..12202b0a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "django-jinja==2.10.2", "django-querycount==0.8.3", "django-redis==5.4.0", - "django==4.2.15", + "django==4.2.16", "elasticsearch-dsl==7.4.1", "elasticsearch==7.17.9", "feedparser==6.0.11", diff --git a/requirements.in b/requirements.in index bd460b60c..f4a5d7a25 100644 --- a/requirements.in +++ b/requirements.in @@ -3,7 +3,7 @@ # pip-compile --generate-hashes requirements.in # pip install -r requirements.txt -Django==4.2.15 +Django==4.2.16 Jinja2==3.0.3 Markdown==3.7 sorl-thumbnail==12.11.0 From a718ff80c42e8302b040e90c247fe5068a98790d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 15:33:56 +0000 Subject: [PATCH 2/3] Bump django from 4.2.15 to 4.2.16 Bumps [django](https://github.com/django/django) from 4.2.15 to 4.2.16. - [Commits](https://github.com/django/django/compare/4.2.15...4.2.16) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 258d0c208..12202b0a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "django-jinja==2.10.2", "django-querycount==0.8.3", "django-redis==5.4.0", - "django==4.2.15", + "django==4.2.16", "elasticsearch-dsl==7.4.1", "elasticsearch==7.17.9", "feedparser==6.0.11", diff --git a/requirements.in b/requirements.in index bd460b60c..f4a5d7a25 100644 --- a/requirements.in +++ b/requirements.in @@ -3,7 +3,7 @@ # pip-compile --generate-hashes requirements.in # pip install -r requirements.txt -Django==4.2.15 +Django==4.2.16 Jinja2==3.0.3 Markdown==3.7 sorl-thumbnail==12.11.0 From 687b473e7b9ff621c01236a0fbc3161d07506df5 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 22 Oct 2024 11:39:14 -0400 Subject: [PATCH 3/3] update lock --- uv.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/uv.lock b/uv.lock index 548b428a3..e0527c288 100644 --- a/uv.lock +++ b/uv.lock @@ -311,16 +311,16 @@ wheels = [ [[package]] name = "django" -version = "4.2.15" +version = "4.2.16" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "asgiref" }, { name = "sqlparse" }, { name = "tzdata", marker = "sys_platform == 'win32'" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/01/1e/d6306fb0a4f44ed9d12430953786747d609c85258c74c545fdc2b37f5a83/Django-4.2.15.tar.gz", hash = "sha256:c77f926b81129493961e19c0e02188f8d07c112a1162df69bfab178ae447f94a", size = 10418066 } +sdist = { url = "https://files.pythonhosted.org/packages/65/d8/a607ee443b54a4db4ad28902328b906ae6218aa556fb9b3ac45c0bcb313d/Django-4.2.16.tar.gz", hash = "sha256:6f1616c2786c408ce86ab7e10f792b8f15742f7b7b7460243929cb371e7f1dad", size = 10436023 } wheels = [ - { url = "https://files.pythonhosted.org/packages/0e/77/86af525feb6a9951d2bc96371ae3652f11bb35933b21966abc594f777956/Django-4.2.15-py3-none-any.whl", hash = "sha256:61ee4a130efb8c451ef3467c67ca99fdce400fedd768634efc86a68c18d80d30", size = 7992797 }, + { url = "https://files.pythonhosted.org/packages/94/2c/6b6c7e493d5ea789416918658ebfa16be7a64c77610307497ed09a93c8c4/Django-4.2.16-py3-none-any.whl", hash = "sha256:1ddc333a16fc139fd253035a1606bb24261951bbc3a6ca256717fa06cc41a898", size = 7992936 }, ] [[package]] @@ -404,7 +404,7 @@ requires-dist = [ { name = "cssselect", specifier = "==1.2.0" }, { name = "delegator-py", specifier = "==0.1.1" }, { name = "dj-database-url", specifier = "==2.2.0" }, - { name = "django", specifier = "==4.2.15" }, + { name = "django", specifier = "==4.2.16" }, { name = "django-jinja", specifier = "==2.10.2" }, { name = "django-querycount", specifier = "==0.8.3" }, { name = "django-redis", specifier = "==5.4.0" },