chore(deps): update dependency curl_cffi to ^0.9.0 #101

Merged
Xefir merged 1 commits from renovate/curl_cffi-0.x into master 2025-02-16 10:54:58 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
curl_cffi dependencies patch ^0.9.0b2 -> ^0.9.0

Release Notes

lexiforest/curl_cffi (curl_cffi)

v0.9.0

Compare Source

It has been a while since our last stable release 0.7.4, here is what changed since then. Note that this will be the last release to support Python 3.8.

What's Changed

New Contributors

Full Changelog: https://github.com/lexiforest/curl_cffi/compare/v0.7.4...v0.9.0


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 Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [curl_cffi](https://github.com/lexiforest/curl_cffi) | dependencies | patch | `^0.9.0b2` -> `^0.9.0` | --- ### Release Notes <details> <summary>lexiforest/curl_cffi (curl_cffi)</summary> ### [`v0.9.0`](https://github.com/lexiforest/curl_cffi/releases/tag/v0.9.0) [Compare Source](https://github.com/lexiforest/curl_cffi/compare/v0.9.0b2...v0.9.0) It has been a while since our last stable release 0.7.4, here is what changed since then. Note that this will be the last release to support Python 3.8. #### What's Changed - Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/lexiforest/curl_cffi/pull/377 - Fixing typo in README.md by [@&#8203;ikem-krueger](https://github.com/ikem-krueger) in https://github.com/lexiforest/curl_cffi/pull/396 - Custom response objects by [@&#8203;novitae](https://github.com/novitae) in https://github.com/lexiforest/curl_cffi/pull/398 - Add `quote` parameter to specify which character should be percent-encoded in path and query by [@&#8203;lexiforest](https://github.com/lexiforest) in https://github.com/lexiforest/curl_cffi/pull/405 - bugfix: keep blank parameters in query string, close [#&#8203;411](https://github.com/lexiforest/curl_cffi/issues/411) by [@&#8203;lexiforest](https://github.com/lexiforest) in https://github.com/lexiforest/curl_cffi/pull/412 - bugfix: solving webSocket performance issues through select, close [#&#8203;346](https://github.com/lexiforest/curl_cffi/issues/346) by [@&#8203;usedev](https://github.com/usedev) in https://github.com/lexiforest/curl_cffi/pull/413 - CI fix for artifacts by [@&#8203;lexiforest](https://github.com/lexiforest) in https://github.com/lexiforest/curl_cffi/pull/447 - Make Session.cookies a property, use session.\_cookies for Cookies object by [@&#8203;Velocidensity](https://github.com/Velocidensity) in https://github.com/lexiforest/curl_cffi/pull/446 - fix(deps): Remove unnecessary runtime typing_extensions dependency by [@&#8203;dolfies](https://github.com/dolfies) in https://github.com/lexiforest/curl_cffi/pull/450 - refactor: Split WebSocket support into separate sync/async implementations by [@&#8203;dolfies](https://github.com/dolfies) in https://github.com/lexiforest/curl_cffi/pull/449 - ALPN enable/disable by [@&#8203;novitae](https://github.com/novitae) in https://github.com/lexiforest/curl_cffi/pull/470 - Typing for requests / stream by [@&#8203;novitae](https://github.com/novitae) in https://github.com/lexiforest/curl_cffi/pull/474 - Fixed typo by [@&#8203;BobbedBob](https://github.com/BobbedBob) in https://github.com/lexiforest/curl_cffi/pull/480 - Better typing (response class and issue with `.get`, `.post`, ...) by [@&#8203;novitae](https://github.com/novitae) in https://github.com/lexiforest/curl_cffi/pull/490 - Release 0.9: Add support for firefox impersonation and bring Windows back by [@&#8203;lexiforest](https://github.com/lexiforest) in https://github.com/lexiforest/curl_cffi/pull/496 #### New Contributors - [@&#8203;dependabot](https://github.com/dependabot) made their first contribution in https://github.com/lexiforest/curl_cffi/pull/377 - [@&#8203;ikem-krueger](https://github.com/ikem-krueger) made their first contribution in https://github.com/lexiforest/curl_cffi/pull/396 - [@&#8203;novitae](https://github.com/novitae) made their first contribution in https://github.com/lexiforest/curl_cffi/pull/398 - [@&#8203;lexiforest](https://github.com/lexiforest) made their first contribution in https://github.com/lexiforest/curl_cffi/pull/405 - [@&#8203;usedev](https://github.com/usedev) made their first contribution in https://github.com/lexiforest/curl_cffi/pull/413 - [@&#8203;BobbedBob](https://github.com/BobbedBob) made their first contribution in https://github.com/lexiforest/curl_cffi/pull/480 **Full Changelog**: https://github.com/lexiforest/curl_cffi/compare/v0.7.4...v0.9.0 </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODEuNiIsInVwZGF0ZWRJblZlciI6IjM3LjE4MS42IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
Renovate added 1 commit 2025-02-16 00:02:22 +00:00
chore(deps): update dependency curl_cffi to ^0.9.0
All checks were successful
books / lint (push) Successful in 1m33s
09e9b6ab82
Xefir merged commit f3cd9911cd into master 2025-02-16 10:54:58 +00:00
Xefir deleted branch renovate/curl_cffi-0.x 2025-02-16 10:54:58 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Xefir/Auberge_Vagabonde#101
No description provided.