Skip to content

Commit 426993e

Browse files
build(deps): bump the production-dependencies group with 3 updates (#7137)
* build(deps): bump the production-dependencies group with 3 updates Bumps the production-dependencies group with 3 updates: [dockerflow](https://github.com/mozilla-services/python-dockerflow), [gunicorn](https://github.com/benoitc/gunicorn) and [sphinx](https://github.com/sphinx-doc/sphinx). Updates `dockerflow` from 2024.4.2 to 2026.1.26 - [Release notes](https://github.com/mozilla-services/python-dockerflow/releases) - [Changelog](https://github.com/mozilla-services/python-dockerflow/blob/main/docs/changelog.rst) - [Commits](mozilla-services/python-dockerflow@2024.04.2...2026.01.26) Updates `gunicorn` from 24.0.0 to 25.0.0 - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](benoitc/gunicorn@24.0.0...25.0.0) Updates `sphinx` from 8.2.3 to 9.0.4 - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/v9.0.4/CHANGES.rst) - [Commits](sphinx-doc/sphinx@v8.2.3...v9.0.4) --- updated-dependencies: - dependency-name: dockerflow dependency-version: 2026.1.26 dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies - dependency-name: gunicorn dependency-version: 25.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies - dependency-name: sphinx dependency-version: 9.0.4 dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> * Use new formatter name in logging config. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sven Marnach <sven@mozilla.com>
1 parent 3767062 commit 426993e

File tree

5 files changed

+18
-18
lines changed

5 files changed

+18
-18
lines changed

docker/config/gunicorn_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def filter(self, record):
4141
"formatters": {
4242
"socorroapp": {"format": "%(asctime)s %(levelname)s - %(name)s - %(message)s"},
4343
"mozlog": {
44-
"()": "dockerflow.logging.JsonLogFormatter",
44+
"()": "dockerflow.logging.MozlogFormatter",
4545
"logger_name": "socorro",
4646
},
4747
},

requirements.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ django-pipeline==4.1.0
1111
django-ratelimit==4.1.0
1212
djangorestframework==3.16.1
1313
dj-database-url==3.1.0
14-
dockerflow==2024.4.2
14+
dockerflow==2026.1.26
1515
enforce-typing==1.0.0.post1
1616
everett==3.5.0
1717
fillmore==2.2.0
1818
freezegun==1.5.5
1919
glom==25.12.0
2020
google-cloud-pubsub==2.34.0
2121
google-cloud-storage==3.8.0
22-
gunicorn==24.0.0
22+
gunicorn==25.0.0
2323
honcho==2.0.0
2424
humanfriendly==10.0
2525
inotify_simple==2.0.1
@@ -48,7 +48,7 @@ requests-mock==1.12.1
4848
ruff==0.14.14
4949
semver==3.0.4
5050
sentry-sdk==2.17.0
51-
Sphinx==8.2.3
51+
Sphinx==9.0.4
5252
sphinx_rtd_theme==3.1.0
5353
statsd==4.0.1
5454
urlwait==1.0

requirements.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -308,9 +308,9 @@ djangorestframework==3.16.1 \
308308
--hash=sha256:166809528b1aced0a17dc66c24492af18049f2c9420dbd0be29422029cfc3ff7 \
309309
--hash=sha256:33a59f47fb9c85ede792cbf88bde71893bcda0667bc573f784649521f1102cec
310310
# via -r requirements.in
311-
dockerflow==2024.4.2 \
312-
--hash=sha256:b9f92455449ba46555f57db34cccefc4c49d3533c67793624ab7e80a1625caa7 \
313-
--hash=sha256:f4216a3a809093860d7b2db84ba0a25c894cb8eb98b74f4f6a04badbc4f6b0a4
311+
dockerflow==2026.1.26 \
312+
--hash=sha256:26f02d8842672921b2a49f1e019fac54ed2ee69dc673ed80f7b237b67394c2be \
313+
--hash=sha256:c45667ec078944a468b9a634c866587b4cf31559d0e6f369fbadd21edce66b38
314314
# via -r requirements.in
315315
docutils==0.20.1 \
316316
--hash=sha256:96f387a2c5562db4476f09f13bbab2192e764cac08ebbf3a34a95d9b1e4a59d6 \
@@ -536,9 +536,9 @@ grpcio-status==1.62.0 \
536536
# via
537537
# google-api-core
538538
# google-cloud-pubsub
539-
gunicorn==24.0.0 \
540-
--hash=sha256:30401647ed4f162a3f7e5b8b3ed77e6e88d9a4ea5599f1ff31f7f54a7610339c \
541-
--hash=sha256:7f6c916308740942586f49f14cf3743bdfc4130c29520c42706f42fa5a2dacdb
539+
gunicorn==25.0.0 \
540+
--hash=sha256:4b1ab820ffc316352da7146005a9e66044a131434b17a7d2a9fb0604f1268864 \
541+
--hash=sha256:b9b88f0ebc5a0fcd1e9e29a1f045f56f5402c6423ee3e3f675f679d0db5345d1
542542
# via -r requirements.in
543543
honcho==2.0.0 \
544544
--hash=sha256:56dcd04fc72d362a4befb9303b1a1a812cba5da283526fbc6509be122918ddf3 \
@@ -1127,9 +1127,9 @@ requests-mock==1.12.1 \
11271127
--hash=sha256:b1e37054004cdd5e56c84454cc7df12b25f90f382159087f4b6915aaeef39563 \
11281128
--hash=sha256:e9e12e333b525156e82a3c852f22016b9158220d2f47454de9cae8a77d371401
11291129
# via -r requirements.in
1130-
roman-numerals-py==3.1.0 \
1131-
--hash=sha256:9da2ad2fb670bcf24e81070ceb3be72f6c11c440d73bd579fbeca1e9f330954c \
1132-
--hash=sha256:be4bf804f083a4ce001b5eb7e3c0862479d10f94c936f6c4e5f250aa5ff5bd2d
1130+
roman-numerals==4.1.0 \
1131+
--hash=sha256:1af8b147eb1405d5839e78aeb93131690495fe9da5c91856cb33ad55a7f1e5b2 \
1132+
--hash=sha256:647ba99caddc2cc1e55a51e4360689115551bf4476d90e8162cf8c345fe233c7
11331133
# via sphinx
11341134
rpds-py==0.30.0 \
11351135
--hash=sha256:07ae8a593e1c3c6b82ca3292efbe73c30b61332fd612e05abee07c79359f292f \
@@ -1304,9 +1304,9 @@ snowballstemmer==2.2.0 \
13041304
--hash=sha256:09b16deb8547d3412ad7b590689584cd0fe25ec8db3be37788be3810cbf19cb1 \
13051305
--hash=sha256:c8e1716e83cc398ae16824e5572ae04e0d9fc2c6b985fb0f900f5f0c96ecba1a
13061306
# via sphinx
1307-
sphinx==8.2.3 \
1308-
--hash=sha256:398ad29dee7f63a75888314e9424d40f52ce5a6a87ae88e7071e80af296ec348 \
1309-
--hash=sha256:4405915165f13521d875a8c29c8970800a0141c14cc5416a38feca4ea5d9b9c3
1307+
sphinx==9.0.4 \
1308+
--hash=sha256:594ef59d042972abbc581d8baa577404abe4e6c3b04ef61bd7fc2acbd51f3fa3 \
1309+
--hash=sha256:5bebc595a5e943ea248b99c13814c1c5e10b3ece718976824ffa7959ff95fffb
13101310
# via
13111311
# -r requirements.in
13121312
# sphinx-rtd-theme

socorro/lib/liblogging.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def filter(self, record):
5252
),
5353
},
5454
"mozlog": {
55-
"()": "dockerflow.logging.JsonLogFormatter",
55+
"()": "dockerflow.logging.MozlogFormatter",
5656
"logger_name": "socorro",
5757
},
5858
},

webapp/crashstats/settings/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ def filter(self, record):
248248
"format": "%(asctime)s %(levelname)s - webapp - %(name)s - %(message)s"
249249
},
250250
"mozlog": {
251-
"()": "dockerflow.logging.JsonLogFormatter",
251+
"()": "dockerflow.logging.MozlogFormatter",
252252
"logger_name": "socorro",
253253
},
254254
},

0 commit comments

Comments
 (0)