From 0f49c3365b42f0a7567a16ed13ea6e80881e54eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 11:01:05 +0000 Subject: [PATCH] Update newrelic requirement from <9.1.2,>=8.4.0 to >=8.4.0,<9.1.3 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.2) --- 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 5087a4f4..a8b045fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ online = [ "requests>=2.28,<2.32", "gunicorn>=20.0,<21.3", "sentry-sdk[flask]>=1.0,<1.35", - "newrelic>=8.4.0,<9.1.2", + "newrelic>=8.4.0,<9.1.3", "gitpython>=3.0.0,<3.2" ] gui = [