Bump newrelic from 11.0.1 to 11.1.0 (#2086)

Bumps [newrelic](https://github.com/newrelic/newrelic-python-agent) from 11.0.1 to 11.1.0.
- [Release notes](https://github.com/newrelic/newrelic-python-agent/releases)
- [Commits](https://github.com/newrelic/newrelic-python-agent/compare/v11.0.1...v11.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-11-05 12:39:56 +00:00
committed by GitHub
parent 2f3cdb39be
commit 3cbda2fd50
2 changed files with 32 additions and 28 deletions

View File

@@ -38,7 +38,7 @@ jsonschema = {version = "==4.25.1", extras = ["format"]}
lxml = "==6.0.2"
marshmallow = "^4.1.0"
marshmallow-sqlalchemy = "^1.4.2"
newrelic = "^11.0.1"
newrelic = "^11.1.0"
packaging = "==25.0"
poetry-dotenv-plugin = "==0.2.0"
psycopg2-binary = "==2.9.11"