From 0b4a088459ba5a4de0794ae29d0e9808ad51ec9d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 15 Jun 2022 21:32:52 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F(dependencies)=20update=20pyt?= =?UTF-8?q?hon=20dependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/setup.cfg b/setup.cfg index 3f4b6d5f..a3542f6a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -22,12 +22,12 @@ classifiers = [options] include_package_data = True install_requires = - boto3==1.22.10 - Django>=3.2.4,<4 # pyup: >=3.2.4,<4 + boto3==1.24.10 + Django>=4.0.5,<5 # pyup: >=3.2.4,<4 django-storages==1.12.3 django-haystack==3.2.1 django-lti-toolbox==1.0.1 - django-machina==1.1.6 + django-machina==1.2.0 draftjs_exporter==5.0.0 djangorestframework==3.13.1 elasticsearch>=5.0.0,<6.0.0 # pyup: >=5.0.0,<6.0.0 @@ -45,27 +45,27 @@ dev = black==22.3.0 flake8==4.0.1 ipdb==0.13.9 - ipython==8.3.0 + ipython==8.4.0 isort==5.10.1 - mypy==0.950 + mypy==0.961 pyfakefs==4.5.6 pylint-django==2.5.3 - pylint==2.13.8 + pylint==2.14.2 pytest-cov==3.0.0 pytest-django==4.5.2 pytest==7.1.2 - lxml==4.8.0 + lxml==4.9.0 cssselect==1.1.0 ci = - twine==4.0.0 + twine==4.0.1 sandbox = django-configurations==2.3.2 dockerflow==2022.1.0 factory_boy==3.2.1 gunicorn==20.1.0 psycopg2-binary==2.9.3 - sentry-sdk==1.5.11 + sentry-sdk==1.5.12 [options.packages.find] where = src