Skip to content

Commit aed66cb

Browse files
⬆️(project) upgrade python dependencies
| datasource | package | from | to | | ---------- | -------------- | ------- | ------ | | pypi | bandit | 1.7.10 | 1.8.6 | | pypi | black | 24.10.0 | 25.9.0 | | pypi | check-manifest | 0.50 | 0.51 | | pypi | cryptography | 43.0.3 | 46.0.3 | | pypi | factory-boy | 3.3.1 | 3.3.3 | | pypi | flake8 | 7.1.1 | 7.3.0 | | pypi | ipython | 8.28.0 | 9.6.0 | | pypi | isort | 5.13.2 | 7.0.0 | | pypi | pyopenssl | 24.2.1 | 25.3.0 | | pypi | pycodestyle | 2.12.1 | 2.14.0 | | pypi | pylint | 3.3.1 | 4.0.2 | | pypi | pytest | 8.2.0 | 8.4.2 | | pypi | pytest-cov | 5.0.0 | 7.0.0 | | pypi | pytest-django | 4.9.0 | 4.11.1 | | pypi | pytest-mock | 3.14.0 | 3.15.1 | | pypi | redis | 5.3.1 | 7.0.1 | | pypi | signxml | 4.0.2 | 4.2.0 | | pypi | uvicorn | 0.32.0 | 0.38.0 | | pypi | websockets | 13.1 | 15.0.1 | | pypi | wheel | 0.44.0 | 0.45.1 | | pypi | whitenoise | 6.7.0 | 6.11.0 |
1 parent 43a8d34 commit aed66cb

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

setup.cfg

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ install_requires =
3535
python-socketio>=5,<6
3636
django-storages>=1,<2
3737
boto3>=1.9,<2
38-
websockets>=13,<14
39-
redis>=5.0.0,<6
38+
websockets>=15,<16
39+
redis>=7.0.1,<8
4040

4141
include_package_data = true
4242
packages = find:
@@ -52,29 +52,29 @@ exclude =
5252

5353
[options.extras_require]
5454
dev =
55-
bandit==1.7.10
56-
black==24.10.0
57-
check-manifest==0.50
58-
cryptography==43.0.3
59-
flake8==7.1.1
55+
bandit==1.8.6
56+
black==25.9.0
57+
check-manifest==0.51
58+
cryptography==46.0.3
59+
flake8==7.3.0
6060
httpretty==1.1.4
61-
ipython==8.28.0
62-
isort==5.13.2
63-
pycodestyle==2.12.1
64-
pylint==3.3.1
61+
ipython==9.6.0
62+
isort==7.0.0
63+
pycodestyle==2.14.0
64+
pylint==4.0.2
6565
pylint-pytest==1.1.8
66-
pyOpenSSL==24.2.1
67-
pytest==8.2.0
68-
pytest-cov==5.0.0
69-
pytest-django==4.9.0
70-
pytest-mock==3.14.0
71-
signxml==4.0.2
66+
pyOpenSSL==25.3.0
67+
pytest==8.4.2
68+
pytest-cov==7.0.0
69+
pytest-django==4.11.1
70+
pytest-mock==3.15.1
71+
signxml==4.2.0
7272
tox
73-
wheel==0.44.0
73+
wheel==0.45.1
7474
django-configurations==2.5.1
75-
uvicorn==0.32.0
76-
factory_boy==3.3.1
77-
whitenoise==6.7.0
75+
uvicorn==0.38.0
76+
factory_boy==3.3.3
77+
whitenoise==6.11.0
7878

7979
[bdist_wheel]
8080
universal = 1

0 commit comments

Comments
 (0)