From 53cd87d33b25e72ef45a6ac93c5af0c293a342e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 15:25:34 +0000 Subject: [PATCH] build(deps): update event-tracking requirement in /requirements Updates the requirements on [event-tracking](https://github.com/openedx/event-tracking) to permit the latest version. - [Release notes](https://github.com/openedx/event-tracking/releases) - [Commits](https://github.com/openedx/event-tracking/compare/0.1.0...v3.0.0) --- updated-dependencies: - dependency-name: event-tracking dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/common_constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/common_constraints.txt b/requirements/common_constraints.txt index c54963e0..dec1b503 100644 --- a/requirements/common_constraints.txt +++ b/requirements/common_constraints.txt @@ -29,7 +29,7 @@ django-simple-history==3.0.0 # We will pin event-tracking to do not break existing installations # This can be unpinned once https://github.com/openedx/edx-platform/issues/34586 # has been resolved and edx-platform is running with pymongo>=4.4.0 -event-tracking<2.4.1 +event-tracking<3.0.1 # Cause: https://github.com/openedx/edx-lint/issues/458 # This can be unpinned once https://github.com/openedx/edx-lint/issues/459 has been resolved.