From ec68b70658f5e12c9c01ecf7fbfc452afe22daaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 19:12:31 +0000 Subject: [PATCH] Bump the minor-patch group with 3 updates Bumps the minor-patch group with 3 updates: [newrelic](https://github.com/newrelic/newrelic-python-agent), [ruff](https://github.com/astral-sh/ruff) and [sphinx](https://github.com/sphinx-doc/sphinx). Updates `newrelic` from 9.11.0 to 9.12.0 - [Release notes](https://github.com/newrelic/newrelic-python-agent/releases) - [Commits](https://github.com/newrelic/newrelic-python-agent/compare/v9.11.0...v9.12.0) Updates `ruff` from 0.5.1 to 0.5.2 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.5.1...0.5.2) Updates `sphinx` from 7.3.7 to 7.4.4 - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.3.7...v7.4.4) --- updated-dependencies: - dependency-name: newrelic dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch ... Signed-off-by: dependabot[bot] --- constraints.txt | 4 ++-- docs/requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/constraints.txt b/constraints.txt index 4b1b6642e..6c18d4796 100644 --- a/constraints.txt +++ b/constraints.txt @@ -83,7 +83,7 @@ markupsafe==2.1.4 # via werkzeug msgpack==1.0.7 # via bravado-core -newrelic==9.11.0 +newrelic==9.12.0 # via -r constraints.in packaging==23.2 # via @@ -163,7 +163,7 @@ rpds-py==0.17.1 # via # jsonschema # referencing -ruff==0.5.1 +ruff==0.5.2 # via -r constraints.in sentry-sdk==1.39.2 # via -r constraints.in diff --git a/docs/requirements.txt b/docs/requirements.txt index a30fed52a..04705490e 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ -Sphinx==7.3.7 +Sphinx==7.4.4 sphinx_rtd_theme==2.0.0 docutils==0.20.1 sphinxcontrib-httpdomain==1.8.1