From 49b29201358597eef2c4ee90c8b17613e0000097 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 May 2023 22:54:56 +0000 Subject: [PATCH] Bump django from 4.1.8 to 4.1.9 Bumps [django](https://github.com/django/django) from 4.1.8 to 4.1.9. - [Commits](https://github.com/django/django/compare/4.1.8...4.1.9) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index fe8d6c5..ec00685 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.4.0 and should not be changed by hand. +# This file is automatically @generated by Poetry and should not be changed by hand. [[package]] name = "asgiref" @@ -255,14 +255,14 @@ files = [ [[package]] name = "django" -version = "4.1.8" +version = "4.1.9" description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design." category = "main" optional = false python-versions = ">=3.8" files = [ - {file = "Django-4.1.8-py3-none-any.whl", hash = "sha256:dba9dd0bf8b748aa9c98d6c679f8b1c0bfa43124844bea9425ad9ba0cd5e65c3"}, - {file = "Django-4.1.8.tar.gz", hash = "sha256:43253f4b4a2c3a1694cd52d3517847271934c84dbd060ca0e82a9f90e569dab3"}, + {file = "Django-4.1.9-py3-none-any.whl", hash = "sha256:adae3a952fd86800094ae6f64aa558572e8b4ba8dfe21f0ed8175147e75a72a1"}, + {file = "Django-4.1.9.tar.gz", hash = "sha256:e9f074a84930662104871bfcea55c3c180c50a0a47739db82435deae6cbaf032"}, ] [package.dependencies] @@ -985,4 +985,4 @@ brotli = ["Brotli"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "4c8bef207c564642489cd42a50d0006d78be516b1e87dbf35c217f058c4a6b3c" +content-hash = "a3d5f476c47d4101d9395805d75f4e53701794b90ead7acd95d5afb8236be704" diff --git a/pyproject.toml b/pyproject.toml index 77f8be7..9af5c49 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.10" -django = "^4.1.5" +django = "^4.1.9" python-dotenv = "^0.21.0" django-filter = "^22.1" django-bootstrap-v5 = "^1.0.11"