Skip to content

Bump aiointercept from 0.1.6 to 0.1.7#351

Merged
frenck merged 1 commit into
mainfrom
dependabot/pip/aiointercept-0.1.7
Jun 15, 2026
Merged

Bump aiointercept from 0.1.6 to 0.1.7#351
frenck merged 1 commit into
mainfrom
dependabot/pip/aiointercept-0.1.7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor

Bumps aiointercept from 0.1.6 to 0.1.7.

Release notes

Sourced from aiointercept's releases.

v0.1.7

What's Changed

New Contributors

Full Changelog: Polandia94/aiointercept@v0.1.6...v0.1.7

Changelog

Sourced from aiointercept's changelog.

[0.1.7] - 2026-06-12

Fixed

  • Allow mock.ANY on JSON, data and headers on asserts.
  • Callbacks were receiving the compiled regex instead of the real URL; now every callback receives a yarl URL.
  • Callbacks with a Content-Type header were raising an exception (the header collided with the default content type); now fixed.
  • With mock_external_urls=True, a request to a mocked host is now intercepted even when the client already holds a live keep-alive connection to the real server. A class-level TCPConnector._get patch refuses to reuse a pooled connection for intercepted hosts, forcing a fresh (redirected) connection; passthrough hosts still reuse their connections.
  • A failed start() (e.g. when bypass-session creation raises) now rolls back its class-level patches instead of leaking the patch refcount onto subsequent mocks.

Improved

  • DNS-cache invalidation no longer tracks TCPConnector instances at all. Instead of patching TCPConnector.__init__ at import time and clearing every live connector's cache on start(), a class-level _resolve_host patch (installed only when mock_external_urls=True) drops the relevant cache entry per lookup. No monkey-patching happens unless mock_external_urls=True.
  • Improved error messages

Added

  • AiointerceptRequest.kwargs now includes data for non-JSON request bodies. Thanks to @​eth2353.
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 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 [aiointercept](https://github.com/Polandia94/aiointercept) from 0.1.6 to 0.1.7.
- [Release notes](https://github.com/Polandia94/aiointercept/releases)
- [Changelog](https://github.com/Polandia94/aiointercept/blob/main/CHANGELOG.md)
- [Commits](Polandia94/aiointercept@v0.1.6...v0.1.7)

---
updated-dependencies:
- dependency-name: aiointercept
  dependency-version: 0.1.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Upgrade or downgrade of project dependencies. python Pull requests that update python code labels Jun 15, 2026
@codecov

codecov Bot commented Jun 15, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.56%. Comparing base (f1e2262) to head (6a64067).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #351   +/-   ##
=======================================
  Coverage   99.56%   99.56%           
=======================================
  Files          34       34           
  Lines        1381     1381           
=======================================
  Hits         1375     1375           
  Misses          6        6           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@frenck frenck merged commit dc9080d into main Jun 15, 2026
18 checks passed
@frenck frenck deleted the dependabot/pip/aiointercept-0.1.7 branch June 15, 2026 07:11
@github-actions github-actions Bot locked and limited conversation to collaborators Jun 16, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Upgrade or downgrade of project dependencies. python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant