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: Bump djangorestframework from 3.14.0 to 3.15.1 #625

Merged
merged 1 commit into from
Apr 18, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2024

Bumps djangorestframework from 3.14.0 to 3.15.1.

Commits
  • 3285916 Version 3.15.1 (#9339)
  • eb361d2 SearchFilter.get_search_terms returns list. (#9338)
  • 400b4c5 Revert "Fix NamespaceVersioning ignoring DEFAULT_VERSION on non-None namespac...
  • 4ef3aaf Revert #9030 (#9333)
  • 4f10c4e Revert "Fix Respect can_read_model permission in DjangoModelPermissions (#8...
  • a4d5807 Revert "feat: Add some changes to ValidationError to support django style vad...
  • da78a14 Revert "Re-prefetch related objects after updating (#8043)" (#9327)
  • 0e4ed81 Revert "feat: Add some changes to ValidationError to support django style vad...
  • 56a5b35 Add drf-sendables to third-party-packages.md (#9261)
  • d7c8dcf Revert PR that adds autocomplete_fields to TokenAdmin, as this break some use...
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

@dependabot dependabot bot requested a review from a team as a code owner April 1, 2024 08:58
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 1, 2024
@dependabot dependabot bot force-pushed the dependabot/pip/djangorestframework-3.15.1 branch 4 times, most recently from 57fe7dd to e98c849 Compare April 16, 2024 21:46
@svillegas-cdd
Copy link
Contributor

@jtrobles-cdd it looks that the library backports-zoneinfo is not supported in python versions greater that 3.8, should we update the min version supported in cl-sii or ignore the library in the requirements as the PyPi suggests?

backports.zoneinfo;python_version<"3.9"

Ref: https://stackoverflow.com/questions/71712258/error-could-not-build-wheels-for-backports-zoneinfo-which-is-required-to-insta
Ref: https://pypi.org/project/backports.zoneinfo/

@dependabot dependabot bot force-pushed the dependabot/pip/djangorestframework-3.15.1 branch from e98c849 to e86630a Compare April 18, 2024 16:48
@jtrobles-cdd
Copy link
Member

@jtrobles-cdd it looks that the library backports-zoneinfo is not supported in python versions greater that 3.8, should we update the min version supported in cl-sii or ignore the library in the requirements as the PyPi suggests?

backports.zoneinfo;python_version<"3.9"

It's too soon to drop support for Python 3.8, but its end-of-life is 2024-10, so we're getting closer.

Let's add the above snippet to requirements.in:

backports-zoneinfo==0.2.1 ; python_version < "3.9" # Used by `djangorestframework`.

@svillegas-cdd svillegas-cdd force-pushed the dependabot/pip/djangorestframework-3.15.1 branch 2 times, most recently from 59be1f2 to d48c036 Compare April 18, 2024 17:04
@svillegas-cdd svillegas-cdd self-assigned this Apr 18, 2024
Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.14.0 to 3.15.1.
- [Release notes](https://github.com/encode/django-rest-framework/releases)
- [Commits](encode/django-rest-framework@3.14.0...3.15.1)

---
updated-dependencies:
- dependency-name: djangorestframework
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@svillegas-cdd svillegas-cdd force-pushed the dependabot/pip/djangorestframework-3.15.1 branch from d48c036 to cc03301 Compare April 18, 2024 19:00
Copy link

sonarcloud bot commented Apr 18, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@svillegas-cdd svillegas-cdd merged commit a52a17f into develop Apr 18, 2024
20 of 21 checks passed
@svillegas-cdd svillegas-cdd deleted the dependabot/pip/djangorestframework-3.15.1 branch April 18, 2024 19:05
This was referenced May 15, 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants