From c2410fbcca1ca91aec9f111a384aacce82f9d2c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 00:19:56 +0000 Subject: [PATCH] Bump the python-requirements group in /requirements with 1 update Bumps the python-requirements group in /requirements with 1 update: [asgiref](https://github.com/django/asgiref). - [Changelog](https://github.com/django/asgiref/blob/main/CHANGELOG.txt) - [Commits](https://github.com/django/asgiref/compare/3.5.0...3.7.2) --- updated-dependencies: - dependency-name: asgiref dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 16 ++++++++++++++-- requirements/tests.in | 2 +- requirements/tests.txt | 2 +- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index e4d0d3e4..38445ba3 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -6,10 +6,12 @@ # alabaster==0.7.13 # via sphinx -asgiref==3.5.0 +asgiref==3.7.2 # via -r tests.in babel==2.13.1 # via sphinx +beautifulsoup4==4.12.2 + # via furo blinker==1.6.3 # via -r tests.in build==1.0.3 @@ -38,6 +40,8 @@ filelock==3.13.1 # via # tox # virtualenv +furo==2023.9.10 + # via -r docs.in identify==2.5.31 # via pre-commit idna==3.4 @@ -73,7 +77,9 @@ pluggy==1.3.0 pre-commit==3.5.0 # via -r dev.in pygments==2.16.1 - # via sphinx + # via + # furo + # sphinx pyproject-api==1.6.1 # via tox pyproject-hooks==1.0.0 @@ -88,14 +94,20 @@ semantic-version==2.10.0 # via -r tests.in snowballstemmer==2.2.0 # via sphinx +soupsieve==2.5 + # via beautifulsoup4 sphinx==7.2.6 # via # -r docs.in + # furo + # sphinx-basic-ng # sphinxcontrib-applehelp # sphinxcontrib-devhelp # sphinxcontrib-htmlhelp # sphinxcontrib-qthelp # sphinxcontrib-serializinghtml +sphinx-basic-ng==1.0.0b2 + # via furo sphinxcontrib-applehelp==1.0.7 # via sphinx sphinxcontrib-devhelp==1.0.5 diff --git a/requirements/tests.in b/requirements/tests.in index 7f8a3031..ac432c4c 100644 --- a/requirements/tests.in +++ b/requirements/tests.in @@ -1,6 +1,6 @@ blinker coverage -asgiref==3.5.0 +asgiref==3.7.2 pytest semantic_version pluggy diff --git a/requirements/tests.txt b/requirements/tests.txt index cd193fcf..ff133569 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -4,7 +4,7 @@ # # pip-compile tests.in # -asgiref==3.5.0 +asgiref==3.7.2 # via -r tests.in blinker==1.6.3 # via -r tests.in