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 drf-yasg to v1.21.7 #14

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Sep 25, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
drf-yasg ==1.20.0 -> ==1.21.7 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

axnsan12/drf-yasg (drf-yasg)

v1.21.7

Compare Source

v1.21.6

Compare Source

v1.21.5

Compare Source

ADDED: Python 3.10 support (#​818)
DEPRECATED: Python 3.6 support as it's been deprecated by swagger-spec-validator
FIXED: RecursiveField resolver (#​822)

v1.21.4

Compare Source

FIXED: Remove NullBooleanFields if the django-rest-framework version >= 3.14.0 (#​814)

v1.21.3

Compare Source

FIXED: Set generator url for swagger_settings.DEFAULT_API_URL (#​682)
FIXED: Check fields for allow_null attribute (#​688)
FIXED: Encode pytz object field as a string by default (#​717)
FIXED: Handle errors rendering with TemplateHTMLRenderer (#​742)

v1.21.2

Compare Source

FIXED: Fixed code block rst syntax in README.rst (#​797)

v1.21.0

Compare Source

  • IMPROVED: Add utf-8 support to yaml loaders (#​692)

v1.20.3

Compare Source

  • FIXED: Source mapping in redoc.min.js (#​778)
  • FIXED: Publish action tag pattern in publish.yml (#​794)

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
Author

renovate bot commented Sep 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: Pipfile.lock
Command failed: docker run --rm --name=renovate_a_sidecar --label=renovate_a_child --memory=3584m -v "/tmp/worker/6aca98/8a91ba/repos/github/w0rng/work-searh-help":"/tmp/worker/6aca98/8a91ba/repos/github/w0rng/work-searh-help" -v "/tmp/worker/6aca98/8a91ba/cache":"/tmp/worker/6aca98/8a91ba/cache" -e PIPENV_CACHE_DIR -e PIP_CACHE_DIR -e CONTAINERBASE_CACHE_DIR -w "/tmp/worker/6aca98/8a91ba/repos/github/w0rng/work-searh-help" ghcr.io/containerbase/sidecar:9.6.1 bash -l -c "install-tool python 3.9.17 && install-tool pipenv 2023.7.11 && pipenv lock"
/usr/local/bin/docker: line 4: .: filename argument required
.: usage: . filename [arguments]
Creating a virtualenv for this project...
Pipfile: /tmp/worker/6aca98/8a91ba/repos/github/w0rng/work-searh-help/Pipfile
Using /opt/containerbase/tools/python/3.9.17/bin/python3.9 (3.9.17) to create virtualenv...
created virtual environment CPython3.9.17.final.0-64 in 806ms
  creator CPython3Posix(dest=/home/ubuntu/.local/share/virtualenvs/work-searh-help-LuLVLpCU, 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.2, setuptools==68.0.0, wheel==0.40.0
  activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator

✔ Successfully created virtual environment!
Virtualenv location: /home/ubuntu/.local/share/virtualenvs/work-searh-help-LuLVLpCU
Locking [packages] dependencies...
ERROR:pip.subprocessor:[present-rich] python setup.py egg_info exited with 1
Traceback (most recent call last):
  File "/opt/containerbase/tools/pipenv/2023.7.11/3.9/lib/python3.9/site-packages/pipenv/patched/pip/_internal/operations/build/metadata_legacy.py", line 64, in generate_metadata
    call_subprocess(
  File "/opt/containerbase/tools/pipenv/2023.7.11/3.9/lib/python3.9/site-packages/pipenv/patched/pip/_internal/utils/subprocess.py", line 224, in call_subprocess
    raise error
pipenv.patched.pip._internal.exceptions.InstallationSubprocessError: python setup.py egg_info exited with 1

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/opt/containerbase/tools/pipenv/2023.7.11/3.9/lib/python3.9/site-packages/pipenv/utils/resolver.py", line 709, in resolve
    results = resolver.resolve(self.constraints, check_supported_wheels=False)
  File "/opt/containerbase/tools/pipenv/2023.7.11/3.9/lib/python3.9/site-packages/pipenv/patched/pip/_internal/resolution/resolvelib/resolver.py", line 92, in resolve
    result = self._result = resolver.resolve(
  File "/opt/containerbase/tools/pipenv/2023.7.11/3.9/lib/python3.9/site-packages/pipenv/patched/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve
    state = resolution.resolve(requirements, max_rounds=max_rounds)
  File "/opt/containerbase/tools/pipenv/2023.7.11/3.9/lib/python3.9/site-packages/pipenv/patched/pip/_vendor/resolvelib/resolvers.py", line 427, in resolve
    failure_causes = self._attempt_to_pin_criterion(name)
  File "/opt/containerbase/tools/pipenv/2023.7.11/3.9/lib/python3.9/site-packages/pipenv/patched/pip/_vendor/resolvelib/resolvers.py", line 239, in _attempt_to_pin_criterion
    criteria = self._get_updated_criteria(candidate)
  File "/opt/containerbase/tools/pipenv/2023.7.11/3.9/lib/python3.9/site-packages/pipenv/patched/pip/_vendor/resolvelib/resolvers.py", line 230, in _get_updated_criteria
    self._add_to_criteria(criteria, requirement, parent=candidate)
  File "/opt/containerbase/tools/pipenv/2023.7.11/3.9/lib/python3.9/site-packages/pipenv/patched/pip/_vendor/resolvelib/resolvers.py", line 173, in _add_to_criteria
    if not criterion.candidates:
  File "/opt/containerbase/tools/pipenv/2023.7.11/3.9/lib/python3.9/site-packages/pipenv/patched/pip/_vendor/resolvelib/structs.py", line 156, in __bool__
    return bool(self._sequence)
  File "/opt/containerbase/tools/pipenv/2023.7.11/3.9/lib/python3.9/site-packages/pipenv/patched/pip/_internal/resolution/resolvelib/found_candidates.py", line 155, in __bool__
    return any(self)
  File "/opt/containerbase/tools/pipenv/2023.7.11/3.9/lib/python3.9/site-packages/pipenv/patched/pip/_internal/resolution/resolvelib/found_candidates.py", line 143, in <genexpr>
    return (c for c in iterator if id(c) not in self._incompatible_ids)
  File "/opt/containerbase/tools/pipenv/2023.7.11/3.9/lib/python3.9/site-packages/pipenv/patched/pip/_internal/resolution/resolvelib/found_candidates.py", line 47, in _iter_built
    candidate = func()
  File "/opt/containerbase/tools/pipenv/2023.7.11/3.9/lib/python3.9/site-packages/pipenv/patched/pip/_internal/resolution/resolvelib/factory.py", line 206, in _make_candidate_from_link
    self._link_candidate_cache[link] = LinkCandidate(
  File "/opt/containerbase/tools/pipenv/2023.7.11/3.9/lib/python3.9/site-packages/pipenv/patched/pip/_internal/resolution/resolvelib/candidates.py", line 297, in __init__
    super().__init__(
  File "/opt/containerbase/tools/pipenv/2023.7.11/3.9/lib/python3.9/site-packages/pipenv/patched/pip/_internal/resolution/resolvelib/candidates.py", line 157, in __init__
    self.dist = self._prepare()
  File "/opt/containerbase/tools/pipenv/2023.7.11/3.9/lib/python3.9/site-packages/pipenv/patched/pip/_internal/resolution/resolvelib/candidates.py", line 226, in _prepare
    dist = self._prepare_distribution()
  File "/opt/containerbase/tools/pipenv/2023.7.11/3.9/lib/python3.9/site-packages/pipenv/patched/pip/_internal/resolution/resolvelib/candidates.py", line 308, in _prepare_distribution
    return preparer.prepare_linked_requirement(self._ireq, parallel_builds=True)
  File "/opt/containerbase/tools/pipenv/2023.7.11/3.9/lib/python3.9/site-packages/pipenv/patched/pip/_internal/operations/prepare.py", line 516, in prepare_linked_requirement
    return self._prepare_linked_requirement(req, parallel_builds)
  File "/opt/containerbase/tools/pipenv/2023.7.11/3.9/lib/python3.9/site-packages/pipenv/patched/pip/_internal/operations/prepare.py", line 631, in _prepare_linked_requirement
    dist = _get_prepared_distribution(
  File "/opt/containerbase/tools/pipenv/2023.7.11/3.9/lib/python3.9/site-packages/pipenv/patched/pip/_internal/operations/prepare.py", line 69, in _get_prepared_distribution
    abstract_dist.prepare_distribution_metadata(
  File "/opt/containerbase/tools/pipenv/2023.7.11/3.9/lib/python3.9/site-packages/pipenv/patched/pip/_internal/distributions/sdist.py", line 61, in prepare_distribution_metadata
    self.req.prepare_metadata()
  File "/opt/containerbase/tools/pipenv/2023.7.11/3.9/lib/python3.9/site-packages/pipenv/patched/pip/_internal/req/req_install.py", line 562, in prepare_metadata
    self.metadata_directory = generate_metadata_legacy(
  File "/opt/containerbase/tools/pipenv/2023.7.11/3.9/lib/python3.9/site-packages/pipenv/patched/pip/_internal/operations/build/metadata_legacy.py", line 71, in generate_metadata
    raise MetadataGenerationFailed(package_details=details) from error
pipenv.patched.pip._internal.exceptions.MetadataGenerationFailed: metadata generation failed

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/containerbase/tools/pipenv/2023.7.11/3.9/lib/python3.9/site-packages/pipenv/utils/resolver.py", line 1082, in venv_resolve_deps
    results = resolve_packages(
  File "/opt/containerbase/tools/pipenv/2023.7.11/3.9/lib/python3.9/site-packages/pipenv/resolver.py", line 654, in resolve_packages
    results, resolver = resolve(
  File "/opt/containerbase/tools/pipenv/2023.7.11/3.9/lib/python3.9/site-packages/pipenv/resolver.py", line 634, in resolve
    return resolve_deps(
  File "/opt/containerbase/tools/pipenv/2023.7.11/3.9/lib/python3.9/site-packages/pipenv/utils/resolver.py", line 1134, in resolve_deps
    results, hashes, markers_lookup, resolver, skipped = actually_resolve_deps(
  File "/opt/containerbase/tools/pipenv/2023.7.11/3.9/lib/python3.9/site-packages/pipenv/utils/resolver.py", line 969, in actually_resolve_deps
    resolver.resolve()
  File "/opt/containerbase/tools/pipenv/2023.7.11/3.9/lib/python3.9/site-packages/pipenv/utils/resolver.py", line 711, in resolve
    raise ResolutionFailure(message=str(e))
pipenv.exceptions.ResolutionFailure: �[31m�[1mERROR�[0m: �[33mmetadata generation failed�[0m

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/containerbase/tools/pipenv/2023.7.11/3.9/bin/pipenv", line 8, in <module>
    sys.exit(cli())
  File "/opt/containerbase/tools/pipenv/2023.7.11/3.9/lib/python3.9/site-packages/pipenv/vendor/click/core.py", line 1130, in __call__
    return self.main(*args, **kwargs)
  File "/opt/containerbase/tools/pipenv/2023.7.11/3.9/lib/python3.9/site-packages/pipenv/cli/options.py", line 58, in main
    return super().main(*args, **kwargs, windows_expand_args=False)
  File "/opt/containerbase/tools/pipenv/2023.7.11/3.9/lib/python3.9/site-packages/pipenv/vendor/click/core.py", line 1055, in main
    rv = self.invoke(ctx)
  File "/opt/containerbase/tools/pipenv/2023.7.11/3.9/lib/python3.9/site-packages/pipenv/vendor/click/core.py", line 1657, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "/opt/containerbase/tools/pipenv/2023.7.11/3.9/lib/python3.9/site-packages/pipenv/vendor/click/core.py", line 1404, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/opt/containerbase/tools/pipenv/2023.7.11/3.9/lib/python3.9/site-packages/pipenv/vendor/click/core.py", line 760, in invoke
    return __callback(*args, **kwargs)
  File "/opt/containerbase/tools/pipenv/2023.7.11/3.9/lib/python3.9/site-packages/pipenv/vendor/click/decorators.py", line 84, in new_func
    return ctx.invoke(f, obj, *args, **kwargs)
  File "/opt/containerbase/tools/pipenv/2023.7.11/3.9/lib/python3.9/site-packages/pipenv/vendor/click/core.py", line 760, in invoke
    return __callback(*args, **kwargs)
  File "/opt/containerbase/tools/pipenv/2023.7.11/3.9/lib/python3.9/site-packages/pipenv/vendor/click/decorators.py", line 26, in new_func
    return f(get_current_context(), *args, **kwargs)
  File "/opt/containerbase/tools/pipenv/2023.7.11/3.9/lib/python3.9/site-packages/pipenv/cli/command.py", line 364, in lock
    do_lock(
  File "/opt/containerbase/tools/pipenv/2023.7.11/3.9/lib/python3.9/site-packages/pipenv/routines/lock.py", line 65, in do_lock
    venv_resolve_deps(
  File "/opt/containerbase/tools/pipenv/2023.7.11/3.9/lib/python3.9/site-packages/pipenv/utils/resolver.py", line 1100, in venv_resolve_deps
    raise RuntimeError("There was a problem with locking.")
RuntimeError: There was a problem with locking.

@renovate renovate bot changed the title Update dependency drf-yasg to v1.21.3 Update dependency drf-yasg to v1.21.4 Nov 20, 2022
@renovate renovate bot changed the title Update dependency drf-yasg to v1.21.4 Update dependency drf-yasg to v1.21.5 Mar 18, 2023
@renovate renovate bot changed the title Update dependency drf-yasg to v1.21.5 Update dependency drf-yasg to v1.21.6 Jun 16, 2023
@renovate renovate bot changed the title Update dependency drf-yasg to v1.21.6 Update dependency drf-yasg to v1.21.7 Jul 21, 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