diff options
author | 2025-07-30 05:33:19 +0000 | |
---|---|---|
committer | 2025-07-30 05:33:19 +0000 | |
commit | 5e47b1d7779aa03a9775cc8e9fb08d9e33c3d740 (patch) | |
tree | 55a8b7e8f90e1e9c5081d8290f22f8a5fe1f9a2e /pyproject.toml | |
parent | Update tarfile.extractall usage to be safer (diff) |
Bump django-simple-bulma from 2.6.0 to 3.0.0dependabot/uv/django-simple-bulma-3.0.0
Bumps [django-simple-bulma](https://github.com/python-discord/django-simple-bulma) from 2.6.0 to 3.0.0.
- [Release notes](https://github.com/python-discord/django-simple-bulma/releases)
- [Changelog](https://github.com/lemonsaurus/django-simple-bulma/blob/main/RELEASE.md)
- [Commits](https://github.com/python-discord/django-simple-bulma/compare/v2.6.0...v3.0.0)
---
updated-dependencies:
- dependency-name: django-simple-bulma
dependency-version: 3.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index baeaeefd..c99e0e40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ "django-environ==0.12.0", "django-filter==25.1", "django-prometheus==2.4.1", - "django-simple-bulma==2.6.0", + "django-simple-bulma==3.0.0", "djangorestframework==3.16.0", "gunicorn==23.0.0", "httpx==0.28.1", |