From aa044f2aad2b67fd6c49d0d3d26384d1fbcae04c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 05:09:26 +0000 Subject: [PATCH] core: bump django-pglock from 1.6.2 to 1.7.0 Bumps [django-pglock](https://github.com/Opus10/django-pglock) from 1.6.2 to 1.7.0. - [Release notes](https://github.com/Opus10/django-pglock/releases) - [Changelog](https://github.com/Opus10/django-pglock/blob/main/CHANGELOG.md) - [Commits](https://github.com/Opus10/django-pglock/compare/1.6.2...1.7.0) --- updated-dependencies: - dependency-name: django-pglock dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1692261527a8..b966955c88d0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1320,13 +1320,13 @@ django = ">=3" [[package]] name = "django-pglock" -version = "1.6.2" +version = "1.7.0" description = "Postgres locking routines and lock table access." optional = false -python-versions = "<4,>=3.8.0" +python-versions = "<4,>=3.9.0" files = [ - {file = "django_pglock-1.6.2-py3-none-any.whl", hash = "sha256:abdb92531bf8cb36471dc9eb33ed163b06bd3323140d132ed4f308b9e5505f50"}, - {file = "django_pglock-1.6.2.tar.gz", hash = "sha256:05db998cab21556d4a307eac4b5db8e50f874f42b1a581560b3c54610fee6a1b"}, + {file = "django_pglock-1.7.0-py3-none-any.whl", hash = "sha256:4e28fa19cae96f072f3b74a368519442c5413b1ce72f75f816b77dd567d456df"}, + {file = "django_pglock-1.7.0.tar.gz", hash = "sha256:180da6d3067b1dcb46b5e37745ee32fe0d8d5976c53bc8912dcf2a46e5000b6a"}, ] [package.dependencies]