Bump the pip group across 1 directory with 6 updates#28
Merged
dmitry-mukhin merged 1 commit intomainfrom Feb 13, 2026
Merged
Conversation
Member
|
@dependabot recreate |
Bumps the pip group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [django](https://github.com/django/django) | `4.2.10` | `4.2.28` | | [black](https://github.com/psf/black) | `24.2.0` | `24.3.0` | | [certifi](https://github.com/certifi/python-certifi) | `2024.2.2` | `2024.7.4` | | [h11](https://github.com/python-hyper/h11) | `0.14.0` | `0.16.0` | | [idna](https://github.com/kjd/idna) | `3.6` | `3.7` | | [sqlparse](https://github.com/andialbrecht/sqlparse) | `0.4.4` | `0.5.0` | Updates `django` from 4.2.10 to 4.2.28 - [Commits](django/django@4.2.10...4.2.28) Updates `black` from 24.2.0 to 24.3.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@24.2.0...24.3.0) Updates `certifi` from 2024.2.2 to 2024.7.4 - [Commits](certifi/python-certifi@2024.02.02...2024.07.04) Updates `h11` from 0.14.0 to 0.16.0 - [Commits](python-hyper/h11@v0.14.0...v0.16.0) Updates `idna` from 3.6 to 3.7 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](kjd/idna@v3.6...v3.7) Updates `sqlparse` from 0.4.4 to 0.5.0 - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](andialbrecht/sqlparse@0.4.4...0.5.0) --- updated-dependencies: - dependency-name: django dependency-version: 4.2.28 dependency-type: direct:production dependency-group: pip - dependency-name: black dependency-version: 24.3.0 dependency-type: direct:development dependency-group: pip - dependency-name: certifi dependency-version: 2024.7.4 dependency-type: indirect dependency-group: pip - dependency-name: h11 dependency-version: 0.16.0 dependency-type: indirect dependency-group: pip - dependency-name: idna dependency-version: '3.7' dependency-type: indirect dependency-group: pip - dependency-name: sqlparse dependency-version: 0.5.0 dependency-type: indirect dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com>
663645c to
3fdb6fd
Compare
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 pip group with 6 updates in the / directory:
4.2.104.2.2824.2.024.3.02024.2.22024.7.40.14.00.16.03.63.70.4.40.5.0Updates
djangofrom 4.2.10 to 4.2.28Commits
20c71f6[4.2.x] Bumped version for 4.2.28 release.881ff2c[4.2.x] Refs CVE-2026-1312 -- Raised ValueError when FilteredRelation aliases...90f5b10[4.2.x] Fixed CVE-2026-1312 -- Protected order_by() from SQL injection via al...f75f8f3[4.2.x] Fixed CVE-2026-1287 -- Protected against SQL injection in column alia...b40cfc6[4.2.x] Fixed CVE-2026-1285 -- Mitigated potential DoS in django.utils.text.T...a143631[4.2.x] Fixed CVE-2026-1207 -- Prevented SQL injections in RasterField lookup...f578acc[4.2.x] Fixed CVE-2025-14550 -- Optimized repeated header parsing in ASGI req...6dc2350[4.2.x] Fixed CVE-2025-13473 -- Standardized timing of check_password() in mo...a28c3c7[4.2.x] Refs #36499 -- Adjusted test_strip_tags to run on Python 3.8.4a439c6[4.2.x] Added stub release notes and release date for 4.2.28.Updates
blackfrom 24.2.0 to 24.3.0Release notes
Sourced from black's releases.
Changelog
Sourced from black's changelog.
Commits
552baf8Prepare release 24.3.0 (#4279)f000936Fix catastrophic performance in lines_with_leading_tabs_expanded() (#4278)7b5a657Fix --line-ranges behavior when ranges are at EOF (#4273)1abcffcUse regex where we ignore case on windows (#4252)719e674Fix 4227: Improve documentation for --quiet --check (#4236)e5510afupdate plugin url for Thonny (#4259)6af7d11Fix AST safety check false negative (#4270)f03ee11Ensureblib2to3.pygramis initialized before use (#4224)e4bfedbfix: Don't move comments while splitting delimiters (#4248)d0287e1Make trailing comma logic more concise (#4202)Updates
certififrom 2024.2.2 to 2024.7.4Commits
bd815382024.07.04 (#295)06a2cbfBump peter-evans/create-pull-request from 6.0.5 to 6.1.0 (#294)13bba02Bump actions/checkout from 4.1.6 to 4.1.7 (#293)e8abcd0Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 (#292)124f4ad2024.06.02 (#291)c2196ce--- (#290)fefdeecBump actions/checkout from 4.1.4 to 4.1.5 (#289)3c5fb15Bump actions/download-artifact from 4.1.6 to 4.1.7 (#286)4a9569aBump actions/checkout from 4.1.2 to 4.1.4 (#287)1fc8086Bump peter-evans/create-pull-request from 6.0.4 to 6.0.5 (#288)Updates
h11from 0.14.0 to 0.16.0Commits
1c5b075this time for surerd9c3699this time for sure...d91b9ddblacken5a4683cSoothe mypy9c9567fBump version to 0.16.0114803aMerge commit from fork9462006Bump version to 0.15.070a96beMerge pull request #181 from Julien00859/Julien00859/get_int_max_str_digits60782adReject Content-Length longer 1 billion TBdff7cc3Validate Chunked-Encoding chunk footerUpdates
idnafrom 3.6 to 3.7Release notes
Sourced from idna's releases.
Changelog
Sourced from idna's changelog.
Commits
1d365e1Release v3.7c1b3154Merge pull request #172 from kjd/optimize-contextj0394ec7Merge branch 'master' into optimize-contextjcd58a23Merge pull request #152 from elliotwutingfeng/dev5beb28bMore efficient resolution of joiner contexts1b12148Update ossf/scorecard-action to v2.3.1d516b87Update Github actions/checkout to v4c095c75Merge branch 'master' into dev60a0a4cFix typo in GitHub Actions workflow key5918a0eMerge branch 'master' into devUpdates
sqlparsefrom 0.4.4 to 0.5.0Changelog
Sourced from sqlparse's changelog.
Commits
ddbd0ecBump version.29f2e0aRaise recursion limit for tests.b4a39d9Raise SQLParseError instead of RecursionError.f1bcf2fUpdate AUHTORS and Changelog.e03b74eFix Function.get_parameters(), add Funtion.get_window()617b8f6Add OVER clause, and group it into Function (fixes #701)d8f8147Update AUHTORS and Changelog.012c9f1Optimize sqlparse.utils.imt().46971e5Fix parsing of PRIMARY KEY (fixes #740).fc4b0beCode cleanup.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 conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.