Skip to content

Commit 6e92965

Browse files
build(deps): bump django from 4.2.19 to 4.2.20 (#3140)
Bumps [django](https://github.com/django/django) from 4.2.19 to 4.2.20. - [Commits](django/django@4.2.19...4.2.20) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0dc7c31 commit 6e92965

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ werkzeug==3.1.3
3232
whitenoise==6.9.0
3333

3434
# NOTE(willkg): We stick with LTS releases and the next one is 5.2 (2025).
35-
Django==4.2.19
35+
Django==4.2.20
3636

3737
# Mozilla obs-team libraries that are published to GAR instead of pypi
3838
--extra-index-url https://us-python.pkg.dev/moz-fx-cavendish-prod/cavendish-prod-python/simple/

requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -246,9 +246,9 @@ dj-database-url==2.3.0 \
246246
--hash=sha256:ae52e8e634186b57e5a45e445da5dc407a819c2ceed8a53d1fac004cc5288787 \
247247
--hash=sha256:bb0d414ba0ac5cd62773ec7f86f8cc378a9dbb00a80884c2fc08cc570452521e
248248
# via -r requirements.in
249-
django==4.2.19 \
250-
--hash=sha256:6c833be4b0ca614f0a919472a1028a3bbdeb6f056fa04023aeb923346ba2c306 \
251-
--hash=sha256:a104e13f219fc55996a4e416ef7d18ab4eeb44e0aa95174c192f16cda9f94e75
249+
django==4.2.20 \
250+
--hash=sha256:213381b6e4405f5c8703fffc29cd719efdf189dec60c67c04f76272b3dc845b9 \
251+
--hash=sha256:92bac5b4432a64532abb73b2ac27203f485e40225d2640a7fbef2b62b876e789
252252
# via
253253
# -r requirements.in
254254
# dj-database-url

0 commit comments

Comments
 (0)