Skip to content

build(deps): bump impit from 0.10.1 to 0.11.0#7

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/impit-0.11.0
Closed

build(deps): bump impit from 0.10.1 to 0.11.0#7
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/impit-0.11.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 19, 2026

Bumps impit from 0.10.1 to 0.11.0.

Release notes

Sourced from impit's releases.

impit-python@0.11.0

Bug Fixes

  • Proxy authenticates with empty password (#327)

  • Authenticate with HTTPS proxy and HTTP target (#333)

    • Propagates upstream fixes from reqwest.
  • Do not panic on missing attributes for encoding-related meta elements (#346)

    • Ignores encoding-related meta elements with missing content or charset attributes. Related to #344
  • Use the rustls Verifier / CryptoProvider cache with custom fingerprints (#371)

    • Speeds up repeated client instantiation and lowers the memory footprint if the custom fingerprints are used. Related to #370
  • Allow removing impersonated headers by passing empty string (#382)

    • Users can now remove impersonated headers (like Sec-Fetch-User) from requests by passing an empty string as the header value. When an empty string is provided, the header is filtered out before the request is sent. This enables users, e.g., to manually control which Sec-Fetch-* headers should be included in their requests, addressing use cases where the default impersonated headers don't match the actual request context.

Features

  • Enable TRACE method in the bindings (#328)

    • Unifies all clients by enabling the trace method in all of them. Required for type parity (HttpMethod) in downstream repositories - Crawlee et al.
  • Use rustls-platform-verifier for system CA support (#357)

    • Replaces the static webpki-roots dependency with rustls-platform-verifier to enable impit to rely on the operating system's trust store. ---------
  • Custom fingerprint support (#366)

    • Extracts all fingerprinting logic (from e.g. the rustls patch) to impit. Prepares the codebase for new, non-hardcoded browser fingerprints. Related to #99
  • Add more Chrome and Firefox fingerprints (#367)

    • Adds more browser fingerprints and passes these to the Node.JS and Python bindings.

js-0.11.0

What's Changed

Full Changelog: apify/impit@js-0.10.1...js-0.11.0

Commits
  • a4b9753 feat: better errors for Node.JS bindings (#406)
  • 15894c8 chore(deps): lock file maintenance (#407)
  • 70d5e4f docs: update changelog [skip ci]
  • 7e68ecd chore(py-release): bump pyproject.toml version [skip ci]
  • 2f553b6 feat(python): support timeout=None to disable timeout (#402)
  • 1d34f84 chore: remove impit-cli from the repository (#405)
  • 975203f chore(deps): update github artifact actions (#403)
  • 98447f4 chore(deps): update uv.lock python lockfile (#404)
  • 24d7e79 chore(deps): lock file maintenance (#305)
  • c6b97ec chore(deps): update github artifact actions (#390)
  • 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 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 [impit](https://github.com/apify/impit) from 0.10.1 to 0.11.0.
- [Release notes](https://github.com/apify/impit/releases)
- [Commits](apify/impit@js-0.10.1...js-0.11.0)

---
updated-dependencies:
- dependency-name: impit
  dependency-version: 0.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 19, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 26, 2026

Superseded by #9.

@dependabot dependabot bot closed this Mar 26, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/impit-0.11.0 branch March 26, 2026 00: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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants