Skip to content

Commit

Permalink
Bump newrelic from 9.12.0 to 10.2.0
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.2.0.
- [Release notes](https://github.com/newrelic/newrelic-python-agent/releases)
- [Commits](newrelic/newrelic-python-agent@v9.12.0...v10.2.0)

---
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 Oct 30, 2024
1 parent 2c4c693 commit 45644c6
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 @@ -120,7 +120,7 @@ netaddr==1.3.0
# via
# -r requirements/prod.txt
# checkmatelib
newrelic==9.12.0
newrelic==10.2.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 @@ -122,7 +122,7 @@ netaddr==1.3.0
# via
# -r requirements/prod.txt
# checkmatelib
newrelic==9.12.0
newrelic==10.2.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 @@ -196,7 +196,7 @@ netaddr==1.3.0
# -r requirements/functests.txt
# -r requirements/tests.txt
# checkmatelib
newrelic==9.12.0
newrelic==10.2.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 @@ -67,7 +67,7 @@ marshmallow==3.21.1
# webargs
netaddr==1.3.0
# via checkmatelib
newrelic==9.12.0
newrelic==10.2.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 @@ -124,7 +124,7 @@ netaddr==1.3.0
# via
# -r requirements/prod.txt
# checkmatelib
newrelic==9.12.0
newrelic==10.2.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 @@ -108,7 +108,7 @@ netaddr==1.3.0
# via
# -r requirements/prod.txt
# checkmatelib
newrelic==9.12.0
newrelic==10.2.0
# via -r requirements/prod.txt
oauthlib==3.2.2
# via
Expand Down

0 comments on commit 45644c6

Please sign in to comment.