From cbc2c84aae94a61e629303549751d1d59b086b43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Apr 2025 16:45:08 +0000 Subject: [PATCH] Update edtf requirement from <=3.0.0 to <=5.0.0 Updates the requirements on [edtf](https://github.com/ixc/python-edtf) to permit the latest version. - [Changelog](https://github.com/ixc/python-edtf/blob/main/changelog.rst) - [Commits](https://github.com/ixc/python-edtf/commits) --- updated-dependencies: - dependency-name: edtf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 15106b39..2e115ca4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -94,7 +94,7 @@ pylti==0.7.0 django-lti-provider==1.0.0 pyparsing<2.3.1 -edtf<=3.0.0 +edtf<=5.0.0 pbr==6.1.0 # bandit pyyaml==6.0.1 # bandit