Skip to content

Commit

Permalink
⬆️(project) upgrade python dependencies
Browse files Browse the repository at this point in the history
| datasource | package    | from   | to     |
| ---------- | ---------- | ------ | ------ |
| pypi       | bandit     | 1.7.10 | 1.8.0  |
| pypi       | ipython    | 8.28.0 | 8.29.0 |
| pypi       | pytest     | 8.2.0  | 8.3.3  |
| pypi       | pytest-cov | 5.0.0  | 6.0.0  |
| pypi       | signxml    | 4.0.2  | 4.0.3  |
| pypi       | uvicorn    | 0.32.0 | 0.32.1 |
| pypi       | websockets | 13.1   | 14.1   |
| pypi       | wheel      | 0.44.0 | 0.45.1 |
| pypi       | whitenoise | 6.7.0  | 6.8.2  |
  • Loading branch information
renovate[bot] authored Nov 27, 2024
1 parent 43a8d34 commit 05ff8d4
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
flake8==7.1.1
httpretty==1.1.4
ipython==8.28.0
ipython==8.29.0
isort==5.13.2
pycodestyle==2.12.1
pylint==3.3.1
pylint-pytest==1.1.8
pyOpenSSL==24.2.1
pytest==8.2.0
pytest-cov==5.0.0
pytest==8.3.3
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.32.1
factory_boy==3.3.1
whitenoise==6.7.0
whitenoise==6.8.2

[bdist_wheel]
universal = 1
Expand Down

0 comments on commit 05ff8d4

Please sign in to comment.