loonghao / photoshop-python-api

Python API for Photoshop.
https://loonghao.github.io/photoshop-python-api/
MIT License
625 stars 71 forks source link

chore(deps): update dependency mkdocs-include-markdown-plugin to v5 - autoclosed #279

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mkdocs-include-markdown-plugin (changelog) ^3.3.0 -> ^5.0.0 age adoption passing confidence

Release Notes

mondeja/mkdocs-include-markdown-plugin (mkdocs-include-markdown-plugin) ### [`v5.0.0`](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/releases/tag/v5.0.0) [Compare Source](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/compare/v4.0.4...v5.0.0) #### Breaking changes - Drop Python 3.7 support. - Drop Mkdocs < 1.4.0 support. #### Enhancements - Add support for Python 3.12. #### New features - Files to include can be now be URLs to include remote content. - Added `cache` extra and setting to control HTTP requests persistent file caching. #### Bug fixes - Fix errors not producing a non zero exitcode when building. ### [`v4.0.4`](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/releases/tag/v4.0.4) [Compare Source](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/compare/v4.0.3...v4.0.4) Bug fixes: - Fixed error using livereload server with Mkdocs < 1.4.0 ### [`v4.0.3`](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/releases/tag/v4.0.3) [Compare Source](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/compare/v4.0.2...v4.0.3) Enhancements: - Added some performance improvements. ### [`v4.0.2`](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/releases/tag/v4.0.2) [Compare Source](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/compare/v4.0.1...v4.0.2) Bug fixes: - Fixed LiveReloadServer not imported at runtime with `serve` command (regression in 4.0.1) ### [`v4.0.1`](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/releases/tag/v4.0.1) [Compare Source](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/compare/v4.0.0...v4.0.1) Enhancements: - The plugin has been fully typed. Bug fixes: - Prevented an edge case bug when specifying an invalid encoding parameter in directives. ### [`v4.0.0`](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/releases/tag/v4.0.0) [Compare Source](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/compare/v3.9.1...v4.0.0) :warning: Breaking changes: - The plugin is no longer installable on Python 3.6.

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.

renovate[bot] commented 1 year ago

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

The artifact failure details are included below:

File name: poetry.lock
[11:45:53.176] INFO (9): Installing tool python v3.11.4...
installing v2 tool python v3.11.4
linking tool python v3.11.4
Python 3.11.4
pip 23.2.1 from /opt/containerbase/tools/python/3.11.4/lib/python3.11/site-packages/pip (python 3.11)
[11:46:00.282] INFO (9): Installed tool python in 7.1s.
[11:46:00.397] INFO (148): Installing tool poetry v1.5.1...
installing v2 tool poetry v1.5.1
linking tool poetry v1.5.1
Poetry (version 1.5.1)
[11:46:10.364] INFO (148): Installed tool poetry in 9.9s.
Updating dependencies
Resolving dependencies...

/usr/local/bin/docker: line 4: .: filename argument required
.: usage: . filename [arguments]
Creating virtualenv photoshop-python-api-s-Cg1R8n-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:
  - mkdocs-include-markdown-plugin requires Python <3.13,>=3.8, so it will not be satisfied for Python >=3.7,<3.8 || >=3.13,<4.0

Because no versions of mkdocs-include-markdown-plugin match >5.0.0,<6.0.0
 and mkdocs-include-markdown-plugin (5.0.0) requires Python <3.13,>=3.8, mkdocs-include-markdown-plugin is forbidden.
So, because photoshop-python-api depends on mkdocs-include-markdown-plugin (^5.0.0), version solving failed.

  β€’ Check your dependencies Python requirement: The Python requirement can be specified via the `python` or `markers` properties

    For mkdocs-include-markdown-plugin, a possible solution would be to set the `python` property to ">=3.8,<3.13"

    https://python-poetry.org/docs/dependency-specification/#python-restricted-dependencies,
    https://python-poetry.org/docs/dependency-specification/#using-environment-markers