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 all patch versions (2.6) (patch) #11349

Merged
merged 1 commit into from
Sep 1, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 1, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Fiona ==1.10b3 -> ==1.10.0rc1 age adoption passing confidence
urllib3 (changelog) ==1.26.19 -> ==1.26.20 age adoption passing confidence
webob ==1.8.7 -> ==1.8.8 age adoption passing confidence
zipp ==3.19.2 -> ==3.19.3 age adoption passing confidence

Release Notes

Toblerity/Fiona (Fiona)

v1.10.0rc1

Compare Source

This is the first release candidate for 1.10.0.

Changes
  • Mutable item access to Feature, Geometry, and Properties instances has been restored (reported in #​1430). This usage should be avoided as instances of these classes will be immutable in a future version.
  • The setup.cfg duplicates project configuration in pyproject.toml and has been removed.
Packaging
  • PyPI wheels include GDAL 3.9.2.

Please see the CHANGES file for a more detailed enumeration of changes since version 1.10b1. Unless showstopper bugs are found in this release, expect a final 1.10.0 release in two weeks.

urllib3/urllib3 (urllib3)

v1.26.20

Compare Source

====================

  • Fixed a crash where certain standard library hash functions were absent in
    FIPS-compliant environments.
    (#&#8203;3432 <https://github.com/urllib3/urllib3/issues/3432>__)
  • Replaced deprecated dash-separated setuptools entries in setup.cfg.
    (#&#8203;3461 <https://github.com/urllib3/urllib3/pull/3461>__)
  • Took into account macOS setting ECONNRESET instead of EPROTOTYPE in
    its newer versions.
    (#&#8203;3416 <https://github.com/urllib3/urllib3/pull/3416>__)
  • Backported changes to our tests and CI configuration from v2.x to support
    testing with CPython 3.12 and 3.13.
    (#&#8203;3436 <https://github.com/urllib3/urllib3/pull/3436>__)
jaraco/zipp (zipp)

v3.19.3

Compare Source


Configuration

📅 Schedule: Branch creation - "after 5pm on the first day of the month" in timezone Europe/Zurich, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Update the dependencies label Sep 1, 2024
@renovate renovate bot enabled auto-merge (rebase) September 1, 2024 15:34
Copy link
Contributor Author

renovate bot commented Sep 1, 2024

⚠️ 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: pipenv lock
Loading .env environment variables...
Creating a virtualenv for this project...
Pipfile: /tmp/renovate/repos/github/camptocamp/c2cgeoportal/Pipfile
Using /opt/containerbase/tools/python/3.8.19/bin/python3.8 (3.8.19) to create virtualenv...
created virtual environment CPython3.8.19.final.0-64 in 354ms
  creator CPython3Posix(dest=/tmp/renovate/cache/others/virtualenvs/c2cgeoportal-DevFxLjq, clear=False, no_vcs_ignore=False, global=False)
  seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/opt/containerbase/home/.local/share/virtualenv)
    added seed packages: pip==24.1, setuptools==70.1.0, wheel==0.43.0
  activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator

✔ Successfully created virtual environment!
Virtualenv location: /tmp/renovate/cache/others/virtualenvs/c2cgeoportal-DevFxLjq
Locking [packages] dependencies...
Warning: WARNING:pipenv.patched.pip._internal.resolution.resolvelib.resolver:The candidate selected for download or install is a yanked version: 'sqlalchemy-utils' candidate (version 0.36.8 at https://files.pythonhosted.org/packages/14/68/e5301c4c960c79a32333b8805e52cb69d3d237aa869a773b4157ccb3eb26/SQLAlchemy-Utils-0.36.8.tar.gz (from https://pypi.org/simple/sqlalchemy-utils/))
Reason for being yanked: Wrong required python
Locking [dev-packages] dependencies...
False
CRITICAL:pipenv.patched.pip._internal.resolution.resolvelib.factory:Cannot install idna==2.10 because these package versions have conflicting dependencies.
[ResolutionFailure]:   File "/opt/containerbase/tools/pipenv/2024.0.1/3.8.19/lib/python3.8/site-packages/pipenv/resolver.py", line 645, in _main
[ResolutionFailure]:       resolve_packages(
[ResolutionFailure]:   File "/opt/containerbase/tools/pipenv/2024.0.1/3.8.19/lib/python3.8/site-packages/pipenv/resolver.py", line 612, in resolve_packages
[ResolutionFailure]:       results, resolver = resolve(
[ResolutionFailure]:   File "/opt/containerbase/tools/pipenv/2024.0.1/3.8.19/lib/python3.8/site-packages/pipenv/resolver.py", line 592, in resolve
[ResolutionFailure]:       return resolve_deps(
[ResolutionFailure]:   File "/opt/containerbase/tools/pipenv/2024.0.1/3.8.19/lib/python3.8/site-packages/pipenv/utils/resolver.py", line 932, in resolve_deps
[ResolutionFailure]:       results, hashes, internal_resolver = actually_resolve_deps(
[ResolutionFailure]:   File "/opt/containerbase/tools/pipenv/2024.0.1/3.8.19/lib/python3.8/site-packages/pipenv/utils/resolver.py", line 700, in actually_resolve_deps
[ResolutionFailure]:       resolver.resolve()
[ResolutionFailure]:   File "/opt/containerbase/tools/pipenv/2024.0.1/3.8.19/lib/python3.8/site-packages/pipenv/utils/resolver.py", line 457, 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 run pip install <requirement_name> to bypass this mechanism, then run $ pipenv graph to inspect the versions actually installed in the virtualenv.
  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

Traceback (most recent call last):
  File "/opt/containerbase/tools/pipenv/2024.0.1/3.8.19/bin/pipenv", line 8, in <module>
    sys.exit(cli())
  File "/opt/containerbase/tools/pipenv/2024.0.1/3.8.19/lib/python3.8/site-packages/pipenv/vendor/click/core.py", line 1157, in __call__
    return self.main(*args, **kwargs)
  File "/opt/containerbase/tools/pipenv/2024.0.1/3.8.19/lib/python3.8/site-packages/pipenv/cli/options.py", line 58, in main
    return super().main(*args, **kwargs, windows_expand_args=False)
  File "/opt/containerbase/tools/pipenv/2024.0.1/3.8.19/lib/python3.8/site-packages/pipenv/vendor/click/core.py", line 1078, in main
    rv = self.invoke(ctx)
  File "/opt/containerbase/tools/pipenv/2024.0.1/3.8.19/lib/python3.8/site-packages/pipenv/vendor/click/core.py", line 1688, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "/opt/containerbase/tools/pipenv/2024.0.1/3.8.19/lib/python3.8/site-packages/pipenv/vendor/click/core.py", line 1434, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/opt/containerbase/tools/pipenv/2024.0.1/3.8.19/lib/python3.8/site-packages/pipenv/vendor/click/core.py", line 783, in invoke
    return __callback(*args, **kwargs)
  File "/opt/containerbase/tools/pipenv/2024.0.1/3.8.19/lib/python3.8/site-packages/pipenv/vendor/click/decorators.py", line 92, in new_func
    return ctx.invoke(f, obj, *args, **kwargs)
  File "/opt/containerbase/tools/pipenv/2024.0.1/3.8.19/lib/python3.8/site-packages/pipenv/vendor/click/core.py", line 783, in invoke
    return __callback(*args, **kwargs)
  File "/opt/containerbase/tools/pipenv/2024.0.1/3.8.19/lib/python3.8/site-packages/pipenv/vendor/click/decorators.py", line 33, in new_func
    return f(get_current_context(), *args, **kwargs)
  File "/opt/containerbase/tools/pipenv/2024.0.1/3.8.19/lib/python3.8/site-packages/pipenv/cli/command.py", line 344, in lock
    do_lock(
  File "/opt/containerbase/tools/pipenv/2024.0.1/3.8.19/lib/python3.8/site-packages/pipenv/routines/lock.py", line 66, in do_lock
    venv_resolve_deps(
  File "/opt/containerbase/tools/pipenv/2024.0.1/3.8.19/lib/python3.8/site-packages/pipenv/utils/resolver.py", line 873, in venv_resolve_deps
    c = resolve(cmd, st, project=project)
  File "/opt/containerbase/tools/pipenv/2024.0.1/3.8.19/lib/python3.8/site-packages/pipenv/utils/resolver.py", line 737, in resolve
    raise RuntimeError("Failed to lock Pipfile.lock!")
RuntimeError: Failed to lock Pipfile.lock!

@renovate renovate bot merged commit a95e4d7 into 2.6 Sep 1, 2024
16 of 17 checks passed
@renovate renovate bot deleted the renovate/2.6-patch-all-patch-versions branch September 1, 2024 16:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Update the dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants