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

chore(deps): bump the django group across 1 directory with 5 updates #557

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the django group with 5 updates in the /api directory:

Package From To
django 5.0.6 5.1.2
djangorestframework 3.15.1 3.15.2
djangorestframework-jsonapi 7.0.0 7.0.2
django-filter 24.2 24.3
gunicorn 22.0.0 23.0.0

Updates django from 5.0.6 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 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 djangorestframework-jsonapi from 7.0.0 to 7.0.2

Release notes

Sourced from djangorestframework-jsonapi's releases.

v7.0.2

What's Changed

See changelog for details.

Full Changelog: django-json-api/django-rest-framework-json-api@v7.0.1...v7.0.2

v7.0.1

What's Changed

See changelog for details.

New Contributors

Full Changelog: django-json-api/django-rest-framework-json-api@v7.0.0...v7.0.1

Changelog

Sourced from djangorestframework-jsonapi's changelog.

[7.0.2] - 2024-06-28

Fixed

  • Allow overwriting of url field again (regression since 7.0.0)
  • Ensured that no fields are rendered when sparse fields is set to an empty value. (regression since 7.0.0)

[7.0.1] - 2024-06-06

Added

  • Added 429 Too Many Requests as a possible error response in the OpenAPI schema.

Fixed

  • Ensured that URL and id field are kept when using sparse fields (regression since 7.0.0)
Commits
  • 971a879 Release 7.0.2 (#1241)
  • d1163ce Ensured that no fields are returned when sparse fields is set to an empty val...
  • 53469f3 Re-enabled overwriting of URL field (#1237)
  • 3f1ea67 Release 7.0.1 (#1232)
  • dbe939a Ensured that URL and id field are kept when using sparse fields (#1231)
  • 21493c1 Added HTTP 429 Too Many Requests as a possible generic error response (#1226)
  • 9d9e47b Scheduled biweekly dependency update for week 18 (#1225)
  • See full diff in compare view

Updates django-filter from 24.2 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.

Commits

Updates gunicorn from 22.0.0 to 23.0.0

Release notes

Sourced from gunicorn's releases.

23.0.0

Gunicorn 23.0.0 has been released. This version improve HTTP 1.1. support and which improve safety

You're invited to upgrade asap your own installation.

23.0.0 - 2024-08-10

  • minor docs fixes (:pr:3217, :pr:3089, :pr:3167)
  • worker_class parameter accepts a class (:pr:3079)
  • fix deadlock if request terminated during chunked parsing (:pr:2688)
  • permit receiving Transfer-Encodings: compress, deflate, gzip (:pr:3261)
  • permit Transfer-Encoding headers specifying multiple encodings. note: no parameters, still (:pr:3261)
  • sdist generation now explicitly excludes sphinx build folder (:pr:3257)
  • decode bytes-typed status (as can be passed by gevent) as utf-8 instead of raising TypeError (:pr:2336)
  • raise correct Exception when encounting invalid chunked requests (:pr:3258)
  • the SCRIPT_NAME and PATH_INFO headers, when received from allowed forwarders, are no longer restricted for containing an underscore (:pr:3192)
  • include IPv6 loopback address [::1] in default for :ref:forwarded-allow-ips and :ref:proxy-allow-ips (:pr:3192)

** NOTE **

  • The SCRIPT_NAME change mitigates a regression that appeared first in the 22.0.0 release
  • Review your :ref:forwarded-allow-ips setting if you are still not seeing the SCRIPT_NAME transmitted
  • Review your :ref:forwarder-headers setting if you are missing headers after upgrading from a version prior to 22.0.0

** Breaking changes **

  • refuse requests where the uri field is empty (:pr:3255)
  • refuse requests with invalid CR/LR/NUL in heade field values (:pr:3253)
  • remove temporary --tolerate-dangerous-framing switch from 22.0 (:pr:3260)
  • If any of the breaking changes affect you, be aware that now refused requests can post a security problem, especially so in setups involving request pipe-lining and/or proxies.

Fix CVE-2024-1135

Commits
  • 411986d fix doc
  • 334392e Merge pull request #2559 from laggardkernel/bugfix/reexec-env
  • e75c353 Merge pull request #3189 from pajod/patch-py36
  • 9357b28 keep document user in access_log_format setting
  • 79fdef0 bump to 23.0.0
  • 3acd9fb Merge pull request #2620 from talkerbox/improve-access-log-format-docs
  • 3f56d76 Merge pull request #3192 from pajod/patch-allowed-script-name
  • 256d474 docs: revert duped directive
  • ffa48b5 test: default change was intentional
  • 52538ca docs: recommend SCRIPT_NAME=/subfolder
  • Additional commits viewable in compare view

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

Bumps the django group with 5 updates in the /api directory:

| Package | From | To |
| --- | --- | --- |
| [django](https://github.com/django/django) | `5.0.6` | `5.1.2` |
| [djangorestframework](https://github.com/encode/django-rest-framework) | `3.15.1` | `3.15.2` |
| [djangorestframework-jsonapi](https://github.com/django-json-api/django-rest-framework-json-api) | `7.0.0` | `7.0.2` |
| [django-filter](https://github.com/carltongibson/django-filter) | `24.2` | `24.3` |
| [gunicorn](https://github.com/benoitc/gunicorn) | `22.0.0` | `23.0.0` |



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

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 `djangorestframework-jsonapi` from 7.0.0 to 7.0.2
- [Release notes](https://github.com/django-json-api/django-rest-framework-json-api/releases)
- [Changelog](https://github.com/django-json-api/django-rest-framework-json-api/blob/main/CHANGELOG.md)
- [Commits](django-json-api/django-rest-framework-json-api@v7.0.0...v7.0.2)

Updates `django-filter` from 24.2 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@24.2...24.3)

Updates `gunicorn` from 22.0.0 to 23.0.0
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](benoitc/gunicorn@22.0.0...23.0.0)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: django
- dependency-name: djangorestframework
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: django
- dependency-name: djangorestframework-jsonapi
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: django
- dependency-name: django-filter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: django
- dependency-name: gunicorn
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: django
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from c0rydoras as a code owner October 9, 2024 10:52
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 9, 2024
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants