-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update dependency path to v16.6.0 #301
Conversation
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: poetry.lock
|
43f1a3b
to
fa47380
Compare
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
305eb38
to
5a42ba0
Compare
Updated the content-hash package version in poetry.lock file and modified the path constraint in pyproject.toml to include a narrower range of versions.
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
Updated the references to 'path.multimethod' with 'path.classes.multimethod' in immutapath.py file.
Updated the import statement to use 'multimethod' from the 'path' package instead of 'path.classes.multimethod'. This simplifies and clarifies the code.
- Updated the build configuration file (.readthedocs.yml) to use Ubuntu 22.04 as the operating system. - Modified the Python version to 3.8 in the build configuration. - Added installation steps for Poetry and configured it to not create a virtual environment. - Included post-installation steps to install dependencies from the 'docs' dependency group using Poetry. added sphinx, sphinx-rtd-theme, sphinx-fakeinv, and m2r2 as dependencies in pyproject.toml
Updated various Python packages to their latest versions. This includes updates to `alabaster`, `babel`, `docutils`, `imagesize`, `jinja2`, `markupsafe`, `m2r2`, `packaging`, `pygments`, `pyparsing`,`pytz`,`sphinx` and its related extensions (`sphinx-fakeinv`,`sphinx-rtd-theme`,`sphinxcontrib-applehelp`,`sphinxcontrib-devhelp`, `sphinxcontrib-htmlhelp`,`sphinxcontrib-jquery`,`sphinxcontrib-jsmath`, `sphinxcontrib-qthelp`and`sphinx-contrib-serializinghtml`).
Updated the versions of various dependencies, including colorama, setuptools, Sphinx, and snowballstemmer. Also removed an unused package (sphinx-fakeinv) from the dependencies.
…tmembers Replaced the usage of `inspect.safe_getmembers` with `inspect.getmembers` in the `attributes.py` file. The former method was deprecated and no longer recommended, so it was updated to use the latter method for retrieving members from the `mutapath.Path` and `mutapath.MutaPath` classes.
Updated the Sphinx version in the pyproject.toml file from 5.3.0 to 6.2.1.
Updated the pyproject.toml file to specify a minimum required Python version of 3.8 instead of 3.7.
The Python version in the build.yml file was updated from [3.7, 3.8] to [3.8].
Locked dependencies in poetry.lock have been updated, changing the content-hash value. Additionally, the 'path' dependency in pyproject.toml has been restricted to versions between 14 and 16.6.0.
This PR contains the following updates:
>=13.1,<16.0
->>=14,<=16.6.0
Release Notes
jaraco/path (path)
v16.6.0
Compare Source
v16.5.0
Compare Source
v16.4.0
Compare Source
v16.3.0
Compare Source
v16.2.0
Compare Source
v16.1.0
Compare Source
v16.0.0
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.