From a343848c7b0a4f067a112d5f7acdadd96ed13386 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 13:24:33 +0200 Subject: [PATCH] core: bump django-pglock from 1.6.1 to 1.6.2 (#11389) Bumps [django-pglock](https://github.com/Opus10/django-pglock) from 1.6.1 to 1.6.2. - [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.1...1.6.2) --- updated-dependencies: - dependency-name: django-pglock dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index 33aee15458..27ec218258 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1315,13 +1315,13 @@ django = ">=3" [[package]] name = "django-pglock" -version = "1.6.1" +version = "1.6.2" description = "Postgres locking routines and lock table access." optional = false python-versions = "<4,>=3.8.0" files = [ - {file = "django_pglock-1.6.1-py3-none-any.whl", hash = "sha256:2ba592c4df1d6c8033c80297fb46252c774e347c3087d34279f1a47d07346dc3"}, - {file = "django_pglock-1.6.1.tar.gz", hash = "sha256:01c1592dae0affc7d7710a53a03cf22653d870f362ef7ae84312cb7fa9c2cb5e"}, + {file = "django_pglock-1.6.2-py3-none-any.whl", hash = "sha256:abdb92531bf8cb36471dc9eb33ed163b06bd3323140d132ed4f308b9e5505f50"}, + {file = "django_pglock-1.6.2.tar.gz", hash = "sha256:05db998cab21556d4a307eac4b5db8e50f874f42b1a581560b3c54610fee6a1b"}, ] [package.dependencies]