From c7035e220d44ea9c0fc23bfc1404ef6c6b6832e0 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 25 Jul 2024 10:01:32 -0500
Subject: [PATCH] chore(deps): bump djangorestframework from 3.15.1 to 3.15.2
(#74663)
Bumps
[djangorestframework](https://github.com/encode/django-rest-framework)
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
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=djangorestframework&package-manager=pip&previous-version=3.15.1&new-version=3.15.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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 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)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/getsentry/sentry/network/alerts).
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
requirements-dev-frozen.txt | 2 +-
requirements-frozen.txt | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/requirements-dev-frozen.txt b/requirements-dev-frozen.txt
index 8f3d8fb361bc6a..8bf14ae64448e5 100644
--- a/requirements-dev-frozen.txt
+++ b/requirements-dev-frozen.txt
@@ -43,7 +43,7 @@ django-crispy-forms==1.14.0
django-csp==3.8
django-pg-zero-downtime-migrations==0.13
django-stubs-ext==5.0.2
-djangorestframework==3.15.1
+djangorestframework==3.15.2
docker==6.1.3
drf-spectacular==0.26.3
email-reply-parser==0.5.12
diff --git a/requirements-frozen.txt b/requirements-frozen.txt
index e83c36ebe7c5a5..12ad8abca3b3b2 100644
--- a/requirements-frozen.txt
+++ b/requirements-frozen.txt
@@ -36,7 +36,7 @@ django==5.0.7
django-crispy-forms==1.14.0
django-csp==3.8
django-pg-zero-downtime-migrations==0.13
-djangorestframework==3.15.1
+djangorestframework==3.15.2
drf-spectacular==0.26.3
email-reply-parser==0.5.12
fastjsonschema==2.16.2