Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and robertknight committed Jul 3, 2023
1 parent 536ffc6 commit 3248307
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions requirements/bddtests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ multidict==5.2.0
# -r requirements/prod.txt
# aiohttp
# yarl
newrelic==8.8.0
newrelic==8.8.1
# via -r requirements/prod.txt
oauthlib==3.2.2
# via
Expand Down Expand Up @@ -249,7 +249,7 @@ pycparser==2.21
# cffi
pycryptodomex==3.17
# via -r requirements/prod.txt
pyjwt[crypto]==2.6.0
pyjwt[crypto]==2.7.0
# via
# -r requirements/prod.txt
# pyramid-googleauth
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ multidict==5.2.0
# -r requirements/prod.txt
# aiohttp
# yarl
newrelic==8.8.0
newrelic==8.8.1
# via -r requirements/prod.txt
oauthlib==3.2.2
# via
Expand Down Expand Up @@ -255,7 +255,7 @@ pycryptodomex==3.17
# via -r requirements/prod.txt
pygments==2.12.0
# via ipython
pyjwt[crypto]==2.6.0
pyjwt[crypto]==2.7.0
# via
# -r requirements/prod.txt
# pyramid-googleauth
Expand Down
4 changes: 2 additions & 2 deletions requirements/functests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ multidict==5.2.0
# -r requirements/prod.txt
# aiohttp
# yarl
newrelic==8.8.0
newrelic==8.8.1
# via -r requirements/prod.txt
oauthlib==3.2.2
# via
Expand Down Expand Up @@ -241,7 +241,7 @@ pycparser==2.21
# cffi
pycryptodomex==3.17
# via -r requirements/prod.txt
pyjwt[crypto]==2.6.0
pyjwt[crypto]==2.7.0
# via
# -r requirements/prod.txt
# pyramid-googleauth
Expand Down
6 changes: 3 additions & 3 deletions requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ click-repl==0.2.0
# -r requirements/functests.txt
# -r requirements/tests.txt
# celery
coverage[toml]==7.2.3
coverage[toml]==7.2.7
# via -r requirements/tests.txt
cryptography==39.0.1
# via
Expand Down Expand Up @@ -318,7 +318,7 @@ multidict==5.2.0
# -r requirements/tests.txt
# aiohttp
# yarl
newrelic==8.8.0
newrelic==8.8.1
# via
# -r requirements/bddtests.txt
# -r requirements/functests.txt
Expand Down Expand Up @@ -434,7 +434,7 @@ pycryptodomex==3.17
# -r requirements/tests.txt
pydocstyle==6.3.0
# via -r requirements/lint.in
pyjwt[crypto]==2.6.0
pyjwt[crypto]==2.7.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 @@ -118,7 +118,7 @@ multidict==5.2.0
# via
# aiohttp
# yarl
newrelic==8.8.0
newrelic==8.8.1
# via -r requirements/prod.in
oauthlib==3.2.2
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ multidict==5.2.0
# -r requirements/prod.txt
# aiohttp
# yarl
newrelic==8.8.0
newrelic==8.8.1
# via -r requirements/prod.txt
oauthlib==3.2.2
# via
Expand Down Expand Up @@ -247,7 +247,7 @@ pycparser==2.21
# cffi
pycryptodomex==3.17
# via -r requirements/prod.txt
pyjwt[crypto]==2.6.0
pyjwt[crypto]==2.7.0
# via
# -r requirements/prod.txt
# pyramid-googleauth
Expand Down

0 comments on commit 3248307

Please sign in to comment.