-
Notifications
You must be signed in to change notification settings - Fork 0
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
[pip] Bump the vreapis-pip group in /vreapis with 7 updates #261
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
dependabot
bot
added
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
labels
Aug 8, 2024
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] <[email protected]>
dependabot
bot
force-pushed
the
dependabot/pip/vreapis/vreapis-pip-c0a332ae33
branch
from
August 8, 2024 08:41
61f50bc
to
68ca609
Compare
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 the vreapis-pip group in /vreapis with 7 updates:
5.0.3
5.1
3.14.0
3.15.2
24.2
24.3
6.6.0
6.7.0
6.0.1
6.0.2
2.31.0
2.32.3
4.3.1
4.4.0
Updates
django
from 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
djangorestframework
from 3.14.0 to 3.15.2Release notes
Sourced from djangorestframework's releases.
Commits
c7a7eae
Version 3.15.2 (#9439)3b41f01
Fix potential XSS vulnerability in break_long_headers template filter (#9435)fe92f0d
Add__hash__
method forpermissions.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 endingsb34bde4
Fix typo in setup.cfg settingab681f2
Update requirements in docs2237724
bump pygments (security hygiene)d58b8da
Update deprecation hintsUpdates
django-filter
from 24.2 to 24.3Changelog
Sourced from django-filter's changelog.
Commits
2ec1bae
Bumped version and changes for 24.3 release. (#1679)23be051
Allowed using dictionaries for grouped choices (#1668)376d443
Add unknown_field_behavior feature (#1675)c8889c4
Translated using Weblate (Arabic) (#1671)671deff
Added testing against Django 5.1. (#1670)Updates
whitenoise
from 6.6.0 to 6.7.0Changelog
Sourced from whitenoise's changelog.
Commits
1db0e43
Version 6.7.0ea72844
Tidy pyproject.toml readme and license fields727fce0
Support Django 5.1 (#588)1c2d056
[pre-commit.ci] pre-commit autoupdate (#587)dc58053
Upgrade requirements (#586)cff77f3
[pre-commit.ci] pre-commit autoupdate (#585)da24115
Merge pull request #584 from evansd/security-contact5c12dd6
Add security contact information220a988
[pre-commit.ci] pre-commit autoupdate (#583)b0c36de
Upgrade requirements (#582)Updates
pyyaml
from 6.0.1 to 6.0.2Release notes
Sourced from pyyaml's releases.
Changelog
Sourced from pyyaml's changelog.
Commits
41309b0
Release 6.0.2 (#819)dd9f0e1
6.0.2rc1 (#809)f5527a2
disable CI trigger on PR editsb4d80a7
Python 3.12 + musllinux_1_1_x86_64 wheel supportUpdates
requests
from 2.31.0 to 2.32.3Release notes
Sourced from requests's releases.
... (truncated)
Changelog
Sourced from requests's changelog.
... (truncated)
Commits
0e322af
v2.32.3e188799
Don't create default SSLContext if ssl module isn't present (#6724)145b539
Merge pull request #6716 from sigmavirus24/bug/6715b1d73dd
Don't use default SSLContext with custom poolmanager kwargs6badbac
Update HISTORY.mda62a2d3
Allow for overriding of specific pool key params88dce9d
v2.32.2c98e4d1
Merge pull request #6710 from nateprewitt/api_rename92075b3
Add deprecation warningaa1461b
Move _get_connection to get_connection_with_tls_contextUpdates
django-cors-headers
from 4.3.1 to 4.4.0Changelog
Sourced from django-cors-headers's changelog.
Commits
644105c
Version 4.4.0d73e42a
Tidy pyproject.toml readme and license fields42b898a
Support Django 5.1 (#953)77ab304
[pre-commit.ci] pre-commit autoupdate (#952)4a7df58
Upgrade requirements (#951)b3ce0fc
[pre-commit.ci] pre-commit autoupdate (#950)ef2b81c
[pre-commit.ci] pre-commit autoupdate (#949)ce74293
Upgrade 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 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