From f30d4d1e4f9a2b7b7a3f9b7c755797b881dbca73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Mar 2024 14:02:52 +0000 Subject: [PATCH 1/4] Bump djangorestframework from 3.14.0 to 3.15.0 (#1188) Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.14.0 to 3.15.0. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.14.0...3.15.0) --- updated-dependencies: - dependency-name: djangorestframework dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3f509a8f..a84308d2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ django-celery-beat==2.6.0 django-celery-results==2.5.1 django-model-utils==4.4.0 django-redis==5.4.0 -djangorestframework==3.14.0 +djangorestframework==3.15.0 channels==4.0.0 channels-redis==4.2.0 celery==5.3.6 From 6eb86ea85cb511dc8f1f26cd2f81b39933cba31f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Mar 2024 14:03:09 +0000 Subject: [PATCH 2/4] Bump coverage from 7.4.3 to 7.4.4 (#1189) Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.4.3 to 7.4.4. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.4.3...7.4.4) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index e9124e9b..1dff5b4d 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,4 +1,4 @@ -coverage==7.4.3 +coverage==7.4.4 ruff==0.3.0 drf-openapi-tester==2.3.3 pre-commit==3.6.2 \ No newline at end of file From fa92027a94e37ef558f3b1049979c20f7130efd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Mar 2024 14:03:18 +0000 Subject: [PATCH 3/4] Bump googleapis-common-protos from 1.62.0 to 1.63.0 (#1186) Bumps [googleapis-common-protos](https://github.com/googleapis/python-api-common-protos) from 1.62.0 to 1.63.0. - [Release notes](https://github.com/googleapis/python-api-common-protos/releases) - [Changelog](https://github.com/googleapis/python-api-common-protos/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/python-api-common-protos/compare/v1.62.0...v1.63.0) --- updated-dependencies: - dependency-name: googleapis-common-protos dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a84308d2..7f6728d8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ channels==4.0.0 channels-redis==4.2.0 celery==5.3.6 grpcio==1.62.0 -googleapis-common-protos==1.62.0 +googleapis-common-protos==1.63.0 grpcio-tools==1.62.0 numpy==1.26.0 Pillow==10.1.0 From 459f59c7863b2f7916d4159cc34b0b132eca8f7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Mar 2024 14:05:19 +0000 Subject: [PATCH 4/4] Bump ruff from 0.3.0 to 0.3.3 (#1187) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.3.0 to 0.3.3. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.3.0...v0.3.3) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 1dff5b4d..fff68a22 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,4 +1,4 @@ coverage==7.4.4 -ruff==0.3.0 +ruff==0.3.3 drf-openapi-tester==2.3.3 pre-commit==3.6.2 \ No newline at end of file