From d80571fc9d6e76d0d0f80baa7032e5827d0fc42f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 May 2024 07:27:36 +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 | 58 +++++++++++++++++++++++++++---------------------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/setup.cfg b/setup.cfg index 206bfb8a..ec043726 100644 --- a/setup.cfg +++ b/setup.cfg @@ -22,16 +22,16 @@ classifiers = [options] include_package_data = True install_requires = - boto3==1.22.10 - Django>=3.2.4,<4 # pyup: >=3.2.4,<4 - django-storages==1.12.3 + boto3==1.34.103 + Django>=5.0.6,<6 # pyup: >=3.2.4,<4 + django-storages==1.14.3 django-haystack==3.2.1 - django-lti-toolbox==1.0.1 - django-machina==1.1.6 + django-lti-toolbox==1.3.0 + django-machina==1.3.1 draftjs_exporter==5.0.0 - djangorestframework==3.13.1 + djangorestframework==3.15.1 elasticsearch>=5.0.0,<6.0.0 # pyup: >=5.0.0,<6.0.0 - logging-ldp==0.0.6 + logging-ldp==0.0.7 oauthlib>=3.0.0 tincan==1.0.0 package_dir = @@ -41,31 +41,31 @@ zip_safe = True [options.extras_require] dev = - bandit==1.7.4 - black==22.3.0 - flake8==4.0.1 - ipdb==0.13.9 - ipython==8.3.0 - isort==5.10.1 - mypy==0.950 - pyfakefs==4.5.6 - pylint-django==2.5.3 - pylint==2.13.8 - pytest-cov==3.0.0 - pytest-django==4.5.2 - pytest==7.1.2 - lxml==4.8.0 - cssselect==1.1.0 + bandit==1.7.8 + black==24.4.2 + flake8==7.0.0 + ipdb==0.13.13 + ipython==8.24.0 + isort==5.13.2 + mypy==1.10.0 + pyfakefs==5.5.0 + pylint-django==2.5.5 + pylint==3.1.0 + pytest-cov==5.0.0 + pytest-django==4.8.0 + pytest==8.2.0 + lxml==5.2.1 + cssselect==1.2.0 ci = - twine==4.0.0 + twine==5.0.0 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 + django-configurations==2.5.1 + dockerflow==2024.4.2 + factory_boy==3.3.0 + gunicorn==22.0.0 + psycopg2-binary==2.9.9 + sentry-sdk==2.1.1 [options.packages.find] where = src