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

build(deps): update bugfixes (hotfix/8.4) #5024

Merged
merged 3 commits into from
Sep 9, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 9, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cffi (source, changelog) ==1.17.0 -> ==1.17.1 age adoption passing confidence
craft-application ==4.1.0 -> ==4.1.2 age adoption passing confidence
craft-providers ==2.0.0 -> ==2.0.1 age adoption passing confidence
mypy (source, changelog) ==1.11.1 -> ==1.11.2 age adoption passing confidence
pyinstaller (source) ==5.13.1 -> ==5.13.2 age adoption passing confidence
pylint (changelog) ==3.2.6 -> ==3.2.7 age adoption passing confidence
pyparsing ==3.1.2 -> ==3.1.4 age adoption passing confidence
starlette (changelog) ==0.38.2 -> ==0.38.4 age adoption passing confidence
urllib3 (changelog) ==1.26.19 -> ==1.26.20 age adoption passing confidence
zipp ==3.20.0 -> ==3.20.1 age adoption passing confidence
zope.interface ==7.0.1 -> ==7.0.3 age adoption passing confidence

Release Notes

python-cffi/cffi (cffi)

v1.17.1

Compare Source

  • Fix failing distutils.msvc9compiler imports under Windows (#​118).
  • ffibuilder.emit_python_code() and ffibuiler.emit_c_code() accept file-like objects (#​115).
  • ffiplatform calls are bypassed by ffibuilder.emit_python_code() and ffibuilder.emit_c_code() (#​81).

Full Changelog: python-cffi/cffi@v1.17.0...v1.17.1

python/mypy (mypy)

v1.11.2

Compare Source

pyinstaller/pyinstaller (pyinstaller)

v5.13.2

Compare Source

Please see the v5.13.2 section of the changelog for a list of the changes since v5.13.1.

pylint-dev/pylint (pylint)

v3.2.7

Compare Source

What's new in Pylint 3.2.7?

Release date: 2024-08-31

False Positives Fixed

  • Fixed a false positive unreachable for NoReturn coroutine functions.

    Closes #​9840

Other Bug Fixes

  • Fix crash in refactoring checker when calling a lambda bound as a method.

    Closes #​9865

  • Fix a crash in undefined-loop-variable when providing the iterable argument to enumerate().

    Closes #​9875

  • Fix to address indeterminacy of error message in case a module name is same as another in a separate namespace.

    Refs #​9883

encode/starlette (starlette)

v0.38.4: Version 0.38.4

Compare Source

Fixed

  • Ensure accurate root_path removal in get_route_path function #​2600

Full Changelog: encode/starlette@0.38.3...0.38.4

v0.38.3: Version 0.38.3

Compare Source

Added
Fixed
  • Don't poll for disconnects in BaseHTTPMiddleware via StreamingResponse #​2620.

Full Changelog: encode/starlette@0.38.2...0.38.3

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.20.1

Compare Source

zopefoundation/zope.interface (zope.interface)

v7.0.3

Compare Source

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

  • Fix Assertion 'memb->type == T_PYSSIZET' failed. for Python < 3.12.
    (#&#8203;319 <https://github.com/zopefoundation/zope.interface/issues/319>_)

v7.0.2

Compare Source

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

  • Fix reference-counting bug in C module initialization (broken in 7.0).
    (#&#8203;316 <https://github.com/zopefoundation/zope.interface/issues/316>_)

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone Etc/UTC, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 Pull requests that update a dependency file label Sep 9, 2024
@renovate renovate bot force-pushed the renovate/hotfix/8.4-bugfixes branch from f968016 to 32e4034 Compare September 9, 2024 14:53
Signed-off-by: Callahan Kovacs <callahan.kovacs@canonical.com>
@mr-cal mr-cal requested a review from a team September 9, 2024 17:14
Copy link
Contributor Author

renovate bot commented Sep 9, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@lengau lengau enabled auto-merge (squash) September 9, 2024 17:57
@lengau lengau merged commit bfe53b5 into hotfix/8.4 Sep 9, 2024
8 of 10 checks passed
@lengau lengau deleted the renovate/hotfix/8.4-bugfixes branch September 9, 2024 19:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants