This repository was archived by the owner on Oct 29, 2025. It is now read-only.
[pip] Bump the vreapis-pip group in /vreapis with 7 updates#261
Merged
[pip] Bump the vreapis-pip group in /vreapis with 7 updates#261
Conversation
This was referenced Aug 8, 2024
Bumps the vreapis-pip group in /vreapis with 7 updates: | Package | From | To | | --- | --- | --- | | [django](https://github.com/django/django) | `5.0.3` | `5.1` | | [djangorestframework](https://github.com/encode/django-rest-framework) | `3.14.0` | `3.15.2` | | [django-filter](https://github.com/carltongibson/django-filter) | `24.2` | `24.3` | | [whitenoise](https://github.com/evansd/whitenoise) | `6.6.0` | `6.7.0` | | [pyyaml](https://github.com/yaml/pyyaml) | `6.0.1` | `6.0.2` | | [requests](https://github.com/psf/requests) | `2.31.0` | `2.32.3` | | [django-cors-headers](https://github.com/adamchainz/django-cors-headers) | `4.3.1` | `4.4.0` | Updates `django` from 5.0.3 to 5.1 - [Commits](django/django@5.0.3...5.1) Updates `djangorestframework` from 3.14.0 to 3.15.2 - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](encode/django-rest-framework@3.14.0...3.15.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 `whitenoise` from 6.6.0 to 6.7.0 - [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst) - [Commits](evansd/whitenoise@6.6.0...6.7.0) Updates `pyyaml` from 6.0.1 to 6.0.2 - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/main/CHANGES) - [Commits](yaml/pyyaml@6.0.1...6.0.2) Updates `requests` from 2.31.0 to 2.32.3 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.31.0...v2.32.3) Updates `django-cors-headers` from 4.3.1 to 4.4.0 - [Changelog](https://github.com/adamchainz/django-cors-headers/blob/main/CHANGELOG.rst) - [Commits](adamchainz/django-cors-headers@4.3.1...4.4.0) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-minor dependency-group: vreapis-pip - dependency-name: djangorestframework dependency-type: direct:production update-type: version-update:semver-minor dependency-group: vreapis-pip - dependency-name: django-filter dependency-type: direct:production update-type: version-update:semver-minor dependency-group: vreapis-pip - dependency-name: whitenoise dependency-type: direct:production update-type: version-update:semver-minor dependency-group: vreapis-pip - dependency-name: pyyaml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: vreapis-pip - dependency-name: requests dependency-type: direct:production update-type: version-update:semver-minor dependency-group: vreapis-pip - dependency-name: django-cors-headers dependency-type: direct:production update-type: version-update:semver-minor dependency-group: vreapis-pip ... Signed-off-by: dependabot[bot] <support@github.com>
61f50bc to
68ca609
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 vreapis-pip group in /vreapis with 7 updates:
5.0.35.13.14.03.15.224.224.36.6.06.7.06.0.16.0.22.31.02.32.34.3.14.4.0Updates
djangofrom 5.0.3 to 5.1Commits
373cb30[5.1.x] Bumped version for 5.1 release.8baab82[5.1.x] Finalized release notes for Django 5.1.d5ad743[5.1.x] Fixed i18n.tests.TranslationTests.test_plural to use correct French t...380c6e6[5.1.x] Updated translations from Transifex.d787e44[5.1.x] Added CVE-2024-41989, CVE-2024-41990, CVE-2024-41991, and CVE-2024-42...e2583fb[5.1.x] Fixed CVE-2024-42005 -- Mitigated QuerySet.values() SQL injection att...bd807c0[5.1.x] Fixed CVE-2024-41991 -- Prevented potential ReDoS in django.utils.htm...0c1a890[5.1.x] Fixed CVE-2024-41990 -- Mitigated potential DoS in urlize and urlizet...0504af6[5.1.x] Fixed CVE-2024-41989 -- Prevented excessive memory consumption in flo...2ba4f4b[5.1.x] Fixed #35657 -- Made FileField handle db_default values.Updates
djangorestframeworkfrom 3.14.0 to 3.15.2Release notes
Sourced from djangorestframework's releases.
Commits
c7a7eaeVersion 3.15.2 (#9439)3b41f01Fix potential XSS vulnerability in break_long_headers template filter (#9435)fe92f0dAdd__hash__method forpermissions.OperandHolderclass (#9417)fbdab09docs: Correct some evaluation results and a httpie option in Tutorial1 (#9421)36d5c0etests: Check urlpatterns after cleanups (#9400)9d4ed05Don't use Windows line endingsb34bde4Fix typo in setup.cfg settingab681f2Update requirements in docs2237724bump pygments (security hygiene)d58b8daUpdate deprecation hintsUpdates
django-filterfrom 24.2 to 24.3Changelog
Sourced from django-filter's changelog.
Commits
2ec1baeBumped version and changes for 24.3 release. (#1679)23be051Allowed using dictionaries for grouped choices (#1668)376d443Add unknown_field_behavior feature (#1675)c8889c4Translated using Weblate (Arabic) (#1671)671deffAdded testing against Django 5.1. (#1670)Updates
whitenoisefrom 6.6.0 to 6.7.0Changelog
Sourced from whitenoise's changelog.
Commits
1db0e43Version 6.7.0ea72844Tidy pyproject.toml readme and license fields727fce0Support Django 5.1 (#588)1c2d056[pre-commit.ci] pre-commit autoupdate (#587)dc58053Upgrade requirements (#586)cff77f3[pre-commit.ci] pre-commit autoupdate (#585)da24115Merge pull request #584 from evansd/security-contact5c12dd6Add security contact information220a988[pre-commit.ci] pre-commit autoupdate (#583)b0c36deUpgrade requirements (#582)Updates
pyyamlfrom 6.0.1 to 6.0.2Release notes
Sourced from pyyaml's releases.
Changelog
Sourced from pyyaml's changelog.
Commits
41309b0Release 6.0.2 (#819)dd9f0e16.0.2rc1 (#809)f5527a2disable CI trigger on PR editsb4d80a7Python 3.12 + musllinux_1_1_x86_64 wheel supportUpdates
requestsfrom 2.31.0 to 2.32.3Release notes
Sourced from requests's releases.
... (truncated)
Changelog
Sourced from requests's changelog.
... (truncated)
Commits
0e322afv2.32.3e188799Don't create default SSLContext if ssl module isn't present (#6724)145b539Merge pull request #6716 from sigmavirus24/bug/6715b1d73ddDon't use default SSLContext with custom poolmanager kwargs6badbacUpdate HISTORY.mda62a2d3Allow for overriding of specific pool key params88dce9dv2.32.2c98e4d1Merge pull request #6710 from nateprewitt/api_rename92075b3Add deprecation warningaa1461bMove _get_connection to get_connection_with_tls_contextUpdates
django-cors-headersfrom 4.3.1 to 4.4.0Changelog
Sourced from django-cors-headers's changelog.
Commits
644105cVersion 4.4.0d73e42aTidy pyproject.toml readme and license fields42b898aSupport Django 5.1 (#953)77ab304[pre-commit.ci] pre-commit autoupdate (#952)4a7df58Upgrade requirements (#951)b3ce0fc[pre-commit.ci] pre-commit autoupdate (#950)ef2b81c[pre-commit.ci] pre-commit autoupdate (#949)ce74293Upgrade requirements (#948)4fcb9fd[pre-commit.ci] pre-commit autoupdate (#946)715d471[pre-commit.ci] pre-commit autoupdate (#945)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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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 conditions