From e9ad5baea6413b07d8b808127b6694547b07c1c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 23:57:15 +0000 Subject: [PATCH 1/2] Bump tox from 4.4.6 to 4.4.7 Bumps [tox](https://github.com/tox-dev/tox) from 4.4.6 to 4.4.7. - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/compare/4.4.6...4.4.7) --- updated-dependencies: - dependency-name: tox dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fab8425d..0fd432af 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ "pytest<7.3", "pytest-cov==4.0.0", "testfixtures==7.1.0", - "tox==4.4.6", + "tox==4.4.7", "flake8==6.0.0", "flake8-docstrings==1.7.0", "aioresponses==0.7.4", From eb3af9b5a17c429a65b3757612f49562831d9d02 Mon Sep 17 00:00:00 2001 From: Stefan Negru Date: Tue, 14 Mar 2023 07:52:41 +0200 Subject: [PATCH 2/2] handover link changed --- docs/optionals.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/optionals.rst b/docs/optionals.rst index 6bb8e927..d498123d 100644 --- a/docs/optionals.rst +++ b/docs/optionals.rst @@ -10,7 +10,7 @@ Handover Protocol The handover protocol is a feature comparable to `HATEOAS and HAL `_. It can be used to convey extra information regarding the Beacon service, or the dataset response. -More information about the handover protocol can be read from the `Beacon Project page `_ and +More information about the handover protocol can be read from the `Beacon Project page `_ and Beacon Specification's `handover issue `_ at Github. The handover protocol can be configured in ``config.ini`` as follows: