From a3a33c8bc7e3b989b57a225dfced519abd5d12cd Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 10 Jun 2021 15:31:31 +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 | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/setup.cfg b/setup.cfg index 0dc28c6f..e674740e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -22,12 +22,12 @@ classifiers = [options] include_package_data = True install_requires = - Django==3.2 + Django==3.2.4 django-haystack==3.0 django-lti-toolbox==1.0.0 django-machina==1.1.4 draftjs_exporter==4.1.2 - djangorestframework==3.12.2 + djangorestframework==3.12.4 elasticsearch>=5.0.0,<6.0.0 # pyup: >=5.0.0,<6.0.0 oauthlib>=3.0.0 package_dir = @@ -39,17 +39,17 @@ zip_safe = True dev = bandit==1.7.0 black==20.8b1 - flake8==3.9.1 - ipdb==0.13.7 - ipython==7.22.0 + flake8==3.9.2 + ipdb==0.13.9 + ipython==7.24.1 isort==5.8.0 - mypy==0.812 - pyfakefs==4.4.0 - pylint-django==2.4.3 - pylint==2.7.4 - pytest-cov==2.11.1 - pytest-django==4.2.0 - pytest==6.2.3 + mypy==0.902 + pyfakefs==4.5.0 + pylint-django==2.4.4 + pylint==2.8.3 + pytest-cov==2.12.1 + pytest-django==4.4.0 + pytest==6.2.4 lxml==4.6.3 cssselect==1.1.0 @@ -61,7 +61,7 @@ sandbox = factory_boy==3.2.0 gunicorn==20.1.0 psycopg2-binary==2.8.6 - sentry-sdk==1.0.0 + sentry-sdk==1.1.0 [options.packages.find] where = src