Update dependency sphinx_rtd_theme to v3
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
sphinx_rtd_theme | dev-dependencies | major |
^0.5.0 -> ^3.0.0
|
Release Notes
readthedocs/sphinx_rtd_theme (sphinx_rtd_theme)
v3.0.2
v3.0.1
v3.0.0
v2.0.0
v1.3.0
v1.2.2
v1.2.1
v1.2.0
v1.1.1
v1.1.0
v1.0.0
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by Tine Wittler
Merge request reports
Activity
Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this MR as-is.
Renovate will retry this branch, including artifacts, only when one of the following happens:- any of the package files in this branch needs updating, or
- the branch becomes conflicted, or
- you check the rebase/retry checkbox if found above, or
- you rename this MR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: poetry.lock
Creating virtualenv bigbluebutton2-02OWFZKs-py3.10 in /home/ubuntu/.cache/pypoetry/virtualenvs Updating dependencies Resolving dependencies... SolverProblemError The current project's Python requirement (>=3.7,<4.0) is not compatible with some of the required packages Python requirement: - sphinx-rtd-theme requires Python >=3.8, so it will not be satisfied for Python >=3.7,<3.8 - sphinx-rtd-theme requires Python >=3.8, so it will not be satisfied for Python >=3.7,<3.8 - sphinx-rtd-theme requires Python >=3.8, so it will not be satisfied for Python >=3.7,<3.8 Because no versions of sphinx-rtd-theme match >3.0.0,<3.0.1 || >3.0.1,<3.0.2 || >3.0.2,<4.0.0 and sphinx-rtd-theme (3.0.0) requires Python >=3.8, sphinx-rtd-theme is forbidden. And because sphinx-rtd-theme (3.0.1) requires Python >=3.8, sphinx-rtd-theme is forbidden. So, because sphinx-rtd-theme (3.0.2) requires Python >=3.8 and bigbluebutton2 depends on sphinx_rtd_theme (^3.0.0), version solving failed. at /usr/local/poetry/1.1.11/venv/lib/python3.10/site-packages/poetry/puzzle/solver.py:241 in _solve 237│ packages = result.packages 238│ except OverrideNeeded as e: 239│ return self.solve_in_compatibility_mode(e.overrides, use_latest=use_latest) 240│ except SolveFailure as e: → 241│ raise SolverProblemError(e) 242│ 243│ results = dict( 244│ depth_first_search( 245│ PackageNode(self._package, packages), aggregate_package_nodes • Check your dependencies Python requirement: The Python requirement can be specified via the `python` or `markers` properties For sphinx-rtd-theme, a possible solution would be to set the `python` property to ">=3.8,<4.0" For sphinx-rtd-theme, a possible solution would be to set the `python` property to ">=3.8,<4.0" For sphinx-rtd-theme, a possible solution would be to set the `python` property to ">=3.8,<4.0" https://python-poetry.org/docs/dependency-specification/#python-restricted-dependencies, https://python-poetry.org/docs/dependency-specification/#using-environment-markers
mentioned in issue #41
Please register or sign in to reply