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 (4.4.0) (patch) #44

Open
wants to merge 2 commits into
base: 4.4.0
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 1, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
SQLAlchemy (changelog) ==2.0.25 -> ==2.0.35 age adoption passing confidence
lxml (source, changelog) 5.2.1 -> 5.2.2 age adoption passing confidence
psycopg (source, changelog) ==3.1.19 -> ==3.1.20 age adoption passing confidence
psycopg2 (source, changelog) ==2.9.2 -> ==2.9.9 age adoption passing confidence
pytest (changelog) 8.2.0 -> 8.2.2 age adoption passing confidence
requests (source, changelog) 2.32.2 -> 2.32.3 age adoption passing confidence
urllib3 (changelog) 2.2.2 -> 2.2.3 age adoption passing confidence

Release Notes

lxml/lxml (lxml)

v5.2.2

Compare Source

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

Bugs fixed

  • GH#417: The test_feed_parser test could fail if lxml_html_clean was not installed.
    It is now skipped in that case.

  • LP#2059910: The minimum CPU architecture for the Linux x86 binary wheels was set back to
    "core2", without SSE 4.2.

  • If libxml2 uses iconv, the compile time version is available as etree.ICONV_COMPILED_VERSION.

psycopg/psycopg (psycopg)

v3.1.20

Compare Source

psycopg/psycopg2 (psycopg2)

v2.9.9

Compare Source

v2.9.8

Compare Source

v2.9.7

Compare Source

pytest-dev/pytest (pytest)

v8.2.2

Compare Source

pytest 8.2.2 (2024-06-04)

Bug Fixes

  • #​12355: Fix possible catastrophic performance slowdown on a certain parametrization pattern involving many higher-scoped parameters.
  • #​12367: Fix a regression in pytest 8.2.0 where unittest class instances (a fresh one is created for each test) were not released promptly on test teardown but only on session teardown.
  • #​12381: Fix possible "Directory not empty" crashes arising from concurent cache dir (.pytest_cache) creation. Regressed in pytest 8.2.0.

Improved Documentation

  • #​12290: Updated Sphinx theme to use Furo instead of Flask, enabling Dark mode theme.
  • #​12356: Added a subsection to the documentation for debugging flaky tests to mention
    lack of thread safety in pytest as a possible source of flakyness.
  • #​12363: The documentation webpages now links to a canonical version to reduce outdated documentation in search engine results.

v8.2.1

Compare Source

pytest 8.2.1 (2024-05-19)

Improvements

  • #​12334: Support for Python 3.13 (beta1 at the time of writing).

Bug Fixes

  • #​12120: Fix [PermissionError]{.title-ref} crashes arising from directories which are not selected on the command-line.
  • #​12191: Keyboard interrupts and system exits are now properly handled during the test collection.
  • #​12300: Fixed handling of 'Function not implemented' error under squashfuse_ll, which is a different way to say that the mountpoint is read-only.
  • #​12308: Fix a regression in pytest 8.2.0 where the permissions of automatically-created .pytest_cache directories became rwx------ instead of the expected rwxr-xr-x.

Trivial/Internal Changes

  • #​12333: pytest releases are now attested using the recent Artifact Attestation support from GitHub, allowing users to verify the provenance of pytest's sdist and wheel artifacts.
psf/requests (requests)

v2.32.3

Compare Source

Bugfixes

  • Fixed bug breaking the ability to specify custom SSLContexts in sub-classes of
    HTTPAdapter. (#​6716)
  • Fixed issue where Requests started failing to run on Python versions compiled
    without the ssl module. (#​6724)
urllib3/urllib3 (urllib3)

v2.2.3

Compare Source

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

Features

  • Added support for Python 3.13. (#&#8203;3473 <https://github.com/urllib3/urllib3/issues/3473>__)

Bugfixes

  • Fixed the default encoding of chunked request bodies to be UTF-8 instead of ISO-8859-1.
    All other methods of supplying a request body already use UTF-8 starting in urllib3 v2.0. (#&#8203;3053 <https://github.com/urllib3/urllib3/issues/3053>__)
  • Fixed ResourceWarning on CONNECT with Python < 3.11.4 by backporting https://github.com/python/cpython/issues/103472. (#&#8203;3252 <https://github.com/urllib3/urllib3/issues/3252>__)
  • Adjust tolerance for floating-point comparison on Windows to avoid flakiness in CI (#&#8203;3413 <https://github.com/urllib3/urllib3/issues/3413>__)
  • Fixed a crash where certain standard library hash functions were absent in restricted environments. (#&#8203;3432 <https://github.com/urllib3/urllib3/issues/3432>__)
  • Fixed mypy error when adding to HTTPConnection.default_socket_options. (#&#8203;3448 <https://github.com/urllib3/urllib3/issues/3448>__)

HTTP/2 (experimental)

HTTP/2 support is still in early development.

  • Excluded Transfer-Encoding: chunked from HTTP/2 request body (#&#8203;3425 <https://github.com/urllib3/urllib3/issues/3425>__)

  • Added version checking for h2 (https://pypi.org/project/h2/) usage.

    Now only accepting supported h2 major version 4.x.x. (#&#8203;3290 <https://github.com/urllib3/urllib3/issues/3290>__)

  • Added a probing mechanism for determining whether a given target origin
    supports HTTP/2 via ALPN. (#&#8203;3301 <https://github.com/urllib3/urllib3/issues/3301>__)

  • Add support for sending a request body with HTTP/2 (#&#8203;3302 <https://github.com/urllib3/urllib3/issues/3302>__)

Deprecations and Removals

  • Note for downstream distributors: the _version.py file has been removed and is now created at build time by hatch-vcs. (#&#8203;3412 <https://github.com/urllib3/urllib3/issues/3412>__)
  • Drop support for end-of-life PyPy3.8 and PyPy3.9. (#&#8203;3475 <https://github.com/urllib3/urllib3/issues/3475>__)

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 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 Update the dependencies label Jul 1, 2024
@renovate renovate bot enabled auto-merge (rebase) July 1, 2024 16:31
@renovate renovate bot force-pushed the renovate/4.4.0-patch-all-patch-versions branch 4 times, most recently from 65fb829 to ca1f6d6 Compare July 8, 2024 10:50
@renovate renovate bot force-pushed the renovate/4.4.0-patch-all-patch-versions branch 3 times, most recently from ed3e769 to e906492 Compare July 12, 2024 06:26
@renovate renovate bot force-pushed the renovate/4.4.0-patch-all-patch-versions branch 4 times, most recently from 850bc51 to 699a37e Compare August 6, 2024 11:05
@renovate renovate bot force-pushed the renovate/4.4.0-patch-all-patch-versions branch from 699a37e to 58a64e5 Compare August 9, 2024 05:49
@renovate renovate bot force-pushed the renovate/4.4.0-patch-all-patch-versions branch 7 times, most recently from be39b28 to 5fcaf41 Compare August 25, 2024 14:36
@renovate renovate bot force-pushed the renovate/4.4.0-patch-all-patch-versions branch 4 times, most recently from f73a65b to c35a1d8 Compare September 10, 2024 02:59
@renovate renovate bot force-pushed the renovate/4.4.0-patch-all-patch-versions branch 4 times, most recently from a62a35f to c454552 Compare September 17, 2024 02:47
@renovate renovate bot force-pushed the renovate/4.4.0-patch-all-patch-versions branch from c454552 to 6f7c027 Compare September 18, 2024 03:08
@renovate renovate bot force-pushed the renovate/4.4.0-patch-all-patch-versions branch from 6f7c027 to 52e0eef Compare September 26, 2024 03:03
@renovate renovate bot force-pushed the renovate/4.4.0-patch-all-patch-versions branch from 52e0eef to ddaae46 Compare September 28, 2024 18:34
Copy link
Contributor Author

renovate bot commented Sep 28, 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: acceptance_tests/poetry.lock
installing v2 tool python v3.12.6
[18:32:10.202] INFO (72): Installing tool [email protected]...
curl: (28) Failed to connect to github.com port 443: Connection timed out
[18:34:20.602] ERROR (72): Command failed with exit code 28: /usr/local/containerbase/bin/install-tool.sh python 3.12.6
[18:34:20.602] FATAL (72): Install tool python failed in 2m 10.4s.


From the artifact of the previous workflow run
Copy link
Contributor Author

renovate bot commented Sep 28, 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.

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