Skip to content
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

build(deps): bump the django group across 1 directory with 7 updates #838

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 14, 2024

Updates the requirements on django-filter, django-cors-headers, django, django-tiptap, djangorestframework, django-graphql-jwt and django-anymail[amazon_ses] to permit the latest version.
Updates django-filter from 22.1 to 24.3

Changelog

Sourced from django-filter's changelog.

Version 24.3 (2024-08-02)

  • Adds official support for Django 5.1.

  • Allow using dictionaries for grouped choices on Django 5.0+.

    Thanks to Sævar Öfjörð Magnússon.

  • Adds unknown_field_behavior FilterSet option to allowing warning and ignore behaviours for unknown field types during FilterSet generation.

    Thanks to Loes.

Version 24.2 (2024-03-27)

  • Fixed a regression in v23.4 where callable choices were incorrectly evaluated at filter instantiation, on Django versions prior to 5.0.

    Thanks to Craig de Stigter for the report and reproduce.

Version 24.1 (2024-03-08)

  • Updated supported Python and Django versions, and resolved upcoming Django deprecations.

    Required versions are now at least Python 3.8 and Django 4.2.

    Thanks to Michael Manganiello.

  • Allowed passing a FilterSet class to the filterset_factory().

    Thanks to Birger Schacht.

  • Set empty default value of filterset data to MultiValueDict.

    Thanks to Shlomo Gordon.

  • Preserve list values passed to the data dict in CSV widgets.

    Thanks to Bryan Brancotte.

  • Updates French and Ukrainian localisations.

    Thanks to Weblate.

Version 23.5 (2023-12-05)

... (truncated)

Commits

Updates django-cors-headers from 4.4.0 to 4.5.0

Changelog

Sourced from django-cors-headers's changelog.

4.5.0 (2024-10-12)

  • Drop Python 3.8 support.

  • Support Python 3.13.

Commits

Updates django to 5.1.2

Commits
  • c499184 [5.1.x] Bumped version for 5.1.2 release.
  • 6e07a77 [5.1.x] Added release date for 5.1.2.
  • 17fa759 [5.1.x] Fixed #35809 -- Set background color for selected rows in the admin's...
  • e245f62 [5.1.x] Updated translations from Transifex.
  • 6bedb10 [5.1.x] Reindented attributes and methods for classes in docs/ref/middleware....
  • bf64ac3 [5.1.x] Fixed #35670 -- Clarified the return value for LoginRequiredMiddlewar...
  • 5303113 [5.1.x] Relocated path() explanation to docs/ref/urls.txt to simplify tutoria...
  • 22bce64 [5.1.x] Fixed #35734 -- Used JSONB_BUILD_OBJECT database function on PostgreS...
  • 9e146b2 [5.1.x] Made cosmetic edits to the Steering council docs.
  • 251180f [5.1.x] Removed setting the release schedule from Steering Council prerogativ...
  • Additional commits viewable in compare view

Updates django-tiptap from 0.0.10 to 0.0.18

Updates djangorestframework from 3.15.1 to 3.15.2

Commits
  • c7a7eae Version 3.15.2 (#9439)
  • 3b41f01 Fix potential XSS vulnerability in break_long_headers template filter (#9435)
  • fe92f0d Add __hash__ method for permissions.OperandHolder class (#9417)
  • fbdab09 docs: Correct some evaluation results and a httpie option in Tutorial1 (#9421)
  • 36d5c0e tests: Check urlpatterns after cleanups (#9400)
  • 9d4ed05 Don't use Windows line endings
  • b34bde4 Fix typo in setup.cfg setting
  • ab681f2 Update requirements in docs
  • 2237724 bump pygments (security hygiene)
  • d58b8da Update deprecation hints
  • Additional commits viewable in compare view

Updates django-graphql-jwt from 0.3.0 to 0.4.0

Release notes

Sourced from django-graphql-jwt's releases.

v0.4.0 (2023-08-04)

  • Added german translation
  • Added support for any root query name

v0.3.4 (2021-08-12)

  • Added JSONWebTokenBackend.get_user method

v0.3.3 (2021-07-24)

  • Added Graphene V2 support

v0.3.2 (2021-04-09)

  • Added support for PyJWT>=2
  • Removed signals providing_args
  • Added JWT_COOKIE_SAMESITE setting
  • Added support for Graphene v3

v0.3.1 (2020-04-04)

  • Set JWT-refresh-token cookie on tokenAuth mutation
  • Read token/refresh-token from cookies (TokenAuth, Refresh, Verify and Revoke mutations)
  • Add refreshExpiredIn field
  • Add token payload to tokenAuth mutation
  • Add DeleteJSONWebTokenCookie and DeleteRefreshTokenCookie mutations
  • Add JWT_REUSE_REFRESH_TOKENS setting in order to reuse the refresh token instances
  • Add JWT_HIDE_TOKEN_FIELDS setting (prevent XSS exploitation)
  • Add JWT_CSRF_ROTATION setting
  • Add JWT_COOKIE_PATH and JWT_COOKIE_DOMAIN settings
  • Removed ugettext in favor of gettext
Changelog

Sourced from django-graphql-jwt's changelog.

0.4.0

  • Added german translation
  • Added support for any root query name

0.3.4

  • Added JSONWebTokenBackend.get_user method

0.3.3

  • Added Graphene V2 support

0.3.2

  • Added support for PyJWT>=2
  • Removed signals providing_args
  • Added JWT_COOKIE_SAMESITE setting
  • Added support for Graphene v3

0.3.1

  • Set JWT-refresh-token cookie on tokenAuth mutation
  • Read token/refresh-token from cookies (TokenAuth, Refresh, Verify and Revoke mutations)
  • Add refreshExpiresIn field
  • Add token payload to tokenAuth mutation
  • Add DeleteJSONWebTokenCookie and DeleteRefreshTokenCookie mutations
  • Add JWT_REUSE_REFRESH_TOKENS setting in order to reuse the refresh token instances
  • Add JWT_HIDE_TOKEN_FIELDS setting (prevent XSS exploitation)
  • Add JWT_CSRF_ROTATION setting
  • Add JWT_COOKIE_PATH and JWT_COOKIE_DOMAIN settings
  • Removed ugettext in favor of gettext
Commits

Updates django-anymail[amazon_ses] from 11.0.1 to 12.0

Release notes

Sourced from django-anymail[amazon_ses]'s releases.

v12.0

Changelog

v11.1

Changelog

Changelog

Sourced from django-anymail[amazon_ses]'s changelog.

v12.0

2024-09-09

Breaking changes


* Require **Django 4.0 or later** and Python 3.8 or later.

Features


* **Resend:** Add support for ``send_at``.

Fixes


* **Unisender Go:** Fix several problems in Anymail's Unisender Go status tracking
  webhook. Rework signature checking to fix false validation errors (particularly
  on "clicked" and "opened" events). Properly handle "use single event" webhook
  option. Correctly verify WEBHOOK_SECRET when set. Provide Unisender Go's
  ``delivery_status`` code and unsubscribe form ``comment`` in Anymail's
  ``event.description``. Treat soft bounces as "deferred" rather than "bounced".
  (Thanks to `@MikeVL`_ for fixing the signature validation problem.)

Other
  • Mandrill (docs): Explain how cc and bcc handling depends on
    Mandrill's "preserve recipients" option. (Thanks to @dgilmanAIDENTIFIED_
    for reporting the issue.)

  • Postal (docs): Update links to Postal's new documentation site.
    (Thanks to @jmduke_.)

v11.1

2024-08-07

Features

  • Brevo: Support Brevo's new "Complaint," "Error" and "Loaded by proxy" tracking events. (Thanks to @originell_ for the update.)

Deprecations

</tr></table> 
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/anymail/django-anymail/commit/35383c7140289e82b39ada5980077898aa07d18d&quot;&gt;&lt;code&gt;35383c7&lt;/code&gt;&lt;/a> Release 12.0</li>
<li><a href="https://github.com/anymail/django-anymail/commit/063fb08a588de7432107c640e9030b457ded7df7&quot;&gt;&lt;code&gt;063fb08&lt;/code&gt;&lt;/a> Amazon SES: add webhook extension points; close webhook boto3 clients</li>
<li><a href="https://github.com/anymail/django-anymail/commit/1da9011f50e9e3c178d7958a1ff21f8b73b2f797&quot;&gt;&lt;code&gt;1da9011&lt;/code&gt;&lt;/a> CI/CD: use Python 3.12 by default</li>
<li><a href="https://github.com/anymail/django-anymail/commit/0e020b21e2d1b8804ad85b98c0d9ba3d4a67cb77&quot;&gt;&lt;code&gt;0e020b2&lt;/code&gt;&lt;/a> Docs: update tooling</li>
<li><a href="https://github.com/anymail/django-anymail/commit/2324cb48a365605b1a500acebdc635b958555804&quot;&gt;&lt;code&gt;2324cb4&lt;/code&gt;&lt;/a> Drop Python 3.7</li>
<li><a href="https://github.com/anymail/django-anymail/commit/e4331d224955a7df8b09063f639304d58163660a&quot;&gt;&lt;code&gt;e4331d2&lt;/code&gt;&lt;/a> Unisender Go: Fix status tracking webhook and tests.</li>
<li><a href="https://github.com/anymail/django-anymail/commit/2f2a888f610ec37577ecbcad92959ef89fa0fe16&quot;&gt;&lt;code&gt;2f2a888&lt;/code&gt;&lt;/a> Resend: add support for send_at</li>
<li><a href="https://github.com/anymail/django-anymail/commit/af6eaea5657ff2a0d51f36f742c61b1785b9b63e&quot;&gt;&lt;code&gt;af6eaea&lt;/code&gt;&lt;/a> Docs: Note Mandrill's cc/bcc handling depends on preserve_recipients</li>
<li><a href="https://github.com/anymail/django-anymail/commit/03f5fb7641c3c13eba7b3dd471f768c4b39fbbe4&quot;&gt;&lt;code&gt;03f5fb7&lt;/code&gt;&lt;/a> Docs: Update outdated Postal links</li>
<li><a href="https://github.com/anymail/django-anymail/commit/397dcf5f8a6dcbdf84c0e769919a531559c3658e&quot;&gt;&lt;code&gt;397dcf5&lt;/code&gt;&lt;/a> Docs: prep for upcoming RTD build changes</li>
<li>Additional commits viewable in <a href="https://github.com/anymail/django-anymail/compare/v11.0.1...v12.0&quot;&gt;compare view</a></li>
</ul>
</details>

<br />

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 <dependency name> major version will 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 version will 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

@dependabot dependabot bot added the dependencies Relating to project dependencies label Oct 14, 2024
@dependabot dependabot bot force-pushed the dependabot/pip/dependabot/dev/django-f7a725eaf2 branch 5 times, most recently from 1f7baed to 35036a3 Compare October 21, 2024 19:30
@dependabot dependabot bot force-pushed the dependabot/pip/dependabot/dev/django-f7a725eaf2 branch 3 times, most recently from 197071b to 1b326a6 Compare October 27, 2024 16:18
Base automatically changed from dependabot/dev to dev October 27, 2024 16:22
@HappyNTH HappyNTH changed the base branch from dev to dependabot/dev October 27, 2024 16:22
@HappyNTH
Copy link
Member

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/pip/dependabot/dev/django-f7a725eaf2 branch from 1b326a6 to 0f9dabd Compare October 27, 2024 16:25
Updates the requirements on [django-filter](https://github.com/carltongibson/django-filter), [django-cors-headers](https://github.com/adamchainz/django-cors-headers), [django](https://github.com/django/django), [django-tiptap](), [djangorestframework](https://github.com/encode/django-rest-framework), [django-graphql-jwt](https://github.com/flavors/django-graphql-jwt) and [django-anymail[amazon_ses]](https://github.com/anymail/django-anymail) to permit the latest version.

Updates `django-filter` from 22.1 to 24.3
- [Release notes](https://github.com/carltongibson/django-filter/releases)
- [Changelog](https://github.com/carltongibson/django-filter/blob/main/CHANGES.rst)
- [Commits](carltongibson/django-filter@22.1...24.3)

Updates `django-cors-headers` from 4.4.0 to 4.5.0
- [Changelog](https://github.com/adamchainz/django-cors-headers/blob/main/CHANGELOG.rst)
- [Commits](adamchainz/django-cors-headers@4.4.0...4.5.0)

Updates `django` to 5.1.2
- [Commits](django/django@1.0...5.1.2)

Updates `django-tiptap` from 0.0.10 to 0.0.18

Updates `djangorestframework` from 3.15.1 to 3.15.2
- [Release notes](https://github.com/encode/django-rest-framework/releases)
- [Commits](encode/django-rest-framework@3.15.1...3.15.2)

Updates `django-graphql-jwt` from 0.3.0 to 0.4.0
- [Release notes](https://github.com/flavors/django-graphql-jwt/releases)
- [Changelog](https://github.com/flavors/django-graphql-jwt/blob/main/CHANGELOG.rst)
- [Commits](flavors/django-graphql-jwt@0.3.0...0.4.0)

Updates `django-anymail[amazon_ses]` from 11.0.1 to 12.0
- [Release notes](https://github.com/anymail/django-anymail/releases)
- [Changelog](https://github.com/anymail/django-anymail/blob/main/CHANGELOG.rst)
- [Commits](anymail/django-anymail@v11.0.1...v12.0)

---
updated-dependencies:
- dependency-name: django-filter
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: django
- dependency-name: django-cors-headers
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: django
- dependency-name: django
  dependency-type: direct:production
  dependency-group: django
- dependency-name: django-tiptap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: django
- dependency-name: djangorestframework
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: django
- dependency-name: django-graphql-jwt
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: django
- dependency-name: django-anymail[amazon_ses]
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: django
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/dependabot/dev/django-f7a725eaf2 branch from 0f9dabd to a4bdbdb Compare October 29, 2024 08:08
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 29, 2024

Superseded by #858.

@dependabot dependabot bot closed this Oct 29, 2024
@dependabot dependabot bot deleted the dependabot/pip/dependabot/dev/django-f7a725eaf2 branch October 29, 2024 19:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Relating to project dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant