chore(deps): Bump django from 3.2.20 to 3.2.23 in /experimenter (#9663)

Bumps [django](https://github.com/django/django) from 3.2.20 to 3.2.23.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="60e648a7ae"><code>60e648a</code></a>
[3.2.x] Bumped version for 3.2.23 release.</li>
<li><a
href="f9a7fb8466"><code>f9a7fb8</code></a>
[3.2.x] Fixed CVE-2023-46695 -- Fixed potential DoS in UsernameField on
Windows.</li>
<li><a
href="e6d2591d9e"><code>e6d2591</code></a>
[3.2.x] Added stub release notes for 3.2.23.</li>
<li><a
href="3c04b74293"><code>3c04b74</code></a>
[3.2.x] Added CVE-2023-43665 to security archive.</li>
<li><a
href="86a14d653f"><code>86a14d6</code></a>
[3.2.x] Post release version bump.</li>
<li><a
href="3106e94e52"><code>3106e94</code></a>
[3.2.x] Bumped version for 3.2.22 release.</li>
<li><a
href="ccdade1a02"><code>ccdade1</code></a>
[3.2.x] Fixed CVE-2023-43665 -- Mitigated potential DoS in
django.utils.text....</li>
<li><a
href="6caf7b313d"><code>6caf7b3</code></a>
[3.2.x] Added stub release notes for 3.2.22.</li>
<li><a
href="9e814c3a5e"><code>9e814c3</code></a>
[3.2.x] Added CVE-2023-41164 to security archive.</li>
<li><a
href="4b439dcd05"><code>4b439dc</code></a>
[3.2.x] Post-release version bump.</li>
<li>Additional commits viewable in <a
href="https://github.com/django/django/compare/3.2.20...3.2.23">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django&package-manager=pip&previous-version=3.2.20&new-version=3.2.23)](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)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/mozilla/experimenter/network/alerts).

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-11-03 13:15:18 -04:00 коммит произвёл GitHub
Родитель 1fd7501a09
Коммит e24a5a7767
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 5 добавлений и 5 удалений

8
experimenter/poetry.lock сгенерированный
Просмотреть файл

@ -479,13 +479,13 @@ six = ">=1.10"
[[package]]
name = "django"
version = "3.2.20"
version = "3.2.23"
description = "A high-level Python Web framework that encourages rapid development and clean, pragmatic design."
optional = false
python-versions = ">=3.6"
files = [
{file = "Django-3.2.20-py3-none-any.whl", hash = "sha256:a477ab326ae7d8807dc25c186b951ab8c7648a3a23f9497763c37307a2b5ef87"},
{file = "Django-3.2.20.tar.gz", hash = "sha256:dec2a116787b8e14962014bf78e120bba454135108e1af9e9b91ade7b2964c40"},
{file = "Django-3.2.23-py3-none-any.whl", hash = "sha256:d48608d5f62f2c1e260986835db089fa3b79d6f58510881d316b8d88345ae6e1"},
{file = "Django-3.2.23.tar.gz", hash = "sha256:82968f3640e29ef4a773af2c28448f5f7a08d001c6ac05b32d02aeee6509508b"},
]
[package.dependencies]
@ -2903,4 +2903,4 @@ files = [
[metadata]
lock-version = "2.0"
python-versions = "^3.10"
content-hash = "6a50a70486e243657b3f0bde95c76351d8ddbd25834ff98c240d54e9e790168b"
content-hash = "74e5c1e53aec12427dc4396cae78036cc2ebb6f5a2a6c23a393f2abb57983802"

Просмотреть файл

@ -6,7 +6,7 @@ authors = [""]
[tool.poetry.dependencies]
python = "^3.10"
Django = "3.2.20"
Django = "3.2.23"
black = "22.12.0"
celery = "5.3.0"
chardet = "4.0.0"