From 4283cc46e42b0135b3748879bcb60f3cae678565 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 01:01:45 +0000 Subject: [PATCH] chore(deps): Bump django from 5.1.1 to 5.1.3 Bumps [django](https://github.com/django/django) from 5.1.1 to 5.1.3. - [Commits](https://github.com/django/django/compare/5.1.1...5.1.3) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7a0657a18..0ba63d89f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -810,13 +810,13 @@ with-social = ["django-allauth (>=0.56.0,<0.58.0)"] [[package]] name = "django" -version = "5.1.1" +version = "5.1.3" description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design." optional = false python-versions = ">=3.10" files = [ - {file = "Django-5.1.1-py3-none-any.whl", hash = "sha256:71603f27dac22a6533fb38d83072eea9ddb4017fead6f67f2562a40402d61c3f"}, - {file = "Django-5.1.1.tar.gz", hash = "sha256:021ffb7fdab3d2d388bc8c7c2434eb9c1f6f4d09e6119010bbb1694dda286bc2"}, + {file = "Django-5.1.3-py3-none-any.whl", hash = "sha256:8b38a9a12da3ae00cb0ba72da985ec4b14de6345046b1e174b1fd7254398f818"}, + {file = "Django-5.1.3.tar.gz", hash = "sha256:c0fa0e619c39325a169208caef234f90baa925227032ad3f44842ba14d75234a"}, ] [package.dependencies] @@ -4552,4 +4552,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.11.2" -content-hash = "d27bb774baade7df99f8144cabb8d73c0c45840f2fa6358b4c9e93ed94dc35c6" +content-hash = "e1533979160eb39b092d2f3b1faa8151d7806c322f9f71311fcdb9478a591b72" diff --git a/pyproject.toml b/pyproject.toml index 9204ea8fb..03aae34ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ license = "AGPLv3" python = "3.11.2" python-dotenv = "^1.0.1" toml = "^0.10.2" -Django = "^5.1.1" +Django = "^5.1.3" dj-database-url = "^2.3.0" django-allauth = "^0.61.1" beautifulsoup4 = "^4.12.3"