-
Notifications
You must be signed in to change notification settings - Fork 79
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
Bump django from 4.2.6 to 4.2.7 in /plugins/PY #545
Merged
Merged
Conversation
This file contains 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
Bumps [django](https://github.com/django/django) from 4.2.6 to 4.2.7. - [Commits](django/django@4.2.6...4.2.7) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
labels
Nov 2, 2023
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## dev #545 +/- ##
==========================================
+ Coverage 76.64% 78.89% +2.25%
==========================================
Files 18 18
Lines 1032 1071 +39
==========================================
+ Hits 791 845 +54
+ Misses 241 226 -15
☔ View full report in Codecov by Sentry. |
eeliu
pushed a commit
that referenced
this pull request
Mar 28, 2024
Bumps [django](https://github.com/django/django) from 4.2.6 to 4.2.7. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/django/django/commit/d254a54e7f65e83d8971bd817031bc6af32a7a46"><code>d254a54</code></a> [4.2.x] Bumped version for 4.2.7 release.</li> <li><a href="https://github.com/django/django/commit/048a9ebb6ea468426cb4e57c71572cbbd975517f"><code>048a9eb</code></a> [4.2.x] Fixed CVE-2023-46695 -- Fixed potential DoS in UsernameField on Windows.</li> <li><a href="https://github.com/django/django/commit/3fae5d92da84382483fe48cc62c1f57789b47196"><code>3fae5d9</code></a> [4.2.x] Refs <a href="https://redirect.github.com/django/django/issues/30601">#30601</a> -- Fixed typos in docs/topics/db/transactions.txt.</li> <li><a href="https://github.com/django/django/commit/a8aa94062b108bfca473e3263473ca926fee2f42"><code>a8aa940</code></a> [4.2.x] Refs <a href="https://redirect.github.com/django/django/issues/15578">#15578</a> -- Made cosmetic edits to fixtures docs.</li> <li><a href="https://github.com/django/django/commit/109f39a38bf62e350171d8e342788160af95d21a"><code>109f39a</code></a> [4.2.x] Fixed <a href="https://redirect.github.com/django/django/issues/34932">#34932</a> -- Restored varchar_pattern_ops/text_pattern_ops index c...</li> <li><a href="https://github.com/django/django/commit/61612990d8c31ec1d9a9e9e48ae642a6f8d88120"><code>6161299</code></a> [4.2.x] Fixed typos in docs/ref/models/expressions.txt.</li> <li><a href="https://github.com/django/django/commit/696fbc32d6185283859b3a84277f49937a3012fc"><code>696fbc3</code></a> [4.2.x] Fixed <a href="https://redirect.github.com/django/django/issues/30601">#30601</a> -- Doc'd the need to manually revert all app state on tr...</li> <li><a href="https://github.com/django/django/commit/ffba63180c86a73527b7af4b31564c62788d60cd"><code>ffba631</code></a> [4.2.x] Fixed typo in docs/ref/contrib/gis/geos.txt.</li> <li><a href="https://github.com/django/django/commit/43a36460703dfcf90dd309f0ff7306589b371e61"><code>43a3646</code></a> [4.2.x] Fixed <a href="https://redirect.github.com/django/django/issues/15578">#15578</a> -- Stated the processing order of fixtures in the fixtur...</li> <li><a href="https://github.com/django/django/commit/0cd8b867a000624d27776e195a05dd7fe0a438bd"><code>0cd8b86</code></a> [4.2.x] Added stub release notes and release date for 4.2.7, 4.1.13, and 3.2.23.</li> <li>Additional commits viewable in <a href="https://github.com/django/django/compare/4.2.6...4.2.7">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django&package-manager=pip&previous-version=4.2.6&new-version=4.2.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/pinpoint-apm/pinpoint-c-agent/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
eeliu
pushed a commit
that referenced
this pull request
Mar 28, 2024
Bumps [django](https://github.com/django/django) from 4.2.6 to 4.2.7. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/django/django/commit/d254a54e7f65e83d8971bd817031bc6af32a7a46"><code>d254a54</code></a> [4.2.x] Bumped version for 4.2.7 release.</li> <li><a href="https://github.com/django/django/commit/048a9ebb6ea468426cb4e57c71572cbbd975517f"><code>048a9eb</code></a> [4.2.x] Fixed CVE-2023-46695 -- Fixed potential DoS in UsernameField on Windows.</li> <li><a href="https://github.com/django/django/commit/3fae5d92da84382483fe48cc62c1f57789b47196"><code>3fae5d9</code></a> [4.2.x] Refs <a href="https://redirect.github.com/django/django/issues/30601">#30601</a> -- Fixed typos in docs/topics/db/transactions.txt.</li> <li><a href="https://github.com/django/django/commit/a8aa94062b108bfca473e3263473ca926fee2f42"><code>a8aa940</code></a> [4.2.x] Refs <a href="https://redirect.github.com/django/django/issues/15578">#15578</a> -- Made cosmetic edits to fixtures docs.</li> <li><a href="https://github.com/django/django/commit/109f39a38bf62e350171d8e342788160af95d21a"><code>109f39a</code></a> [4.2.x] Fixed <a href="https://redirect.github.com/django/django/issues/34932">#34932</a> -- Restored varchar_pattern_ops/text_pattern_ops index c...</li> <li><a href="https://github.com/django/django/commit/61612990d8c31ec1d9a9e9e48ae642a6f8d88120"><code>6161299</code></a> [4.2.x] Fixed typos in docs/ref/models/expressions.txt.</li> <li><a href="https://github.com/django/django/commit/696fbc32d6185283859b3a84277f49937a3012fc"><code>696fbc3</code></a> [4.2.x] Fixed <a href="https://redirect.github.com/django/django/issues/30601">#30601</a> -- Doc'd the need to manually revert all app state on tr...</li> <li><a href="https://github.com/django/django/commit/ffba63180c86a73527b7af4b31564c62788d60cd"><code>ffba631</code></a> [4.2.x] Fixed typo in docs/ref/contrib/gis/geos.txt.</li> <li><a href="https://github.com/django/django/commit/43a36460703dfcf90dd309f0ff7306589b371e61"><code>43a3646</code></a> [4.2.x] Fixed <a href="https://redirect.github.com/django/django/issues/15578">#15578</a> -- Stated the processing order of fixtures in the fixtur...</li> <li><a href="https://github.com/django/django/commit/0cd8b867a000624d27776e195a05dd7fe0a438bd"><code>0cd8b86</code></a> [4.2.x] Added stub release notes and release date for 4.2.7, 4.1.13, and 3.2.23.</li> <li>Additional commits viewable in <a href="https://github.com/django/django/compare/4.2.6...4.2.7">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django&package-manager=pip&previous-version=4.2.6&new-version=4.2.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/pinpoint-apm/pinpoint-c-agent/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
eeliu
pushed a commit
that referenced
this pull request
Mar 28, 2024
Bumps [django](https://github.com/django/django) from 4.2.6 to 4.2.7. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/django/django/commit/d254a54e7f65e83d8971bd817031bc6af32a7a46"><code>d254a54</code></a> [4.2.x] Bumped version for 4.2.7 release.</li> <li><a href="https://github.com/django/django/commit/048a9ebb6ea468426cb4e57c71572cbbd975517f"><code>048a9eb</code></a> [4.2.x] Fixed CVE-2023-46695 -- Fixed potential DoS in UsernameField on Windows.</li> <li><a href="https://github.com/django/django/commit/3fae5d92da84382483fe48cc62c1f57789b47196"><code>3fae5d9</code></a> [4.2.x] Refs <a href="https://redirect.github.com/django/django/issues/30601">#30601</a> -- Fixed typos in docs/topics/db/transactions.txt.</li> <li><a href="https://github.com/django/django/commit/a8aa94062b108bfca473e3263473ca926fee2f42"><code>a8aa940</code></a> [4.2.x] Refs <a href="https://redirect.github.com/django/django/issues/15578">#15578</a> -- Made cosmetic edits to fixtures docs.</li> <li><a href="https://github.com/django/django/commit/109f39a38bf62e350171d8e342788160af95d21a"><code>109f39a</code></a> [4.2.x] Fixed <a href="https://redirect.github.com/django/django/issues/34932">#34932</a> -- Restored varchar_pattern_ops/text_pattern_ops index c...</li> <li><a href="https://github.com/django/django/commit/61612990d8c31ec1d9a9e9e48ae642a6f8d88120"><code>6161299</code></a> [4.2.x] Fixed typos in docs/ref/models/expressions.txt.</li> <li><a href="https://github.com/django/django/commit/696fbc32d6185283859b3a84277f49937a3012fc"><code>696fbc3</code></a> [4.2.x] Fixed <a href="https://redirect.github.com/django/django/issues/30601">#30601</a> -- Doc'd the need to manually revert all app state on tr...</li> <li><a href="https://github.com/django/django/commit/ffba63180c86a73527b7af4b31564c62788d60cd"><code>ffba631</code></a> [4.2.x] Fixed typo in docs/ref/contrib/gis/geos.txt.</li> <li><a href="https://github.com/django/django/commit/43a36460703dfcf90dd309f0ff7306589b371e61"><code>43a3646</code></a> [4.2.x] Fixed <a href="https://redirect.github.com/django/django/issues/15578">#15578</a> -- Stated the processing order of fixtures in the fixtur...</li> <li><a href="https://github.com/django/django/commit/0cd8b867a000624d27776e195a05dd7fe0a438bd"><code>0cd8b86</code></a> [4.2.x] Added stub release notes and release date for 4.2.7, 4.1.13, and 3.2.23.</li> <li>Additional commits viewable in <a href="https://github.com/django/django/compare/4.2.6...4.2.7">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django&package-manager=pip&previous-version=4.2.6&new-version=4.2.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/pinpoint-apm/pinpoint-c-agent/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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
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 django from 4.2.6 to 4.2.7.
Commits
d254a54
[4.2.x] Bumped version for 4.2.7 release.048a9eb
[4.2.x] Fixed CVE-2023-46695 -- Fixed potential DoS in UsernameField on Windows.3fae5d9
[4.2.x] Refs #30601 -- Fixed typos in docs/topics/db/transactions.txt.a8aa940
[4.2.x] Refs #15578 -- Made cosmetic edits to fixtures docs.109f39a
[4.2.x] Fixed #34932 -- Restored varchar_pattern_ops/text_pattern_ops index c...6161299
[4.2.x] Fixed typos in docs/ref/models/expressions.txt.696fbc3
[4.2.x] Fixed #30601 -- Doc'd the need to manually revert all app state on tr...ffba631
[4.2.x] Fixed typo in docs/ref/contrib/gis/geos.txt.43a3646
[4.2.x] Fixed #15578 -- Stated the processing order of fixtures in the fixtur...0cd8b86
[4.2.x] Added stub release notes and release date for 4.2.7, 4.1.13, and 3.2.23.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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.