Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and robertknight committed Aug 2, 2024
1 parent 3e75e9d commit a2ec358
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 @@ -113,7 +113,7 @@ markupsafe==2.1.2
# pyramid-jinja2
matplotlib-inline==0.1.3
# via ipython
newrelic==9.10.0
newrelic==9.12.0
# via -r requirements/prod.txt
oauthlib==3.2.2
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/functests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ markupsafe==2.1.2
# jinja2
# mako
# pyramid-jinja2
newrelic==9.10.0
newrelic==9.12.0
# via -r requirements/prod.txt
oauthlib==3.2.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 @@ -177,7 +177,7 @@ markupsafe==2.1.2
# pyramid-jinja2
mccabe==0.7.0
# via pylint
newrelic==9.10.0
newrelic==9.12.0
# 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 @@ -57,7 +57,7 @@ markupsafe==2.1.2
# jinja2
# mako
# pyramid-jinja2
newrelic==9.10.0
newrelic==9.12.0
# via -r requirements/prod.in
oauthlib==3.2.2
# via requests-oauthlib
Expand Down
2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ markupsafe==2.1.2
# jinja2
# mako
# pyramid-jinja2
newrelic==9.10.0
newrelic==9.12.0
# via -r requirements/prod.txt
oauthlib==3.2.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 @@ -99,7 +99,7 @@ mypy==1.11.1
# via -r requirements/typecheck.in
mypy-extensions==1.0.0
# via mypy
newrelic==9.10.0
newrelic==9.12.0
# via -r requirements/prod.txt
oauthlib==3.2.2
# via
Expand Down

0 comments on commit a2ec358

Please sign in to comment.