mailersend-python icon indicating copy to clipboard operation
mailersend-python copied to clipboard

fix(deps): update dependency setuptools to v69

Open renovate[bot] opened this issue 2 years ago • 1 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
setuptools (changelog) ^68.0.0 -> ^69.0.0 age adoption passing confidence

Release Notes

pypa/setuptools (setuptools)

v69.2.0

Compare Source

v69.1.1

Compare Source

v69.1.0

Compare Source

v69.0.3

Compare Source

v69.0.2

Compare Source

v69.0.1

Compare Source

v69.0.0

Compare Source

v68.2.2

Compare Source

v68.2.1

Compare Source

v68.2.0

Compare Source

v68.1.2

Compare Source

v68.1.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[bot] avatar Nov 21 '23 02:11 renovate[bot]

⚠ 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
installing v2 tool python v3.12.0
[02:53:23.475] INFO (9): Installing tool python v3.12.0...
linking tool python v3.12.0
Python 3.12.0
pip 23.3.1 from /opt/containerbase/tools/python/3.12.0/lib/python3.12/site-packages/pip (python 3.12)
[02:53:32.054] INFO (9): Installed tool python in 8.5s.
[02:53:32.731] INFO (170): Installing tool poetry v1.2.2...
installing v2 tool poetry v1.2.2
linking tool poetry v1.2.2
Poetry (version 1.2.2)
[02:53:44.685] INFO (170): Installed tool poetry in 11.9s.
Creating virtualenv mailersend-q4xOzopL-py3.12 in /home/ubuntu/.cache/pypoetry/virtualenvs
Updating dependencies
Resolving dependencies...


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

Because setuptools (69.0.0) requires Python >=3.8
 and no versions of setuptools match >69.0.0,<70.0.0, setuptools is forbidden.
So, because mailersend depends on setuptools (^69.0.0), version solving failed.

  • Check your dependencies Python requirement: The Python requirement can be specified via the `python` or `markers` properties
    
    For setuptools, 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[bot] avatar Nov 21 '23 02:11 renovate[bot]