From 2ec0a6208757d267bc64363dfd10356d31eebdce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 04:24:04 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F(project)=20upgrade=20python?= =?UTF-8?q?=20dependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ---------- | ------------ | ------ | ------ | | pypi | bandit | 1.7.10 | 1.8.0 | | pypi | cryptography | 43.0.3 | 44.0.0 | | pypi | ipython | 8.28.0 | 8.31.0 | | pypi | pyopenssl | 24.2.1 | 24.3.0 | | pypi | pylint | 3.3.1 | 3.3.3 | | pypi | pytest | 8.2.0 | 8.3.4 | | pypi | pytest-cov | 5.0.0 | 6.0.0 | | pypi | signxml | 4.0.2 | 4.0.3 | | pypi | uvicorn | 0.32.0 | 0.34.0 | | pypi | websockets | 13.1 | 14.1 | | pypi | wheel | 0.44.0 | 0.45.1 | | pypi | whitenoise | 6.7.0 | 6.8.2 | --- setup.cfg | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/setup.cfg b/setup.cfg index 7194499..7322a07 100644 --- a/setup.cfg +++ b/setup.cfg @@ -35,7 +35,7 @@ install_requires = python-socketio>=5,<6 django-storages>=1,<2 boto3>=1.9,<2 - websockets>=13,<14 + websockets>=14,<15 redis>=5.0.0,<6 include_package_data = true @@ -52,29 +52,29 @@ exclude = [options.extras_require] dev = - bandit==1.7.10 + bandit==1.8.0 black==24.10.0 check-manifest==0.50 - cryptography==43.0.3 + cryptography==44.0.0 flake8==7.1.1 httpretty==1.1.4 - ipython==8.28.0 + ipython==8.31.0 isort==5.13.2 pycodestyle==2.12.1 - pylint==3.3.1 + pylint==3.3.3 pylint-pytest==1.1.8 - pyOpenSSL==24.2.1 - pytest==8.2.0 - pytest-cov==5.0.0 + pyOpenSSL==24.3.0 + pytest==8.3.4 + pytest-cov==6.0.0 pytest-django==4.9.0 pytest-mock==3.14.0 - signxml==4.0.2 + signxml==4.0.3 tox - wheel==0.44.0 + wheel==0.45.1 django-configurations==2.5.1 - uvicorn==0.32.0 + uvicorn==0.34.0 factory_boy==3.3.1 - whitenoise==6.7.0 + whitenoise==6.8.2 [bdist_wheel] universal = 1