From f9cfecbf3e7f06425a4ed2e2a4d7320e85726ee5 Mon Sep 17 00:00:00 2001 From: Markku Riekkinen Date: Fri, 17 Jun 2022 19:34:04 +0300 Subject: [PATCH] Update the requests package and some other dependencies These updates are minor and do not require any code changes. Huey and redis are not updated in this commit since they may require more changes. --- requirements.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index 50bcbaf..adcafc8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,10 @@ -Django ~= 3.2.12 -git+https://github.com/apluslms/django-essentials.git@1.4.0#egg=django-essentials==1.4.0 -requests ~= 2.25.1 -PyYAML ~= 5.4.1 +Django ~= 3.2.13 +git+https://github.com/apluslms/django-essentials.git@1.5.0#egg=django-essentials==1.5.0 +requests >= 2.28.0, < 3 +PyYAML ~= 6.0.0 docutils ~= 0.17.1 huey ~= 2.3.2 redis ~= 3.5.3 -pydantic ~= 1.8.2 -aplus-auth ~= 0.2.0 +pydantic ~= 1.9.1 +aplus-auth ~= 0.2.2 requests-toolbelt ~= 0.9.1