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

Chore(deps): Bump the pip group across 1 directory with 2 updates #6

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 24, 2024

Bumps the pip group with 2 updates in the / directory: opencv-contrib-python-headless and curl-cffi.

Updates opencv-contrib-python-headless from 4.7.0.68 to 4.8.1.78

Release notes

Sourced from opencv-contrib-python-headless's releases.

4.8.1.78

OpenCV 4.8.1 release.

Important changes:

4.8.0.76

Adds cv2.typing to package. Close #869

4.8.0.74

Important changes:

  • #20370 Python typing stubs.
  • #23350 Fix reference counting errors in registerNewType.
  • #23399, #23436, #23138 Fixed ChAruco and diamond boards detector bindings.
  • #23371 Added bindings to allow GpuMat and Stream objects to be initialized from memory initialized in other libraries
  • #23691 np.float16 support.
  • Python bindings for RotatedRect, CV_MAKETYPE, CV_8UC(n).
  • Several build fixes for OpenCV-Python package

4.7.0.72

OpenCV 4.7.0 with various distribution bug fixes.

  • Mac OS 11 support.
  • Old Linux support with zlib version older than 1.9.
  • Package build fixes for Python 11 on Musl C based system (Alpine).

4.7.0.70

OpenCV 4.7.0 with various distribution bug fixes.

  • Mac OS 11 support.
  • Old Linux support with zlib version older than 1.9.
  • Package build fixes for Python 11 on Musl C based system (Alpine).
Commits

Updates curl-cffi from 0.6.0b9 to 0.7.0b4

Release notes

Sourced from curl-cffi's releases.

v0.7.0b4

What's Changed

New Contributors

Known issues

  • Some server with brotli compression enabled does not work well.

Full Changelog: lexiforest/curl_cffi@v0.6.3b1...v0.7.0b4

v0.6.4

  • Fix Raspberry Pi build(armv6l, armv7l).

Full Changelog: lexiforest/curl_cffi@v0.6.3...v0.6.4

v0.6.3

No release notes provided.

v0.6.3b1

No release notes provided.

v0.6.2

No release notes provided.

v0.6.1

No release notes provided.

v0.6.0

No release notes provided.

Changelog

Sourced from curl-cffi's changelog.

Change Log

Please see the GitHub Releases <https://github.com/lexiforest/curl_cffi/releases>_ page for details.

v0.8

  • v0.8.0
    • Added more recent impersonate versions, Safari 18.0 for iOS and macOS.
    • Added quote parameter for setting which letter should be quoted in URL.
    • Added response_class parameter for using a customized Response class.

v0.7

  • v0.7.3

    • Bugfixes.
  • v0.7.2

    • Added requests-like exception hierarchy.
  • 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

... (truncated)

Commits
  • 0260de1 Bump version to 0.7.0b4
  • 39f98e5 Add missing libzstd.a to archive list
  • 184a9e4 Upgrade curl version in makefile
  • 31837c9 Bump version to 0.7.0b2
  • 2914195 Bump version to 0.7.0b1, adding Chrome 123 and 124
  • c4f92a6 Ruff Linter configuring (#297)
  • bdfe54c Support list of tuple in query and form params (#296)
  • 3cfb811 fix(curl): Set PROXY_CAINFO curlopt with CAINFO, fixes HTTPS proxies (#286)
  • 96d4c52 feature: Introduce default_encoding parameter to set/autodetect the encodin...
  • 418e452 Update README.md
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 24, 2024
Bumps the pip group with 2 updates in the / directory: [opencv-contrib-python-headless](https://github.com/opencv/opencv-python) and [curl-cffi](https://github.com/lexiforest/curl_cffi).


Updates `opencv-contrib-python-headless` from 4.7.0.68 to 4.8.1.78
- [Release notes](https://github.com/opencv/opencv-python/releases)
- [Commits](https://github.com/opencv/opencv-python/commits)

Updates `curl-cffi` from 0.6.0b9 to 0.7.0b4
- [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.6.0b9...v0.7.0b4)

---
updated-dependencies:
- dependency-name: opencv-contrib-python-headless
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: curl-cffi
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/pip-80c9917732 branch from 7056a7d to 173df72 Compare November 26, 2024 21:01
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.

0 participants