From 285385d5e20c6f186c829a5b8c091ee192e456e0 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 22 Apr 2022 10:21:45 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=E2=AC=86=EF=B8=8F(dependencies)=20update?= =?UTF-8?q?=20python=20dependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/setup.cfg b/setup.cfg index 7b0d85e4..e5b37754 100644 --- a/setup.cfg +++ b/setup.cfg @@ -22,14 +22,14 @@ classifiers = [options] include_package_data = True install_requires = - boto3==1.16.47 - Django==3.2.4 - django-storages==1.11.1 - django-haystack==3.0 - django-lti-toolbox==1.0.0 - django-machina==1.1.4 - draftjs_exporter==4.1.2 - djangorestframework==3.12.4 + boto3==1.21.45 + Django==4.0.4 + django-storages==1.12.3 + django-haystack==3.1.1 + django-lti-toolbox==1.0.1 + django-machina==1.1.6 + draftjs_exporter==5.0.0 + djangorestframework==3.13.1 elasticsearch>=5.0.0,<6.0.0 # pyup: >=5.0.0,<6.0.0 logging-ldp==0.0.6 oauthlib>=3.0.0 @@ -41,31 +41,31 @@ zip_safe = True [options.extras_require] dev = - bandit==1.7.0 + bandit==1.7.4 black==22.3.0 flake8==4.0.1 ipdb==0.13.9 ipython==8.2.0 isort==5.10.1 - mypy==0.902 - pyfakefs==4.5.0 + mypy==0.942 + pyfakefs==4.5.6 pylint-django==2.5.3 - pylint==2.12.2 - pytest-cov==2.12.1 - pytest-django==4.4.0 + pylint==2.13.7 + pytest-cov==3.0.0 + pytest-django==4.5.2 pytest==7.1.1 - lxml==4.6.3 + lxml==4.8.0 cssselect==1.1.0 ci = - twine==3.4.1 + twine==4.0.0 sandbox = - django-configurations==2.2 - dockerflow==2020.10.0 - factory_boy==3.2.0 + django-configurations==2.3.2 + dockerflow==2022.1.0 + factory_boy==3.2.1 gunicorn==20.1.0 - psycopg2-binary==2.8.6 - sentry-sdk==1.1.0 + psycopg2-binary==2.9.3 + sentry-sdk==1.5.10 [options.packages.find] where = src From 4ea7cbc29de985aacbdb7de806fde08a6c0f1e54 Mon Sep 17 00:00:00 2001 From: carofun Date: Fri, 22 Apr 2022 12:32:11 +0200 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=93=8C(back)=20pin=20django=20to=20ve?= =?UTF-8?q?rsion=203.2.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit django-machina is only compatible with django up to version 3.2, so infortunately we can't use django 4. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index e5b37754..83028994 100644 --- a/setup.cfg +++ b/setup.cfg @@ -23,7 +23,7 @@ classifiers = include_package_data = True install_requires = boto3==1.21.45 - Django==4.0.4 + Django==3.2.4 django-storages==1.12.3 django-haystack==3.1.1 django-lti-toolbox==1.0.1