Skip to content

Commit 548d9aa

Browse files
camddependabot[bot]Mozilla Contract
authored
Camd/package bumps 7 27 25 (#8864)
* Bump form-data from 4.0.2 to 4.0.4 Bumps [form-data](https://github.com/form-data/form-data) from 4.0.2 to 4.0.4. - [Release notes](https://github.com/form-data/form-data/releases) - [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md) - [Commits](form-data/form-data@v4.0.2...v4.0.4) --- updated-dependencies: - dependency-name: form-data dependency-version: 4.0.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * Bump jsonschema from 4.24.0 to 4.25.0 in /requirements --- updated-dependencies: - dependency-name: jsonschema dependency-version: 4.25.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump aiohttp from 3.10.2 to 3.12.14 in /requirements --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.12.14 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * Bump newrelic from 10.14.0 to 10.15.0 in /requirements Bumps [newrelic](https://github.com/newrelic/newrelic-python-agent) from 10.14.0 to 10.15.0. - [Release notes](https://github.com/newrelic/newrelic-python-agent/releases) - [Commits](newrelic/newrelic-python-agent@v10.14.0...v10.15.0) --- updated-dependencies: - dependency-name: newrelic dependency-version: 10.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mozilla Contract <[email protected]>
1 parent 45bc149 commit 548d9aa

File tree

3 files changed

+374
-245
lines changed

3 files changed

+374
-245
lines changed

requirements/common.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ Django==5.1.11
55
celery==5.5.3 # celery needed for data ingestion
66
cached-property==2.0.1 # needed for kombu with --require-hashes
77
simplejson==3.20.1 # import simplejson
8-
newrelic==10.14.0
8+
newrelic==10.15.0
99
certifi==2025.6.15
1010

1111
psycopg2-binary==2.9.9
1212

13-
jsonschema==4.24.0 # import jsonschema
13+
jsonschema==4.25.0 # import jsonschema
1414
djangorestframework==3.16.0 # Imported as rest_framework
1515
django-cors-headers==4.7.0 # Listed as 3rd party app on settings.py
1616
mozlog==8.0.0

0 commit comments

Comments
 (0)