Skip to content

Commit

Permalink
Bump newrelic from 8.8.1 to 9.0.0
Browse files Browse the repository at this point in the history
Bumps [newrelic](https://github.com/newrelic/newrelic-python-agent) from 8.8.1 to 9.0.0.
- [Release notes](https://github.com/newrelic/newrelic-python-agent/releases)
- [Commits](newrelic/newrelic-python-agent@v8.8.1...v9.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and robertknight committed Sep 11, 2023
1 parent 842eee2 commit a2bb6fe
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements/bddtests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ multidict==5.2.0
# -r requirements/prod.txt
# aiohttp
# yarl
newrelic==8.8.1
newrelic==9.0.0
# via -r requirements/prod.txt
oauthlib==3.2.2
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ multidict==5.2.0
# -r requirements/prod.txt
# aiohttp
# yarl
newrelic==8.8.1
newrelic==9.0.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 @@ -190,7 +190,7 @@ multidict==5.2.0
# -r requirements/prod.txt
# aiohttp
# yarl
newrelic==8.8.1
newrelic==9.0.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 @@ -329,7 +329,7 @@ multidict==5.2.0
# -r requirements/tests.txt
# aiohttp
# yarl
newrelic==8.8.1
newrelic==9.0.0
# via
# -r requirements/bddtests.txt
# -r requirements/functests.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ multidict==5.2.0
# via
# aiohttp
# yarl
newrelic==8.8.1
newrelic==9.0.0
# via -r requirements/prod.in
oauthlib==3.2.2
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ multidict==5.2.0
# -r requirements/prod.txt
# aiohttp
# yarl
newrelic==8.8.1
newrelic==9.0.0
# via -r requirements/prod.txt
oauthlib==3.2.2
# via
Expand Down

0 comments on commit a2bb6fe

Please sign in to comment.