-
Notifications
You must be signed in to change notification settings - Fork 0
build(deps): Bump the all-django-dependencies group across 1 directory with 18 updates #29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
dependabot
wants to merge
1
commit into
main
Choose a base branch
from
dependabot/pip/main/all-django-dependencies-bcd0d24be5
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
build(deps): Bump the all-django-dependencies group across 1 directory with 18 updates #29
dependabot
wants to merge
1
commit into
main
from
dependabot/pip/main/all-django-dependencies-bcd0d24be5
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…y with 18 updates Bumps the all-django-dependencies group with 18 updates in the / directory: | Package | From | To | | --- | --- | --- | | [python-dotenv](https://github.com/theskumar/python-dotenv) | `1.1.0` | `1.1.1` | | [daphne](https://github.com/django/daphne) | `4.1.2` | `4.2.1` | | [whitenoise](https://github.com/evansd/whitenoise) | `6.9.0` | `6.11.0` | | [django](https://github.com/django/django) | `5.1.7` | `5.2.6` | | [django-environ](https://github.com/joke2k/django-environ) | `0.11.2` | `0.12.0` | | [django-allauth](https://github.com/sponsors/pennersr) | `65.5.0` | `65.11.2` | | [django-tailwind](https://github.com/timonweb/django-tailwind) | `3.8.0` | `4.2.0` | | [django-storages](https://github.com/jschneier/django-storages) | `1.14.5` | `1.14.6` | | [boto3](https://github.com/boto/boto3) | `1.37.19` | `1.40.42` | | [django-unfold](https://github.com/unfoldadmin/django-unfold) | `0.45.0` | `0.67.0` | | [django-simple-history](https://github.com/django-commons/django-simple-history) | `3.8.0` | `3.10.1` | | [requests](https://github.com/psf/requests) | `2.32.3` | `2.32.5` | | [djangorestframework](https://github.com/encode/django-rest-framework) | `3.15.2` | `3.16.1` | | [black](https://github.com/psf/black) | `24.10.0` | `25.9.0` | | [djhtml](https://github.com/rtts/djhtml) | `3.0.7` | `3.0.9` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `4.2.0` | `4.3.0` | | [django-debug-toolbar](https://github.com/django-commons/django-debug-toolbar) | `4.4.6` | `6.0.0` | | [pytest-django](https://github.com/pytest-dev/pytest-django) | `4.10.0` | `4.11.1` | Updates `python-dotenv` from 1.1.0 to 1.1.1 - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](theskumar/python-dotenv@v1.1.0...v1.1.1) Updates `daphne` from 4.1.2 to 4.2.1 - [Changelog](https://github.com/django/daphne/blob/main/CHANGELOG.txt) - [Commits](django/daphne@4.1.2...4.2.1) Updates `whitenoise` from 6.9.0 to 6.11.0 - [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst) - [Commits](evansd/whitenoise@6.9.0...6.11.0) Updates `django` from 5.1.7 to 5.2.6 - [Commits](django/django@5.1.7...5.2.6) Updates `django-environ` from 0.11.2 to 0.12.0 - [Release notes](https://github.com/joke2k/django-environ/releases) - [Changelog](https://github.com/joke2k/django-environ/blob/main/CHANGELOG.rst) - [Commits](joke2k/django-environ@v0.11.2...v0.12.0) Updates `django-allauth` from 65.5.0 to 65.11.2 - [Commits](https://github.com/sponsors/pennersr/commits) Updates `django-tailwind` from 3.8.0 to 4.2.0 - [Changelog](https://github.com/timonweb/django-tailwind/blob/master/CHANGELOG.md) - [Commits](timonweb/django-tailwind@3.8.0...4.2.0) Updates `django-storages` from 1.14.5 to 1.14.6 - [Changelog](https://github.com/jschneier/django-storages/blob/master/CHANGELOG.rst) - [Commits](jschneier/django-storages@1.14.5...1.14.6) Updates `boto3` from 1.37.19 to 1.40.42 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.37.19...1.40.42) Updates `django-unfold` from 0.45.0 to 0.67.0 - [Release notes](https://github.com/unfoldadmin/django-unfold/releases) - [Changelog](https://github.com/unfoldadmin/django-unfold/blob/main/CHANGELOG.md) - [Commits](unfoldadmin/django-unfold@0.45.0...0.67.0) Updates `django-simple-history` from 3.8.0 to 3.10.1 - [Release notes](https://github.com/django-commons/django-simple-history/releases) - [Changelog](https://github.com/django-commons/django-simple-history/blob/master/CHANGES.rst) - [Commits](django-commons/django-simple-history@3.8.0...3.10.1) Updates `requests` from 2.32.3 to 2.32.5 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.32.3...v2.32.5) Updates `djangorestframework` from 3.15.2 to 3.16.1 - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](encode/django-rest-framework@3.15.2...3.16.1) Updates `black` from 24.10.0 to 25.9.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@24.10.0...25.9.0) Updates `djhtml` from 3.0.7 to 3.0.9 - [Release notes](https://github.com/rtts/djhtml/releases) - [Commits](rtts/djhtml@3.0.7...3.0.9) Updates `pre-commit` from 4.2.0 to 4.3.0 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](pre-commit/pre-commit@v4.2.0...v4.3.0) Updates `django-debug-toolbar` from 4.4.6 to 6.0.0 - [Release notes](https://github.com/django-commons/django-debug-toolbar/releases) - [Changelog](https://github.com/django-commons/django-debug-toolbar/blob/main/docs/changes.rst) - [Commits](django-commons/django-debug-toolbar@4.4.6...6.0.0) Updates `pytest-django` from 4.10.0 to 4.11.1 - [Release notes](https://github.com/pytest-dev/pytest-django/releases) - [Changelog](https://github.com/pytest-dev/pytest-django/blob/main/docs/changelog.rst) - [Commits](pytest-dev/pytest-django@v4.10.0...v4.11.1) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-django-dependencies - dependency-name: daphne dependency-version: 4.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-django-dependencies - dependency-name: whitenoise dependency-version: 6.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-django-dependencies - dependency-name: django dependency-version: 5.2.6 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-django-dependencies - dependency-name: django-environ dependency-version: 0.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-django-dependencies - dependency-name: django-allauth dependency-version: 65.11.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-django-dependencies - dependency-name: django-tailwind dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-django-dependencies - dependency-name: django-storages dependency-version: 1.14.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-django-dependencies - dependency-name: boto3 dependency-version: 1.40.42 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-django-dependencies - dependency-name: django-unfold dependency-version: 0.67.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-django-dependencies - dependency-name: django-simple-history dependency-version: 3.10.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-django-dependencies - dependency-name: requests dependency-version: 2.32.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-django-dependencies - dependency-name: djangorestframework dependency-version: 3.16.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-django-dependencies - dependency-name: black dependency-version: 25.9.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all-django-dependencies - dependency-name: djhtml dependency-version: 3.0.9 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-django-dependencies - dependency-name: pre-commit dependency-version: 4.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-django-dependencies - dependency-name: django-debug-toolbar dependency-version: 6.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all-django-dependencies - dependency-name: pytest-django dependency-version: 4.11.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-django-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
python
Pull requests that update python code
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the all-django-dependencies group with 18 updates in the / directory:
1.1.0
1.1.1
4.1.2
4.2.1
6.9.0
6.11.0
5.1.7
5.2.6
0.11.2
0.12.0
65.5.0
65.11.2
3.8.0
4.2.0
1.14.5
1.14.6
1.37.19
1.40.42
0.45.0
0.67.0
3.8.0
3.10.1
2.32.3
2.32.5
3.15.2
3.16.1
24.10.0
25.9.0
3.0.7
3.0.9
4.2.0
4.3.0
4.4.6
6.0.0
4.10.0
4.11.1
Updates
python-dotenv
from 1.1.0 to 1.1.1Release notes
Sourced from python-dotenv's releases.
Changelog
Sourced from python-dotenv's changelog.
Commits
16e660d
Bump version: 1.1.0 → 1.1.1667e82f
update changelog9d85edb
fix(cli): issue with execvpe on Windows (#566)8411987
fix: ensure find_dotenv work reliably on python 3.13 (#563)01f8997
docs updateUpdates
daphne
from 4.1.2 to 4.2.1Changelog
Sourced from daphne's changelog.
Commits
1fb4592
Bumped version and changelog for v4.2.1 release.aa2dee2
Fix twisted plugin installation with new packaging. (#562)1502de0
Remove --nostatic and --insecure args to runserver command if staticfiles app...ce3e7f6
Bumped version and changelog for v4.2 release. (#556)7cb7253
Add non-zero exit code to CLI for startup errors. (#553)b8b4d2a
Added load_asgi_app method to CLI class (#353)80d619d
Add changelog to sdist (#436)beef1c1
Allowed assigning a port in DaphneProcess test helper. (#550)7c93349
[pre-commit.ci] pre-commit autoupdate (#551)630caed
Upgrade project metadata (#542)Updates
whitenoise
from 6.9.0 to 6.11.0Changelog
Sourced from whitenoise's changelog.
Commits
c9c06e9
Version 6.11.0051c4e9
Support Django 6.0 (#665)c903cc1
Version 6.10.0a81bcb0
docs(django): use the stable version in URLs (#626)67b4f32
Support Python 3.14 (#664)da8d333
[pre-commit.ci] pre-commit autoupdate (#663)8000724
Bump the github-actions group with 2 updates (#662)8fb339f
Upgrade dependencies (#661)adf64dd
Use uvx to run tox on GitHub Actions (#660)ad6eb20
[pre-commit.ci] pre-commit autoupdate (#659)Updates
django
from 5.1.7 to 5.2.6Commits
75c4403
[5.2.x] Bumped version for 5.2.6 release.4c044fc
[5.2.x] Fixed CVE-2025-57833 -- Protected FilteredRelation against SQL inject...e87ca3d
[5.2.x] Made cosmetic edits to 5.2.6 release notes.ebec2c9
[5.2.x] Removed unused import in docs/ref/models/expressions.txt example.ace59cb
[5.2.x] Fixed #36431 -- Returned tuples for multi-column ForeignObject in val...16a12a9
[5.2.x] Fixed #35831 -- Documented the model form meta API in model form refe...51753bc
[5.2.x] Added stub release notes and release date for 5.2.6, 5.1.12, and 4.2.24.a486455
[5.2.x] Corrected definition of "needsinfo" triage stage in contributing guide.f8e572e
[5.2.x] Removed reference to flake8 file exclusions.9c9ed6f
[5.2.x] Refs #35530 -- Corrected deprecation message in auth.alogin().Updates
django-environ
from 0.11.2 to 0.12.0Release notes
Sourced from django-environ's releases.
Changelog
Sourced from django-environ's changelog.
Commits
176e812
Merge pull request #545 from joke2k/develop993b36c
Merge branch 'main' into develop00c8203
Update change log8e844ac
Correct code style6abdb86
Add tests for kwarg overriding engine/backend from urlsd92e11b
Update change log60164fd
chore: Prefer Redis default port 63798b70d9f
feat: Redis Pub/Sub8729165
feat: Channels URL support0f2e088
Update change logUpdates
django-allauth
from 65.5.0 to 65.11.2Commits
Updates
django-tailwind
from 3.8.0 to 4.2.0Changelog
Sourced from django-tailwind's changelog.
Commits
c998174
Adds version 4.2.005ab4b8
Adds version 4.2.076ff0a9
Fixes errorcf839d9
Updates Changelog55e6d52
Updates Readme and testsc55084b
Merge branch 'master' of github.com:timonweb/django-tailwind1ddacac
Adds plugin_install; Adds daisyUI support2432534
Update README.mded0dc6d
Update installation.md3c7597a
Merge branch 'master' of github.com:timonweb/django-tailwindUpdates
django-storages
from 1.14.5 to 1.14.6Changelog
Sourced from django-storages's changelog.
Commits
3658c3d
Bump version for release (#1497)d51b0bf
Release version 1.14.6 (#1496)6ef553d
[s3] Defaulturl_protocol
tohttps:
if set to None (#1483)80031d3
[docs/azure] Fix broken link (#1492)8363be3
[s3] Pass object parameters to head_object inexists
(#1451)aa8a82e
[docs/gcloud] Clean-up querystring auth language (#1489)758ad6f
[gcloud] Add option to sign URLs via IAM Blob API (#1427)03566dc
Add missing CHANGELOG entry for Dropbox fix (#1488)Updates
boto3
from 1.37.19 to 1.40.42Commits
fe09306
Merge branch 'release-1.40.42'd433126
Bumping version to 1.40.421a84d68
Add changelog entries from botocore0d23a56
Merge branch 'release-1.40.41'7032db9
Merge branch 'release-1.40.41' into develop1a13683
Bumping version to 1.40.41ac9649e
Add changelog entries from botocore3515909
Merge branch 'release-1.40.40'e3efe2d
Merge branch 'release-1.40.40' into develop1e46da3
Bumping version to 1.40.40Updates
django-unfold
from 0.45.0 to 0.67.0Release notes
Sourced from django-unfold's releases.
... (truncated)
Changelog
Sourced from django-unfold's changelog.
... (truncated)
Commits
b205f81
0.67.0d6e971c
feat: number slider filter input change event (#1598)360d0e8
[pre-commit.ci] pre-commit autoupdate (#1597)71a2340
feat: card component title action (#1596)9b5e9ec
fix: chart default options (#1594)bd0e6e8
docs: update comments and import in action-form-example.md (#1565)b697510
fix: select2 autocomplete init (#1582)c738d98
feat: progress bar with multiple segments (#1593)29f007b
fix: charts colors (#1592)dfab25c
feat: readonly file/image fields (#1591)Updates
django-simple-history
from 3.8.0 to 3.10.1Release notes
Sourced from django-simple-history's releases.
Changelog
Sourced from django-simple-history's changelog.
Commits
dc56984
Fixed changed log syntax to support PyPI packaging. (#1499)58dbb06
Prepare for release 3.10.0 (#1498)bc9909f
Switch repo to Django Commons (#1429)9fb7c5c
Bump codecov/codecov-action from 3 to 5 (#1425)7d6b50b
Bump coverage from 7.8.0 to 7.9.0 in /requirements (#1495)8bb6175
[pre-commit.ci] pre-commit autoupdate (#1482)010928f
Bump tox from 4.25.0 to 4.26.0 in /requirements (#1485)5721e31
Bump psycopg[binary] from 3.2.6 to 3.2.9 in /requirements (#1484)8101497
Bump flake8 from 7.1.2 to 7.2.0 in /requirements (#1474)626ece4
Bump coverage from 7.6.12 to 7.8.0 in /requirements (#1473)Updates
requests
from 2.32.3 to 2.32.5Release notes
Sourced from requests's releases.
Changelog
Sourced from requests's changelog.
Commits
b25c87d
v2.32.5131e506
Merge pull request #7010 from psf/dependabot/github_actions/actions/checkout-...b336cb2
Bump actions/checkout from 4.2.0 to 5.0.046e939b
Update publish workflow to useartifact-id
instead ofname
4b9c546
Merge pull request #6999 from psf/dependabot/github_actions/step-security/har...7618dbe
Bump step-security/harden-runner from 2.12.0 to 2.13.02edca11
Add support for Python 3.14 and drop support for Python 3.8 (#6993)fec96cd
Update Makefile rules (#6996)d58d8aa
docs: clarify timeout parameter uses seconds in Session.request (#6994)91a3eab
Bump github/codeql-action from 3.28.5 to 3.29.0Updates
djangorestframework
from 3.15.2 to 3.16.1Release notes
Sourced from djangorestframework's releases.