Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

fix(deps): update dependency httpx to >=0.27,<0.28 #216

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 11, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
httpx (changelog) >=0.24,<0.25 -> >=0.27,<0.28 age adoption passing confidence

Release Notes

encode/httpx (httpx)

v0.27.0

Compare Source

Deprecated
  • The app=... shortcut has been deprecated. Use the explicit style of transport=httpx.WSGITransport() or transport=httpx.ASGITransport() instead.
Fixed
  • Respect the http1 argument while configuring proxy transports. (#​3023)
  • Fix RFC 2069 mode digest authentication. (#​3045)

v0.26.0

Compare Source

Added
  • The proxy argument was added. You should use the proxy argument instead of the deprecated proxies, or use mounts= for more complex configurations. (#​2879)
Deprecated
  • The proxies argument is now deprecated. It will still continue to work, but it will be removed in the future. (#​2879)
Fixed
  • Fix cases of double escaping of URL path components. Allow / as a safe character in the query portion. (#​2990)
  • Handle NO_PROXY envvar cases when a fully qualified URL is supplied as the value. (#​2741)
  • Allow URLs where username or password contains unescaped '@​'. (#​2986)
  • Ensure ASGI raw_path does not include URL query component. (#​2999)
  • Ensure Response.iter_text() cannot yield empty strings. (#​2998)

v0.25.2

Compare Source

Added
  • Add missing type hints to few __init__() methods. (#​2938)

v0.25.1

Compare Source

Added
  • Add support for Python 3.12. (#​2854)
  • Add support for httpcore 1.0 (#​2885)
Fixed
  • Raise ValueError on Response.encoding being set after Response.text has been accessed. (#​2852)

v0.25.0

Compare Source

Removed
  • Drop support for Python 3.7. (#​2813)
Added
  • Support HTTPS proxies. (#​2845)
  • Change the type of Extensions from Mapping[Str, Any] to MutableMapping[Str, Any]. (#​2803)
  • Add socket_options argument to httpx.HTTPTransport and httpx.AsyncHTTPTransport classes. (#​2716)
  • The Response.raise_for_status() method now returns the response instance. For example: data = httpx.get('...').raise_for_status().json(). (#​2776)
Fixed
  • Return 500 error response instead of exceptions when raise_app_exceptions=False is set on ASGITransport. (#​2669)
  • Ensure all WSGITransport environs have a SERVER_PROTOCOL. (#​2708)
  • Always encode forward slashes as %2F in query parameters (#​2723)
  • Use Mozilla documentation instead of httpstatuses.com for HTTP error reference (#​2768)

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 renovate bot force-pushed the renovate/httpx-0.x branch 6 times, most recently from 0e42331 to 172b7b2 Compare September 22, 2023 00:34
@renovate renovate bot force-pushed the renovate/httpx-0.x branch 3 times, most recently from bcb516f to 443864a Compare September 30, 2023 18:12
@renovate renovate bot force-pushed the renovate/httpx-0.x branch 6 times, most recently from 35ec639 to edeee70 Compare October 7, 2023 21:12
@renovate renovate bot force-pushed the renovate/httpx-0.x branch 3 times, most recently from 86cd33b to ef8f2b0 Compare October 13, 2023 19:36
@renovate renovate bot force-pushed the renovate/httpx-0.x branch 3 times, most recently from 2c94a5e to 8940ce5 Compare October 18, 2023 12:18
@renovate renovate bot force-pushed the renovate/httpx-0.x branch 3 times, most recently from c4af93b to 13aff61 Compare October 30, 2023 03:24
@renovate renovate bot force-pushed the renovate/httpx-0.x branch 3 times, most recently from fbf934c to ba1b5f3 Compare November 10, 2023 19:26
@renovate renovate bot force-pushed the renovate/httpx-0.x branch 2 times, most recently from a9267dd to 51d0e8a Compare November 20, 2023 03:39
@renovate renovate bot force-pushed the renovate/httpx-0.x branch 5 times, most recently from 501da7d to ced2de3 Compare December 11, 2023 03:46
@renovate renovate bot force-pushed the renovate/httpx-0.x branch 4 times, most recently from 342a467 to 49ee839 Compare December 18, 2023 03:45
@renovate renovate bot changed the title fix(deps): update dependency httpx to >=0.25,<0.26 fix(deps): update dependency httpx to >=0.26,<0.27 Dec 20, 2023
@renovate renovate bot force-pushed the renovate/httpx-0.x branch 4 times, most recently from 8854b38 to 843428c Compare December 25, 2023 03:46
Copy link
Contributor Author

renovate bot commented Dec 29, 2023

⚠ 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: poetry.lock
Updating dependencies
Resolving dependencies...

Creating virtualenv pacup-kfK2l1Rd-py3.12 in /home/ubuntu/.cache/pypoetry/virtualenvs

The current project's Python requirement (>=3.10,<4) is not compatible with some of the required packages Python requirement:
  - pyinstaller requires Python <3.13,>=3.7, so it will not be satisfied for Python >=3.13,<4
  - pyinstaller requires Python <3.13,>=3.7, so it will not be satisfied for Python >=3.13,<4
  - pyinstaller requires Python <3.12,>=3.7, so it will not be satisfied for Python >=3.12,<4
  - pyinstaller requires Python <3.12,>=3.7, so it will not be satisfied for Python >=3.12,<4
  - pyinstaller requires Python <3.12,>=3.7, so it will not be satisfied for Python >=3.12,<4
  - pyinstaller requires Python <3.12,>=3.7, so it will not be satisfied for Python >=3.12,<4
  - pyinstaller requires Python <3.12,>=3.7, so it will not be satisfied for Python >=3.12,<4
  - pyinstaller requires Python <3.12,>=3.7, so it will not be satisfied for Python >=3.12,<4
  - pyinstaller requires Python <3.12,>=3.7, so it will not be satisfied for Python >=3.12,<4
  - pyinstaller requires Python <3.13,>=3.7, so it will not be satisfied for Python >=3.13,<4

Because no versions of pyinstaller match >5.7.0,<5.8.0 || >5.8.0,<5.9.0 || >5.9.0,<5.10.0 || >5.10.0,<5.10.1 || >5.10.1,<5.11.0 || >5.11.0,<5.12.0 || >5.12.0,<5.13.0 || >5.13.0,<5.13.1 || >5.13.1,<5.13.2 || >5.13.2,<6.0.0
 and pyinstaller (5.7.0) requires Python <3.12,>=3.7, pyinstaller is forbidden.
And because pyinstaller (5.8.0) requires Python <3.12,>=3.7
 and pyinstaller (5.9.0) requires Python <3.12,>=3.7, pyinstaller is forbidden.
And because pyinstaller (5.10.0) requires Python <3.12,>=3.7
 and pyinstaller (5.10.1) requires Python <3.12,>=3.7, pyinstaller is forbidden.
And because pyinstaller (5.11.0) requires Python <3.12,>=3.7
 and pyinstaller (5.12.0) requires Python <3.12,>=3.7, pyinstaller is forbidden.
And because pyinstaller (5.13.0) requires Python <3.13,>=3.7
 and pyinstaller (5.13.1) requires Python <3.13,>=3.7, pyinstaller is forbidden.
So, because pyinstaller (5.13.2) requires Python <3.13,>=3.7
 and pacup depends on pyinstaller (^5.7.0), version solving failed.

  • Check your dependencies Python requirement: The Python requirement can be specified via the `python` or `markers` properties
    
    For pyinstaller, a possible solution would be to set the `python` property to ">=3.10,<3.13"
    For pyinstaller, a possible solution would be to set the `python` property to ">=3.10,<3.13"
    For pyinstaller, a possible solution would be to set the `python` property to ">=3.10,<3.12"
    For pyinstaller, a possible solution would be to set the `python` property to ">=3.10,<3.12"
    For pyinstaller, a possible solution would be to set the `python` property to ">=3.10,<3.12"
    For pyinstaller, a possible solution would be to set the `python` property to ">=3.10,<3.12"
    For pyinstaller, a possible solution would be to set the `python` property to ">=3.10,<3.12"
    For pyinstaller, a possible solution would be to set the `python` property to ">=3.10,<3.12"
    For pyinstaller, a possible solution would be to set the `python` property to ">=3.10,<3.12"
    For pyinstaller, a possible solution would be to set the `python` property to ">=3.10,<3.13"

    https://python-poetry.org/docs/dependency-specification/#python-restricted-dependencies,
    https://python-poetry.org/docs/dependency-specification/#using-environment-markers

@renovate renovate bot force-pushed the renovate/httpx-0.x branch 2 times, most recently from 6a073fb to b37585a Compare February 19, 2024 02:11
@renovate renovate bot changed the title fix(deps): update dependency httpx to >=0.26,<0.27 fix(deps): update dependency httpx to >=0.27,<0.28 Feb 21, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants