lnginyard / hello-django

Initial Kenzie assessment
MIT License
0 stars 0 forks source link

Update dependency Django to v5 - autoclosed #9

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 10 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Django (source, changelog) ^4.0.0 -> ^5.0.0 age adoption passing confidence

Release Notes

django/django (Django) ### [`v5.0.7`](https://togithub.com/django/django/compare/5.0.6...5.0.7) [Compare Source](https://togithub.com/django/django/compare/5.0.6...5.0.7) ### [`v5.0.6`](https://togithub.com/django/django/compare/5.0.5...5.0.6) [Compare Source](https://togithub.com/django/django/compare/5.0.5...5.0.6) ### [`v5.0.5`](https://togithub.com/django/django/compare/5.0.4...5.0.5) [Compare Source](https://togithub.com/django/django/compare/5.0.4...5.0.5) ### [`v5.0.4`](https://togithub.com/django/django/compare/5.0.3...5.0.4) [Compare Source](https://togithub.com/django/django/compare/5.0.3...5.0.4) ### [`v5.0.3`](https://togithub.com/django/django/compare/5.0.2...5.0.3) [Compare Source](https://togithub.com/django/django/compare/5.0.2...5.0.3) ### [`v5.0.2`](https://togithub.com/django/django/compare/5.0.1...5.0.2) [Compare Source](https://togithub.com/django/django/compare/5.0.1...5.0.2) ### [`v5.0.1`](https://togithub.com/django/django/compare/5.0...5.0.1) [Compare Source](https://togithub.com/django/django/compare/5.0...5.0.1) ### [`v5.0`](https://togithub.com/django/django/compare/4.2.10...5.0) [Compare Source](https://togithub.com/django/django/compare/4.2.14...5.0)

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 was generated by Mend Renovate. View the repository job log.

renovate[bot] commented 10 months 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
Creating virtualenv hello-django-UzyzmDHK-py3.12 in /home/ubuntu/.cache/pypoetry/virtualenvs
Updating dependencies
Resolving dependencies...

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

Because no versions of django match >5.0.0,<5.0.1 || >5.0.1,<6.0.0
 and django (5.0) requires Python >=3.10, django is forbidden.
So, because django (5.0.1) requires Python >=3.10
 and hello-django depends on Django (^5.0.0), version solving failed.

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

    For django, a possible solution would be to set the `python` property to ">=3.10,<4.0"
    For django, a possible solution would be to set the `python` property to ">=3.10,<4.0"

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