Skip to content
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

Merged
merged 14 commits into from
Jul 10, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 9, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
path >=13.1,<16.0 -> >=14,<=16.6.0 age adoption passing confidence

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added chore dependencies Pull requests that update a dependency file labels Jul 9, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Jul 9, 2023

⚠ Artifact update problem

Renovate 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:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: poetry.lock
[16:49:58.625] INFO (9): Installing tool python v3.11.4...
[16:49:58.628] INFO (9): Preparing legacy tool python ...
installing v2 tool python v3.11.4
linking tool python v3.11.4
Python 3.11.4
pip 23.1.2 from /opt/containerbase/tools/python/3.11.4/lib/python3.11/site-packages/pip (python 3.11)
[16:50:04.487] INFO (9): Installed tool python in 5.8s.
[16:50:04.599] INFO (154): Installing tool poetry v1.5.1...
[16:50:04.602] INFO (154): Preparing legacy tool poetry ...
installing v2 tool poetry v1.5.1
linking tool poetry v1.5.1
Poetry (version 1.5.1)
[16:50:14.008] INFO (154): Installed tool poetry in 9.4s.
Updating dependencies
Resolving dependencies...

/usr/local/bin/docker: line 4: .: filename argument required
.: usage: . filename [arguments]
Creating virtualenv mutapath-3O9HlL40-py3.11 in /home/ubuntu/.cache/pypoetry/virtualenvs

The current project's Python requirement (>=3.7,<4.0) is not compatible with some of the required packages Python requirement:
  - path requires Python >=3.8, so it will not be satisfied for Python >=3.7,<3.8
  - path requires Python >=3.8, so it will not be satisfied for Python >=3.7,<3.8

Because no versions of path match >16.7,<16.7.1 || >16.7.1,<16.8
 and path (16.7.0) requires Python >=3.8, path is forbidden.
So, because path (16.7.1) requires Python >=3.8
 and mutapath depends on path (>=16.7,<16.8), version solving failed.

  • Check your dependencies Python requirement: The Python requirement can be specified via the `python` or `markers` properties
    
    For path, a possible solution would be to set the `python` property to ">=3.8,<4.0"
    For path, 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

@renovate renovate bot force-pushed the renovate/path-16.x branch 2 times, most recently from 43f1a3b to fa47380 Compare July 9, 2023 14:58
@matfax matfax changed the title fix(deps): update dependency path to v16 fix(deps): update dependency path to v16.7 Jul 9, 2023
@matfax matfax changed the title fix(deps): update dependency path to v16.7 fix(deps): update dependency path to v16.6 Jul 9, 2023
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/path-16.x branch from 305eb38 to 5a42ba0 Compare July 9, 2023 16:50
@renovate renovate bot changed the title fix(deps): update dependency path to v16.6 fix(deps): update dependency path to v16 Jul 9, 2023
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.
@renovate
Copy link
Contributor Author

renovate bot commented Jul 9, 2023

Edited/Blocked Notification

Renovate 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.

@matfax matfax changed the title fix(deps): update dependency path to v16 fix(deps): update dependency path to v16.6.0 Jul 9, 2023
matfax added 12 commits July 9, 2023 19:11
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.
@matfax matfax merged commit 672eeef into main Jul 10, 2023
@matfax matfax deleted the renovate/path-16.x branch July 10, 2023 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant