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 #448

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 3, 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

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 3, 2024
@dependabot dependabot bot force-pushed the dependabot/pip/curl-cffi-0.7.4 branch from 658687f to 52f639c Compare December 4, 2024 15:39
@NelsonDane
Copy link
Owner

Can you approve this if it doesn't break anything @matthew55

@NelsonDane NelsonDane requested a review from matthew55 December 4, 2024 15:44
@dependabot dependabot bot force-pushed the dependabot/pip/curl-cffi-0.7.4 branch from 52f639c to e996051 Compare December 16, 2024 21:19
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] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/curl-cffi-0.7.4 branch from e996051 to 6457863 Compare December 26, 2024 16:35
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