From 34bd5b48529a42295fafa548f5d2103babb04bed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 15:05:08 +0000 Subject: [PATCH] Bump django-q from 1.3.6 to 1.3.9 Bumps [django-q](https://github.com/koed00/django-q) from 1.3.6 to 1.3.9. - [Release notes](https://github.com/koed00/django-q/releases) - [Changelog](https://github.com/Koed00/django-q/blob/master/CHANGELOG.md) - [Commits](https://github.com/koed00/django-q/compare/v1.3.6...v1.3.9) --- updated-dependencies: - dependency-name: django-q dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Pipfile.lock | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index 09fee02..2426239 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -241,6 +241,7 @@ "sha256:b1260ed381b10a11753c73444408e19869f3241fc45c985cd55a30177c789d13" ], "index": "pypi", + "markers": "python_version >= '3.8'", "version": "==4.2.10" }, "django-celery-beat": { @@ -285,11 +286,12 @@ }, "django-q": { "hashes": [ - "sha256:61ff587f268324b364c9aaeee92432e2c381d4480481ce8fc18a390ad357014a", - "sha256:901213e5515c6fbea63d2c57ee9e48f1012df1e958c515d2ba206118d829a3bd" + "sha256:1b74ce3a8931990b136903e3a7bc9b07243282a2b5355117246f05ed5d076e68", + "sha256:5c6b4d530aa3aabf9c6aa57376da1ca2abf89a1562b77038b7a04e52a4a0a91b" ], "index": "pypi", - "version": "==1.3.6" + "markers": "python_version < '4' and python_full_version >= '3.6.2'", + "version": "==1.3.9" }, "django-timezone-field": { "hashes": [ @@ -493,15 +495,16 @@ "sha256:0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86", "sha256:961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9" ], - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'", + "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'", "version": "==2.8.2" }, "redis": { "hashes": [ - "sha256:8e83465ce69eb7b86b96d4e793ad1a8888d368815e47f1f6081d2d65d655a89c", - "sha256:e5386f40168f16e4b136aa03a74cb13bccfb042280fd443f81482fc10548aae6" + "sha256:0e7e0cfca8660dea8b7d5cd8c4f6c5e29e11f31158c0b0ae91a397f00e5a05a2", + "sha256:432b788c4530cfe16d8d943a09d40ca6c16149727e4afe8c2c9d5580c59d9f24" ], - "version": "==5.1.0b3" + "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'", + "version": "==3.5.3" }, "requests": { "hashes": [ @@ -532,7 +535,7 @@ "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926", "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254" ], - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'", + "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'", "version": "==1.16.0" }, "sqlparse": {