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

Update dependency djangorestframework-stubs to v1.10.0 #481

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 25, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
djangorestframework-stubs (changelog) ==1.4.0 -> ==1.10.0 age adoption passing confidence

Release Notes

typeddjango/djangorestframework-stubs (djangorestframework-stubs)

v1.10.0

Compare Source

What's Changed

This release updates recommended mypy version to 1.1.x.

Stubs fixes
Housekeeping

New Contributors

Full Changelog: typeddjango/djangorestframework-stubs@1.9.1...1.10.0

v1.9.1

Compare Source

Emergency release to fix packaging issues in yesterday's version.

For yet unknown reasons, the wheel package of djangorestframework-stubs 1.9.0 also contained the full source code of Django REST Framework version 3.11. Thus installing djangorestframework-stubs 1.9.0 would overwrite djangorestframework files.

To fix an installation with this issue: pip uninstall djangorestframework djangorestframework-stubs && pip install djangorestframework djangorestframework-stubs==1.9.1 (tweak as necessary if you need a particular djangorestframework version)

Thanks to @​monosans for debugging this issue. For details, see https://github.com/typeddjango/djangorestframework-stubs/issues/362

What's Changed

Housekeeping
Project CI

Full Changelog: typeddjango/djangorestframework-stubs@1.9.0...1.9.1

v1.9.0

Compare Source

This release updates recommended mypy version to 1.0.x.

In addition to code contributions, I'd like to thank @​PedroPerpetua @​sobolevn @​mschoettle @​piotrszyma for helping out with reviews.

What's Changed

Type stubs
Type stubs: Serializer fields
Type stubs: Strings/translations
Dependencies
CI & Housekeeping

New Contributors

Full Changelog: typeddjango/djangorestframework-stubs@1.8.0...1.9.0

v1.8.0: Version 1.8.0

Compare Source

What's Changed

Continuous integration

Dependency updates

New Contributors

Full Changelog: typeddjango/djangorestframework-stubs@1.7.0...1.8.0

v1.7.0: Version 1.7.0

Compare Source

v1.6.0: Version 1.6.0

Compare Source

  • mypy 0.950 support

v1.5.0: Version 1.5.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
Copy link
Contributor Author

renovate bot commented Apr 25, 2022

⚠ 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: django-starter/Pipfile.lock
Command failed: docker run --rm --name=renovate_a_sidecar --label=renovate_a_child -v "/tmp/worker/75c629/238740/repos/github/lambda07info/tmp20200815":"/tmp/worker/75c629/238740/repos/github/lambda07info/tmp20200815" -v "/tmp/worker/75c629/238740/cache":"/tmp/worker/75c629/238740/cache" -e PIPENV_CACHE_DIR -e PIP_CACHE_DIR -e BUILDPACK_CACHE_DIR -e CONTAINERBASE_CACHE_DIR -w "/tmp/worker/75c629/238740/repos/github/lambda07info/tmp20200815/django-starter" docker.io/containerbase/sidecar bash -l -c "install-tool python 3.8.16 && pip install --user pipenv && pipenv lock"
Creating a virtualenv for this project...
Pipfile: /tmp/worker/75c629/238740/repos/github/lambda07info/tmp20200815/django-starter/Pipfile
Using /usr/local/bin/python3.8 (3.8.16) to create virtualenv...
created virtual environment CPython3.8.16.final.0-64 in 1093ms
  creator CPython3Posix(dest=/home/ubuntu/.local/share/virtualenvs/django-starter-_nDgQy8R, clear=False, no_vcs_ignore=False, global=False)
  seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/home/ubuntu/.local/share/virtualenv)
    added seed packages: pip==23.0.1, setuptools==67.4.0, wheel==0.38.4
  activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator

✔ Successfully created virtual environment!
Virtualenv location: /home/ubuntu/.local/share/virtualenvs/django-starter-_nDgQy8R
Locking [packages] dependencies...
Locking [dev-packages] dependencies...

CRITICAL:pipenv.patched.pip._internal.resolution.resolvelib.factory:Cannot install -r /tmp/pipenvzqpctpo8requirements/pipenv-r8vso45e-constraints.txt (line 21), -r /tmp/pipenvzqpctpo8requirements/pipenv-r8vso45e-constraints.txt (line 29) and mypy==0.910 because these package versions have conflicting dependencies.
[ResolutionFailure]:   File "/home/ubuntu/.local/lib/python3.8/site-packages/pipenv/resolver.py", line 811, in _main
[ResolutionFailure]:       resolve_packages(
[ResolutionFailure]:   File "/home/ubuntu/.local/lib/python3.8/site-packages/pipenv/resolver.py", line 759, in resolve_packages
[ResolutionFailure]:       results, resolver = resolve(
[ResolutionFailure]:   File "/home/ubuntu/.local/lib/python3.8/site-packages/pipenv/resolver.py", line 738, in resolve
[ResolutionFailure]:       return resolve_deps(
[ResolutionFailure]:   File "/home/ubuntu/.local/lib/python3.8/site-packages/pipenv/utils/resolver.py", line 1100, in resolve_deps
[ResolutionFailure]:       results, hashes, markers_lookup, resolver, skipped = actually_resolve_deps(
[ResolutionFailure]:   File "/home/ubuntu/.local/lib/python3.8/site-packages/pipenv/utils/resolver.py", line 899, in actually_resolve_deps
[ResolutionFailure]:       resolver.resolve()
[ResolutionFailure]:   File "/home/ubuntu/.local/lib/python3.8/site-packages/pipenv/utils/resolver.py", line 687, in resolve
[ResolutionFailure]:       raise ResolutionFailure(message=str(e))
[pipenv.exceptions.ResolutionFailure]: Warning: Your dependencies could not be resolved. You likely have a mismatch in your sub-dependencies.
  You can use $ pipenv install --skip-lock to bypass this mechanism, then run $ pipenv graph to inspect the situation.
  Hint: try $ pipenv lock --pre if it is a pre-release dependency.
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts


@renovate renovate bot force-pushed the renovate/djangorestframework-stubs-1.x branch from 9292ea6 to 336effa Compare June 18, 2022 21:28
@renovate renovate bot changed the title Update dependency djangorestframework-stubs to v1.5.0 Update dependency djangorestframework-stubs to v1.6.0 Jun 18, 2022
@renovate renovate bot force-pushed the renovate/djangorestframework-stubs-1.x branch from 336effa to e13364e Compare June 23, 2022 18:47
@renovate renovate bot changed the title Update dependency djangorestframework-stubs to v1.6.0 Update dependency djangorestframework-stubs to v1.7.0 Jun 23, 2022
@renovate renovate bot force-pushed the renovate/djangorestframework-stubs-1.x branch from e13364e to 3a3f731 Compare November 20, 2022 20:12
@renovate renovate bot changed the title Update dependency djangorestframework-stubs to v1.7.0 Update dependency djangorestframework-stubs to v1.8.0 Nov 20, 2022
@renovate renovate bot force-pushed the renovate/djangorestframework-stubs-1.x branch from 3a3f731 to f20a9a9 Compare March 23, 2023 19:35
@renovate renovate bot changed the title Update dependency djangorestframework-stubs to v1.8.0 Update dependency djangorestframework-stubs to v1.10.0 Mar 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants