From 06bef5a131d88809cd16ee0bb9631be27aee8ac6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 18:19:32 +0100 Subject: [PATCH] Bump the dependencies group with 2 updates (#65) Bumps the dependencies group with 2 updates: [django](https://github.com/django/django) and [sqlparse](https://github.com/andialbrecht/sqlparse). Updates `django` from 5.1.2 to 5.1.3 - [Commits](https://github.com/django/django/compare/5.1.2...5.1.3) Updates `sqlparse` from 0.5.1 to 0.5.2 - [Release notes](https://github.com/andialbrecht/sqlparse/releases) - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](https://github.com/andialbrecht/sqlparse/compare/0.5.1...0.5.2) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: sqlparse dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 14 +++++++------- pyproject.toml | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index ad1ba7b..c341962 100644 --- a/poetry.lock +++ b/poetry.lock @@ -295,13 +295,13 @@ dev = ["polib"] [[package]] name = "django" -version = "5.1.2" +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.2-py3-none-any.whl", hash = "sha256:f11aa87ad8d5617171e3f77e1d5d16f004b79a2cf5d2e1d2b97a6a1f8e9ba5ed"}, - {file = "Django-5.1.2.tar.gz", hash = "sha256:bd7376f90c99f96b643722eee676498706c9fd7dc759f55ebfaf2c08ebcdf4f0"}, + {file = "Django-5.1.3-py3-none-any.whl", hash = "sha256:8b38a9a12da3ae00cb0ba72da985ec4b14de6345046b1e174b1fd7254398f818"}, + {file = "Django-5.1.3.tar.gz", hash = "sha256:c0fa0e619c39325a169208caef234f90baa925227032ad3f44842ba14d75234a"}, ] [package.dependencies] @@ -705,13 +705,13 @@ files = [ [[package]] name = "sqlparse" -version = "0.5.1" +version = "0.5.2" description = "A non-validating SQL parser." optional = false python-versions = ">=3.8" files = [ - {file = "sqlparse-0.5.1-py3-none-any.whl", hash = "sha256:773dcbf9a5ab44a090f3441e2180efe2560220203dc2f8c0b0fa141e18b505e4"}, - {file = "sqlparse-0.5.1.tar.gz", hash = "sha256:bb6b4df465655ef332548e24f08e205afc81b9ab86cb1c45657a7ff173a3a00e"}, + {file = "sqlparse-0.5.2-py3-none-any.whl", hash = "sha256:e99bc85c78160918c3e1d9230834ab8d80fc06c59d03f8db2618f65f65dda55e"}, + {file = "sqlparse-0.5.2.tar.gz", hash = "sha256:9e37b35e16d1cc652a2545f0997c1deb23ea28fa1f3eefe609eee3063c3b105f"}, ] [package.extras] @@ -771,4 +771,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "efdb9408c4e251103d1f97dc09bd1e73b5c95ed745bd5b23a103420449028017" +content-hash = "5f331a85c68bc7d2bf8163677afe83548f4e891ba2251b8ac8908560f9762d0d" diff --git a/pyproject.toml b/pyproject.toml index 4552aa9..7810175 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.11" celery = "5.4.0" -django = "5.1.2" +django = "5.1.3" django-celery-beat = "2.7.0" django-hosts = "6.0" djangorestframework = "3.15.2" @@ -18,7 +18,7 @@ pillow = "11.0.0" psycopg2-binary = "2.9.10" pytz = "2024.2" requests = "2.32.3" -sqlparse = "0.5.1" +sqlparse = "0.5.2" [tool.ruff] line-length = 120