Skip to content

Commit

Permalink
Bump newrelic from 9.7.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.7.0 to 9.12.0.
- [Release notes](https://github.com/newrelic/newrelic-python-agent/releases)
- [Commits](newrelic/newrelic-python-agent@v9.7.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 1, 2024
1 parent 849be5a commit 18600e5
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ markupsafe==2.1.3
# mako
matplotlib-inline==0.1.6
# via ipython
newrelic==9.7.0
newrelic==9.12.0
# 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 @@ -61,7 +61,7 @@ markupsafe==2.1.3
# -r requirements/prod.txt
# jinja2
# mako
newrelic==9.7.0
newrelic==9.12.0
# 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 @@ -110,7 +110,7 @@ markupsafe==2.1.3
# mako
mccabe==0.7.0
# via pylint
newrelic==9.7.0
newrelic==9.12.0
# via
# -r requirements/functests.txt
# -r requirements/tests.txt
Expand Down
18 changes: 9 additions & 9 deletions requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,22 @@
# pip-compile --allow-unsafe requirements/prod.in
#
alembic==1.13.2
# via -r prod.in
# via -r requirements/prod.in
certifi==2024.7.4
# via
# hubspot-api-client
# sentry-sdk
data-tasks==0.0.3
# via -r prod.in
# via -r requirements/prod.in
greenlet==3.0.3
# via sqlalchemy
hubspot-api-client==9.0.0
# via -r prod.in
# via -r requirements/prod.in
importlib-metadata==7.0.1
# via data-tasks
importlib-resources==6.1.1
# via
# -r prod.in
# -r requirements/prod.in
# data-tasks
jinja2==3.1.4
# via data-tasks
Expand All @@ -30,23 +30,23 @@ markupsafe==2.1.3
# via
# jinja2
# mako
newrelic==9.7.0
# via -r prod.in
newrelic==9.12.0
# via -r requirements/prod.in
psycopg2==2.9.9
# via
# -r prod.in
# -r requirements/prod.in
# data-tasks
python-dateutil==2.8.2
# via hubspot-api-client
sentry-sdk==2.8.0
# via -r prod.in
# via -r requirements/prod.in
six==1.16.0
# via
# hubspot-api-client
# python-dateutil
sqlalchemy==2.0.30
# via
# -r prod.in
# -r requirements/prod.in
# alembic
# data-tasks
sqlparse==0.5.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ markupsafe==2.1.3
# -r requirements/prod.txt
# jinja2
# mako
newrelic==9.7.0
newrelic==9.12.0
# via -r requirements/prod.txt
packaging==23.2
# via
Expand Down

0 comments on commit 18600e5

Please sign in to comment.