Skip to content

Commit 26024be

Browse files
⬆️(project) upgrade python dependencies
| datasource | package | from | to | | ---------- | ------------ | ------ | ------ | | pypi | bandit | 1.7.10 | 1.8.2 | | pypi | cryptography | 43.0.3 | 44.0.0 | | pypi | ipython | 8.28.0 | 8.31.0 | | pypi | pyopenssl | 24.2.1 | 25.0.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 |
1 parent 43a8d34 commit 26024be

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

setup.cfg

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

4141
include_package_data = true
@@ -52,29 +52,29 @@ exclude =
5252

5353
[options.extras_require]
5454
dev =
55-
bandit==1.7.10
55+
bandit==1.8.2
5656
black==24.10.0
5757
check-manifest==0.50
58-
cryptography==43.0.3
58+
cryptography==44.0.0
5959
flake8==7.1.1
6060
httpretty==1.1.4
61-
ipython==8.28.0
61+
ipython==8.31.0
6262
isort==5.13.2
6363
pycodestyle==2.12.1
64-
pylint==3.3.1
64+
pylint==3.3.3
6565
pylint-pytest==1.1.8
66-
pyOpenSSL==24.2.1
67-
pytest==8.2.0
68-
pytest-cov==5.0.0
66+
pyOpenSSL==25.0.0
67+
pytest==8.3.4
68+
pytest-cov==6.0.0
6969
pytest-django==4.9.0
7070
pytest-mock==3.14.0
71-
signxml==4.0.2
71+
signxml==4.0.3
7272
tox
73-
wheel==0.44.0
73+
wheel==0.45.1
7474
django-configurations==2.5.1
75-
uvicorn==0.32.0
75+
uvicorn==0.34.0
7676
factory_boy==3.3.1
77-
whitenoise==6.7.0
77+
whitenoise==6.8.2
7878

7979
[bdist_wheel]
8080
universal = 1

0 commit comments

Comments
 (0)