Skip to content

Commit

Permalink
Bump newrelic from 9.12.0 to 10.3.1
Browse files Browse the repository at this point in the history
Bumps [newrelic](https://github.com/newrelic/newrelic-python-agent) from 9.12.0 to 10.3.1.
- [Release notes](https://github.com/newrelic/newrelic-python-agent/releases)
- [Commits](newrelic/newrelic-python-agent@v9.12.0...v10.3.1)

---
updated-dependencies:
- dependency-name: newrelic
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and robertknight committed Dec 5, 2024
1 parent 07634fc commit 78485aa
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ markupsafe==2.1.3
# mako
matplotlib-inline==0.1.6
# via ipython
newrelic==9.12.0
newrelic==10.3.1
# via -r requirements/prod.txt
packaging==23.2
# via build
Expand Down
2 changes: 1 addition & 1 deletion requirements/functests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ markupsafe==2.1.3
# -r requirements/prod.txt
# jinja2
# mako
newrelic==9.12.0
newrelic==10.3.1
# via -r requirements/prod.txt
packaging==23.2
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ markupsafe==2.1.3
# mako
mccabe==0.7.0
# via pylint
newrelic==9.12.0
newrelic==10.3.1
# via
# -r requirements/functests.txt
# -r requirements/tests.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ markupsafe==2.1.3
# via
# jinja2
# mako
newrelic==9.12.0
newrelic==10.3.1
# via -r requirements/prod.in
psycopg2==2.9.10
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ markupsafe==2.1.3
# -r requirements/prod.txt
# jinja2
# mako
newrelic==9.12.0
newrelic==10.3.1
# via -r requirements/prod.txt
packaging==23.2
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/typecheck.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ mypy==1.13.0
# via -r requirements/typecheck.in
mypy-extensions==1.0.0
# via mypy
newrelic==9.12.0
newrelic==10.3.1
# via -r requirements/prod.txt
packaging==24.1
# via build
Expand Down

0 comments on commit 78485aa

Please sign in to comment.