Skip to content

Commit 8b96204

Browse files
Bump newrelic from 8.0.0.179 to 8.4.0 (apmaros#138)
Bumps [newrelic](https://github.com/newrelic/newrelic-python-agent) from 8.0.0.179 to 8.4.0. - [Release notes](https://github.com/newrelic/newrelic-python-agent/releases) - [Commits](newrelic/newrelic-python-agent@v8.0.0.179...v8.4.0) --- updated-dependencies: - dependency-name: newrelic dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Maros Korinek <[email protected]>
1 parent 2843752 commit 8b96204

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

requirements.txt

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,6 @@ gunicorn==20.1.0
3434
# via -r requirements/requirements.in
3535
idna==3.3
3636
# via requests
37-
importlib-metadata==5.0.0
38-
# via
39-
# alembic
40-
# flask
41-
importlib-resources==5.10.0
42-
# via alembic
4337
influxdb-client==1.31.0
4438
# via -r requirements/requirements.in
4539
itsdangerous==2.0.1
@@ -55,7 +49,7 @@ markupsafe==2.1.1
5549
# -r requirements/requirements.in
5650
# jinja2
5751
# mako
58-
newrelic==8.0.0.179
52+
newrelic==8.4.0
5953
# via -r requirements/requirements.in
6054
packaging==21.3
6155
# via redis
@@ -89,10 +83,6 @@ werkzeug==2.0.2
8983
# via flask
9084
wrapt==1.13.3
9185
# via deprecated
92-
zipp==3.10.0
93-
# via
94-
# importlib-metadata
95-
# importlib-resources
9686

9787
# The following packages are considered to be unsafe in a requirements file:
9888
# setuptools

requirements/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ gunicorn==20.1.0
55
influxdb-client==1.31.0
66
Mako==1.2.3
77
MarkupSafe==2.1.1
8-
newrelic==8.0.0.179
8+
newrelic==8.4.0
99
redis==4.3.4
1010
requests==2.28.1
1111
SQLAlchemy==1.4.42

0 commit comments

Comments
 (0)