Skip to content

chore 🤖(deps): bump curl-cffi from 0.11.1 to 0.11.3 - #494

Merged
biodrone merged 1 commit into
stagingfrom
dependabot/uv/staging/curl-cffi-0.11.3
Jun 14, 2025
Merged

chore 🤖(deps): bump curl-cffi from 0.11.1 to 0.11.3#494
biodrone merged 1 commit into
stagingfrom
dependabot/uv/staging/curl-cffi-0.11.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 9, 2025

Copy link
Copy Markdown
Contributor

Bumps curl-cffi from 0.11.1 to 0.11.3.

Release notes

Sourced from curl-cffi's releases.

v0.11.3

Fixed tor fingerprints.

v0.11.2

Minor breaking change

The response.cookies object now contains only cookies from current request. If you are using the following patterns and hit a redirect, you will need a session.

import curl_cffi
r = curl_cffi.get("https://httpbin.org/redirect")
❌ Cookie from previous redirect may be lost.
do_something(r.cookies)
s = curl_cffi.Session()
r = s.get("https://httpbin.org/redirect")
✅ Use a session instead, to retrive all cookies in the session
do_something(s.cookies)

What's Changed

Full Changelog: lexiforest/curl_cffi@v0.11.1...v0.11.2

Commits
  • 53aec81 Bump version
  • 36efcdb docs: rewrite
  • 9dc749a Bump version
  • 1cef1aa Add discard_cookies option to disable cookie store (#489)
  • d70eecb Add toggle for firefox specific extensions (#576)
  • d6cda20 Fallback to latin-1 for redirected url in Location header (#575)
  • c12405b Only include cookies in current request in response.cookies (#572)
  • b5fbcda Fix cffi alloc for ws in python
  • 29090e8 Fix curl_ws_* types in cffi interface
  • efc2307 Enable CI building on latest linux and macOS runners
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [curl-cffi](https://github.com/lexiforest/curl_cffi) from 0.11.1 to 0.11.3.
- [Release notes](https://github.com/lexiforest/curl_cffi/releases)
- [Changelog](https://github.com/lexiforest/curl_cffi/blob/main/docs/changelog.rst)
- [Commits](lexiforest/curl_cffi@v0.11.1...v0.11.3)

---
updated-dependencies:
- dependency-name: curl-cffi
  dependency-version: 0.11.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot requested a review from biodrone June 9, 2025 23:26
@dependabot @github

dependabot Bot commented on behalf of github Jun 9, 2025

Copy link
Copy Markdown
Contributor Author

The reviewers field in the dependabot.yml file will be removed soon. Please use the code owners file to specify reviewers for Dependabot PRs. For more information, see this blog post.

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 9, 2025
@biodrone
biodrone merged commit b9d372a into staging Jun 14, 2025
@dependabot
dependabot Bot deleted the dependabot/uv/staging/curl-cffi-0.11.3 branch June 14, 2025 16:56
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.

1 participant