chore(deps): Bump the dependencies group with 7 updates#280
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): Bump the dependencies group with 7 updates#280dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps the dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [gunicorn](https://github.com/benoitc/gunicorn) | `25.0.1` | `25.1.0` | | [dj-database-url](https://github.com/jazzband/dj-database-url) | `3.1.0` | `3.1.2` | | [django](https://github.com/django/django) | `6.0.1` | `6.0.2` | | [django-environ](https://github.com/joke2k/django-environ) | `0.12.0` | `0.13.0` | | [pytest-django](https://github.com/pytest-dev/pytest-django) | `4.11.1` | `4.12.0` | | [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.51.0` | `2.53.0` | | [whitenoise](https://github.com/evansd/whitenoise) | `6.11.0` | `6.12.0` | Updates `gunicorn` from 25.0.1 to 25.1.0 - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](benoitc/gunicorn@25.0.1...25.1.0) Updates `dj-database-url` from 3.1.0 to 3.1.2 - [Release notes](https://github.com/jazzband/dj-database-url/releases) - [Changelog](https://github.com/jazzband/dj-database-url/blob/master/CHANGELOG.md) - [Commits](jazzband/dj-database-url@v3.1.0...v3.1.2) Updates `django` from 6.0.1 to 6.0.2 - [Commits](django/django@6.0.1...6.0.2) Updates `django-environ` from 0.12.0 to 0.13.0 - [Release notes](https://github.com/joke2k/django-environ/releases) - [Changelog](https://github.com/joke2k/django-environ/blob/develop/CHANGELOG.rst) - [Commits](joke2k/django-environ@v0.12.0...v0.13.0) Updates `pytest-django` from 4.11.1 to 4.12.0 - [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.11.1...v4.12.0) Updates `sentry-sdk` from 2.51.0 to 2.53.0 - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](getsentry/sentry-python@2.51.0...2.53.0) Updates `whitenoise` from 6.11.0 to 6.12.0 - [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst) - [Commits](evansd/whitenoise@6.11.0...6.12.0) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 25.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: dj-database-url dependency-version: 3.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: django dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: django-environ dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: pytest-django dependency-version: 4.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: sentry-sdk dependency-version: 2.53.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: whitenoise dependency-version: 6.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 dependencies group with 7 updates:
25.0.125.1.03.1.03.1.26.0.16.0.20.12.00.13.04.11.14.12.02.51.02.53.06.11.06.12.0Updates
gunicornfrom 25.0.1 to 25.1.0Release notes
Sourced from gunicorn's releases.
... (truncated)
Commits
2d43101docs: merge gunicornc into 25.1.0 releasebf4ad8ddocs: update 25.1.0 release date to 2026-02-13730350eMerge pull request #3505 from benoitc/feature/gunicornc-control-interface63df19bfix(tests): use process groups for reliable signal handling in PyPycd77bccfix(tests): increase wait time for all server tests02ea985fix(tests): improve server test reliability on FreeBSD6d81c9efix: resolve pylint warnings7486baafix: remove unused imports3e60d29docs: add gunicornc control interface guidee05e40dfeat(ctl): add message-based dirty worker managementUpdates
dj-database-urlfrom 3.1.0 to 3.1.2Release notes
Sourced from dj-database-url's releases.
Changelog
Sourced from dj-database-url's changelog.
Commits
e77149f[pre-commit.ci] pre-commit autoupdate (#297)6beffe6Fix a regression in adding tests/ dir to source packagef9c3130Bump wheel from 0.45.1 to 0.46.2 (#296)5337838Bump urllib3 from 2.6.2 to 2.6.3 (#295)6fc3664Bump django from 5.2.9 to 5.2.11 (#294)19805c9Bump cryptography from 46.0.3 to 46.0.5 (#293)1b102cdUpdate project URLs in pyproject.tomle41afda[pre-commit.ci] pre-commit autoupdate (#291)dba6077Update .pre-commit-config.yaml to use pinned version numbers. (#289)e6f4cccAdd pytest to dependenciesUpdates
djangofrom 6.0.1 to 6.0.2Commits
ba00558[6.0.x] Bumped version for 6.0.2 release.259dff0[6.0.x] Refs CVE-2026-1312 -- Raised ValueError when FilteredRelation aliases...15e70cb[6.0.x] Fixed CVE-2026-1312 -- Protected order_by() from SQL injection via al...0c0f5c2[6.0.x] Fixed CVE-2026-1287 -- Protected against SQL injection in column alia...4b86ba5[6.0.x] Fixed CVE-2026-1285 -- Mitigated potential DoS in django.utils.text.T...8f77e73[6.0.x] Fixed CVE-2026-1207 -- Prevented SQL injections in RasterField lookup...972dbdd[6.0.x] Fixed CVE-2025-14550 -- Optimized repeated header parsing in ASGI req...d72cc3b[6.0.x] Fixed CVE-2025-13473 -- Standardized timing of check_password() in mo...d64ef24[6.0.x] Refs #36788 -- Added missing CSS selector for fieldsets in the admin.f9bfb52[6.0.x] Fixed #36788 -- Fixed horizontal form field alignment under <fieldset...Updates
django-environfrom 0.12.0 to 0.13.0Release notes
Sourced from django-environ's releases.
Changelog
Sourced from django-environ's changelog.
Commits
00746d0docs: add Django 5.2 and 6.0 support to READMEd1f1159Release 0.13.0d82e361Add optional warnings when defaults are used (#582)a78f7c8Fixed some typos in the FAQ page (#445)24b299eFeature/add choice parameter and raise an exception if fetched value is not w...c441413Add django-prometheus database backends to DB_SCHEMES (#559)98a0aadFix lint issues in environ type hintsf4e77e4feat(cache): add valkey and valkeys as allowed schemes (#554)dd4d308Add type hints (#546)3137c4fSupport lower case options for Django Redis cache backend (#550)Updates
pytest-djangofrom 4.11.1 to 4.12.0Changelog
Sourced from pytest-django's changelog.
Commits
a2a9495Release 4.12.0020bc23tests: make sure access to default can also be blockedbcefbe8Add support for isolating apps in tests39c8dccplugin: add a note why we reorder tests1830acdpyproject.toml: require pytest 9 for self tests, switch to native toml config...f19da08Fix the order of the test cases that use the live_server fixture92858eedocs: add pytest 9.0+ native TOML configuration format3f550d9build(deps): bump hynek/build-and-inspect-python-package1f50dd2Drop obsolete traces of Django 5.0 in CI247ec1cFixPytestCollectionWarningforTestRunnerclass (#1259)Updates
sentry-sdkfrom 2.51.0 to 2.53.0Release notes
Sourced from sentry-sdk's releases.
... (truncated)
Changelog
Sourced from sentry-sdk's changelog.
... (truncated)
Commits
f75a9acUpdate CHANGELOG.mdb700fa8Update CHANGELOG.md45379e2release: 2.53.04d8faf3test(openai-agents): New tool field and library error log (#5454)d3e2c88fix(openai-agents): Patchexecute_final_output()functions following librar...f71a604fix(openai-agents): Patchexecute_handoffs()functions following library re...bea608cfix(openai-agents): Patchrun_single_turn_streamed()functions following li...14e3e0afix(openai-agents): Patchrun_single_turn()functions following library ref...a5c2906fix(openai-agents): Patch models functions following library refactor (#5449)f78df7cci: Use fixed clickhouse action, remove aws-sam-cli dependency (#5457)Updates
whitenoisefrom 6.11.0 to 6.12.0Changelog
Sourced from whitenoise's changelog.
Commits
1e3a30bVersion 6.12.0bc4c738Merge pull request #684 from evansd/use-commonpath505ed8dUseos.path.commonpath()to identify child pathsb6d8ed4Upgrade dependencies (#683)edc79de[pre-commit.ci] pre-commit autoupdate (#682)79fb2f1Bump the github-actions group with 2 updates (#680)2b245df[pre-commit.ci] pre-commit autoupdate (#681)dcb50f3Upgrade dependencies (#678)1c4a746[pre-commit.ci] pre-commit autoupdate (#677)e7f970aBump actions/checkout from 5 to 6 in the github-actions group (#676)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions