Bump the production-dependencies group across 1 directory with 6 updates - #26
Open
dependabot[bot] wants to merge 1 commit into
Open
dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the production-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [bip-utils](https://github.com/ebellocchia/bip_utils) | `2.12.1` | `2.12.2` | | [redis](https://github.com/redis/redis-py) | `8.0.1` | `8.1.0` | | [hiredis](https://github.com/redis/hiredis-py) | `3.4.0` | `3.4.1` | | [django](https://github.com/django/django) | `5.2.16` | `5.2.17` | | [djangorestframework](https://github.com/encode/django-rest-framework) | `3.17.1` | `3.18.1` | | [gunicorn](https://github.com/benoitc/gunicorn) | `26.0.0` | `26.2.0` | Updates `bip-utils` from 2.12.1 to 2.12.2 - [Release notes](https://github.com/ebellocchia/bip_utils/releases) - [Changelog](https://github.com/ebellocchia/bip_utils/blob/master/CHANGELOG.md) - [Commits](ebellocchia/bip_utils@v2.12.1...v2.12.2) Updates `redis` from 8.0.1 to 8.1.0 - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](redis/redis-py@v8.0.1...v8.1.0) Updates `hiredis` from 3.4.0 to 3.4.1 - [Release notes](https://github.com/redis/hiredis-py/releases) - [Changelog](https://github.com/redis/hiredis-py/blob/master/CHANGELOG.md) - [Commits](redis/hiredis-py@v3.4.0...v3.4.1) Updates `django` from 5.2.16 to 5.2.17 - [Commits](django/django@5.2.16...5.2.17) Updates `djangorestframework` from 3.17.1 to 3.18.1 - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](encode/django-rest-framework@3.17.1...3.18.1) Updates `gunicorn` from 26.0.0 to 26.2.0 - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](benoitc/gunicorn@26.0.0...26.2.0) --- updated-dependencies: - dependency-name: bip-utils dependency-version: 2.12.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: redis dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: hiredis dependency-version: 3.4.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: django dependency-version: 5.2.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: djangorestframework dependency-version: 3.18.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: gunicorn dependency-version: 26.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-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 production-dependencies group with 6 updates in the / directory:
2.12.12.12.28.0.18.1.03.4.03.4.15.2.165.2.173.17.13.18.126.0.026.2.0Updates
bip-utilsfrom 2.12.1 to 2.12.2Release notes
Sourced from bip-utils's releases.
Changelog
Sourced from bip-utils's changelog.
Commits
db8b849Bump to version 2.12.2792946dFix py-sr25519-bindings requirements for Python 3.7 and 3.860d6a29Fix syntax for new ruff version3cf9280Fix new mypy 2.x.x errorseaa582cFix cbor2 exception for cbor2 6.x.x85e0708Close #157Updates
redisfrom 8.0.1 to 8.1.0Release notes
Sourced from redis's releases.
... (truncated)
Commits
e013126Testing with 8.10 GA (#4227)059d1e9Fixed TS.NRANGE commands to correctly apply aggregators (#4225)d486a0aFix FIELDNAME alias dropping first character of un-prefixed fields (#4224)fb93104feat: add client-side HIMPORT fieldset support for standalone and cluster cli...9197609Fix lat/lon swap in search querystring geo() helper (#4223)14714a0fix: Fixed double decoding issue with unquote() (#4222)227280aUpdate lib version to 8.1.088d16d0Decode ACL LOG string values on the default RESP3 legacy callback (#4201)599fd75feat: add FT.ALIASLIST support (#4198)71e275etest: add VectorField RERANK serialization tests for sync and async search (#...Updates
hiredisfrom 3.4.0 to 3.4.1Release notes
Sourced from hiredis's releases.
Commits
70d8379[3.4] Bump hiredis to v1.4.1, release 3.4.1 (#244)Updates
djangofrom 5.2.16 to 5.2.17Commits
e802ada[5.2.x] Bumped version for 5.2.17 release.b9adb81[5.2.x] Fixed CVE-2026-15920 -- Made display_for_field() validate URLs before...ba80833[5.2.x] Fixed CVE-2026-15830 -- Mitigated potential DoS via nested geometry c...c72a5db[5.2.x] Fixed CVE-2026-15337 -- Mitigated potential DoS in check_for_language().115ffd0[5.2.x] Fixed CVE-2026-15307 -- Blocked raster strings and dicts in spatial l...ec5ced4[5.2.x] Fixed #36770 -- Fixed incomplete mocking in SQLiteInMemoryTestDbs.02369b5[5.2.x] Allowed the full Python test matrix to run on GitHub Actions.686072f[5.2.x] Added stub release notes and release date for 5.2.17.cd5ad8c[5.2.x] Bumped minimum setuptools version to 83.3e389b7[5.2.x] Closed temporary files in GDALRasterTests.Updates
djangorestframeworkfrom 3.17.1 to 3.18.1Release notes
Sourced from djangorestframework's releases.
... (truncated)
Commits
dd23495Prepare release 3.18.1 (#10036)cb1fb66Install gettext in prepare-release858f1fcReject non-finite values (nan, inf) in FloatField (#9998)ea695cdEnsure translations are up to date when preparing release0406c6eUpdate pygments requirement from >=2.17,<2.21 to ==2.21.* in the optional gro...8c92e89Expand deprecation classes and review deprecation policy (#10034)3157a6aUpdate pytest config to native TOML format from v9 (#10035)4f77428Fixing issue #9484 (#10033)f17d70fFix int64 format detection for negativeIntegerFieldminimums in Open API s...5668281Add a compatibility setting for ListSerializer error formats (#10027)Updates
gunicornfrom 26.0.0 to 26.2.0Release notes
Sourced from gunicorn's releases.
... (truncated)
Commits
36f2a3cgunicorn 26.2.0cbba350test: cover the h2c edge paths that had none9885411Merge pull request #3703 from cormier/fix-inconsistency-in-control-socket-docs86f0919Merge pull request #3704 from methane/doc-wsgi-h1c5853551Merge pull request #3712 from Rotzbua/patch-17bce87eMerge pull request #3700 from benoitc/fix/sponsor-logo-path972dfb0Merge pull request #3690 from melbinjp/docs/contributing-settings-path7b3f16bMerge pull request #3711 from benoitc/docs/http2-changelog5bf237chttp2: require gunicorn_h1c 0.6.9 and drop the upgrade body workaround7cf0338test: skip the fast-parser cases when gunicorn_h1c is absentDependabot 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