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

Bump curl-cffi from 0.7.3 to 0.7.4 #34

Merged
merged 1 commit into from
Dec 10, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 9, 2024

Bumps curl-cffi from 0.7.3 to 0.7.4.

Release notes

Sourced from curl-cffi's releases.

v0.7.4

Fixed the url quote error, again.

Full Changelog: lexiforest/curl_cffi@v0.7.3...v0.7.4

Changelog

Sourced from curl-cffi's changelog.

Change Log

v0.7

  • v0.7.4

    • Fixed url quote issue in 0.7.2 and 0.7.3
  • v0.7.1

    • Added Cookies.get_dict(), for compatibility with requests.
    • Fixed type conversion in C shim, by @​qishipai.
    • Fixed cookie subdomains attribute.
  • v0.7.0

    • Added more recent impersonate versions, up to Chrome 124.
    • Upgraded libcurl to 8.7.1.
    • Supported custom impersonation.
    • Added support for list of tuple in post fields.
    • Updated header strategy: always exclude empty headers, never send Expect header.
    • Changed default redirect limit to 30.
    • Prefer not sending CONNECT for plain http proxy.
    • Fix Windows build.
    • Fix Safari Stream priority.

v0.6

The minimum Python version is now 3.8. Windows fingerprints are wrong in 0.6.x.

  • v0.6.1

    • AsyncSession.close is now a coroutine.
    • This is a bugfix release.
  • v0.6.0

    • Added more recent impersonate versions, up to Chrome 120 and Safari 17.0
    • Upgraded libcurl to 8.1.1
    • Added experimental websocket support
    • Supported proactive eventloop on Windows
    • Added win32 and macOS arm64 build targets
    • Added allow_redirects to Session parameters
    • Use certifi to replace packaged cacert.pem
    • Improved proxy support by accepting proxy=...
    • Bumped minimum python versiont to 3.8
    • Added files support
    • Added client certs support
    • Incorporated build time files for sdist
    • Bugfix: async curl timer leak

v0.5

... (truncated)

Commits

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 9, 2024
@dependabot dependabot bot requested a review from bbtufty December 9, 2024 02:57
Bumps [curl-cffi](https://github.com/lexiforest/curl_cffi) from 0.7.3 to 0.7.4.
- [Release notes](https://github.com/lexiforest/curl_cffi/releases)
- [Changelog](https://github.com/lexiforest/curl_cffi/blob/v0.7.4/docs/changelog.rst)
- [Commits](lexiforest/curl_cffi@v0.7.3...v0.7.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
@bbtufty bbtufty force-pushed the dependabot/pip/main/curl-cffi-0.7.4 branch from 0c2fe3a to 776fb66 Compare December 10, 2024 08:54
@bbtufty bbtufty merged commit 3f037d4 into main Dec 10, 2024
9 checks passed
@bbtufty bbtufty deleted the dependabot/pip/main/curl-cffi-0.7.4 branch December 10, 2024 08:57
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant