From d48335584880b358ab9c9501ce8c763f60279ce6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 09:47:31 +0000 Subject: [PATCH] Update newrelic requirement from <8.8.1,>=8.4.0 to >=8.4.0,<9.1.2 Updates the requirements on [newrelic](https://github.com/newrelic/newrelic-python-agent) to permit the latest version. - [Release notes](https://github.com/newrelic/newrelic-python-agent/releases) - [Commits](https://github.com/newrelic/newrelic-python-agent/compare/v8.4.0...v9.1.1) --- updated-dependencies: - dependency-name: newrelic dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3875fccd..01852765 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ online = [ "requests>=2.28,<2.32", "gunicorn>=20.0,<20.2", "sentry-sdk[flask]>=1.0,<1.30", - "newrelic>=8.4.0,<8.8.1", + "newrelic>=8.4.0,<9.1.2", "gitpython>=3.0.0,<3.2" ] gui = [