From f17a071d03ce455a49999564482f6fa2b740d0b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 19:58:39 +0000 Subject: [PATCH] Bump the minor-patch group across 1 directory with 7 updates Bumps the minor-patch group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [bcrypt](https://github.com/pyca/bcrypt) | `4.2.0` | `4.2.1` | | [newrelic](https://github.com/newrelic/newrelic-python-agent) | `10.2.0` | `10.3.0` | | [playwright](https://github.com/microsoft/playwright-python) | `1.48.0` | `1.49.0` | | [pyramid-tm](https://github.com/Pylons/pyramid_tm) | `2.5` | `2.6` | | [ruff](https://github.com/astral-sh/ruff) | `0.7.3` | `0.8.0` | | [waitress](https://github.com/Pylons/waitress) | `3.0.1` | `3.0.2` | | [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) | `3.0.1` | `3.0.2` | Updates `bcrypt` from 4.2.0 to 4.2.1 - [Changelog](https://github.com/pyca/bcrypt/blob/main/release.py) - [Commits](https://github.com/pyca/bcrypt/compare/4.2.0...4.2.1) Updates `newrelic` from 10.2.0 to 10.3.0 - [Release notes](https://github.com/newrelic/newrelic-python-agent/releases) - [Commits](https://github.com/newrelic/newrelic-python-agent/compare/v10.2.0...v10.3.0) Updates `playwright` from 1.48.0 to 1.49.0 - [Release notes](https://github.com/microsoft/playwright-python/releases) - [Commits](https://github.com/microsoft/playwright-python/compare/v1.48.0...v1.49.0) Updates `pyramid-tm` from 2.5 to 2.6 - [Changelog](https://github.com/Pylons/pyramid_tm/blob/main/CHANGES.rst) - [Commits](https://github.com/Pylons/pyramid_tm/compare/2.5...2.6) Updates `ruff` from 0.7.3 to 0.8.0 - [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.7.3...0.8.0) Updates `waitress` from 3.0.1 to 3.0.2 - [Release notes](https://github.com/Pylons/waitress/releases) - [Changelog](https://github.com/Pylons/waitress/blob/main/CHANGES.txt) - [Commits](https://github.com/Pylons/waitress/compare/v3.0.1...v3.0.2) Updates `sphinx-rtd-theme` from 3.0.1 to 3.0.2 - [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst) - [Commits](https://github.com/readthedocs/sphinx_rtd_theme/compare/3.0.1...3.0.2) --- updated-dependencies: - dependency-name: bcrypt dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: newrelic dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: playwright dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: pyramid-tm 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-minor dependency-group: minor-patch - dependency-name: waitress dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: sphinx-rtd-theme dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch ... Signed-off-by: dependabot[bot] --- constraints.txt | 12 ++++++------ docs/requirements.txt | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/constraints.txt b/constraints.txt index e62a5ca48..64ee5c911 100644 --- a/constraints.txt +++ b/constraints.txt @@ -10,7 +10,7 @@ attrs==23.2.0 # via # jsonschema # referencing -bcrypt==4.2.0 +bcrypt==4.2.1 # via -r constraints.in beautifulsoup4==4.12.3 # via webtest @@ -81,7 +81,7 @@ markupsafe==2.1.4 # via werkzeug msgpack==1.0.7 # via bravado-core -newrelic==10.2.0 +newrelic==10.3.0 # via -r constraints.in packaging==23.2 # via @@ -96,7 +96,7 @@ plaster==1.1.2 # pyramid plaster-pastedeploy==1.0.1 # via pyramid -playwright==1.48.0 +playwright==1.49.0 # via -r constraints.in pluggy==1.5.0 # via pytest @@ -119,7 +119,7 @@ pyramid-mailer==0.15.1 # via -r constraints.in pyramid-multiauth==1.0.2 # via -r constraints.in -pyramid-tm==2.5 +pyramid-tm==2.6 # via -r constraints.in pytest==8.3.3 # via @@ -163,7 +163,7 @@ rpds-py==0.17.1 # via # jsonschema # referencing -ruff==0.7.3 +ruff==0.8.0 # via -r constraints.in sentry-sdk==2.8.0 # via -r constraints.in @@ -214,7 +214,7 @@ venusian==3.1.0 # via # cornice # pyramid -waitress==3.0.1 +waitress==3.0.2 # via # -r constraints.in # webtest diff --git a/docs/requirements.txt b/docs/requirements.txt index 8e7da590b..aa6297db5 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,5 +1,5 @@ Sphinx==8.1.3 -sphinx_rtd_theme==3.0.1 +sphinx_rtd_theme==3.0.2 docutils==0.20.1 sphinxcontrib-httpdomain==1.8.1 sphinx-github-changelog==1.4.0