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 django-stubs to v1.16.0 #472

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 26, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
django-stubs (changelog) ==1.9.0 -> ==1.16.0 age adoption passing confidence

Release Notes

typeddjango/django-stubs (django-stubs)

v1.16.0

Compare Source

What's Changed

This release updates recommended mypy version to 1.1.x.

Stubs fixes
Stubs additions
Housekeeping

New Contributors

Full Changelog: typeddjango/django-stubs@1.15.0...1.16.0

v1.15.0

Compare Source

This release updates recommended mypy version to 1.0.x. No changes in Django version compatibility.

Some re-exports that were unintentional have been removed. If you get errors like error: Module "django.core.cache" has no attribute "ConnectionProxy" (for any import path), you probably need to change the module you are importing e.g. ConnectionProxy from. These re-exports were never intentional and are not stable across Django versions.

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

What's Changed

Fixes
Django 4.2 compatibility
Documentation
Housekeeping
Dependencies

New Contributors

Full Changelog: typeddjango/django-stubs@1.14.0...1.15.0

v1.14.0

Compare Source

What's Changed

This release updates recommended mypy version to 0.991 and fixes a few regressions in the last release. No changes in Django version compatibility.

In addition to code contributions, I'd like to thank @​flaeppe, @​ngnpope and @​sobolevn who helped out with reviews.

Fixes for regressions from last version
Mypy plugin fixes
Enhancements
Housekeeping, dependencies

New Contributors

Full Changelog: typeddjango/django-stubs@1.13.2...1.14.0

v1.13.2

Compare Source

What's Changed

Mypy plugin fixes
Strings/translations
GeoDjango
Decorators
Other type stubs changes
Housekeeping
CI
Dependency updates

New Contributors

Full Changelog: typeddjango/django-stubs@1.13.1...1.13.2

v1.13.1: Version 1.13.1

Compare Source

What's Changed

Fixes
Housekeeping
Continuous integration
Dependency updates

New Contributors

Full Changelog: typeddjango/django-stubs@1.13.0...1.13.1

v1.13.0: Version 1.13.0 and django-stubs-ext@0.7.0

Compare Source

What's Changed

New Contributors


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 Mar 26, 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 1128ms
  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/pipenvj5bw0ejqrequirements/pipenv-rr4irf4b-constraints.txt (line 14) 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/django-stubs-1.x branch from 7b012f1 to de96eed Compare April 25, 2022 00:29
@renovate renovate bot changed the title Update dependency django-stubs to v1.10.0 Update dependency django-stubs to v1.10.1 Apr 25, 2022
@renovate renovate bot force-pushed the renovate/django-stubs-1.x branch from de96eed to 465804c Compare June 18, 2022 21:26
@renovate renovate bot changed the title Update dependency django-stubs to v1.10.1 Update dependency django-stubs to v1.12.0 Jun 18, 2022
@renovate renovate bot force-pushed the renovate/django-stubs-1.x branch from 465804c to 115844e Compare November 20, 2022 20:10
@renovate renovate bot changed the title Update dependency django-stubs to v1.12.0 Update dependency django-stubs to v1.13.0 Nov 20, 2022
@renovate renovate bot force-pushed the renovate/django-stubs-1.x branch from 115844e to 8db7852 Compare March 23, 2023 19:33
@renovate renovate bot changed the title Update dependency django-stubs to v1.13.0 Update dependency django-stubs to v1.16.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