Skip to content

Bump identify from 2.6.17 to 2.6.18#12247

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/identify-2.6.18
Open

Bump identify from 2.6.17 to 2.6.18#12247
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/identify-2.6.18

Conversation

@dependabot
Copy link
Contributor

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

Bumps identify from 2.6.17 to 2.6.18.

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 [identify](https://github.com/pre-commit/identify) from 2.6.17 to 2.6.18.
- [Commits](pre-commit/identify@v2.6.17...v2.6.18)

---
updated-dependencies:
- dependency-name: identify
  dependency-version: 2.6.18
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 16, 2026
@dependabot dependabot bot requested review from asvetlov and webknjaz as code owners March 16, 2026 11:14
@github-actions github-actions bot enabled auto-merge (squash) March 16, 2026 11:14
@codecov
Copy link

codecov bot commented Mar 16, 2026

❌ 1 Tests Failed:

Tests completed Failed Passed Skipped
4439 1 4438 46
View the full list of 1 ❄️ flaky test(s)
tests.test_helpers::test_when_timeout_smaller_second[pyloop]

Flake rate in main: 4.76% (Passed 20 times, Failed 1 times)

Stack Traces | 0.138s run time
loop = <_UnixSelectorEventLoop running=False closed=False debug=False>

    #x1B[0m#x1B[94mdef#x1B[39;49;00m#x1B[90m #x1B[39;49;00m#x1B[92mtest_when_timeout_smaller_second#x1B[39;49;00m(loop: asyncio.AbstractEventLoop) -> #x1B[94mNone#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
        timeout = #x1B[94m0.1#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
    #x1B[90m#x1B[39;49;00m
        handle = helpers.TimeoutHandle(loop, timeout)#x1B[90m#x1B[39;49;00m
        timer = loop.time() + timeout#x1B[90m#x1B[39;49;00m
        start_handle = handle.start()#x1B[90m#x1B[39;49;00m
        #x1B[94massert#x1B[39;49;00m start_handle #x1B[95mis#x1B[39;49;00m #x1B[95mnot#x1B[39;49;00m #x1B[94mNone#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
        when = start_handle.when()#x1B[90m#x1B[39;49;00m
        handle.close()#x1B[90m#x1B[39;49;00m
    #x1B[90m#x1B[39;49;00m
        #x1B[94massert#x1B[39;49;00m #x1B[96misinstance#x1B[39;49;00m(when, #x1B[96mfloat#x1B[39;49;00m)#x1B[90m#x1B[39;49;00m
>       #x1B[94massert#x1B[39;49;00m when - timer == pytest.approx(#x1B[94m0#x1B[39;49;00m, #x1B[96mabs#x1B[39;49;00m=#x1B[94m0.001#x1B[39;49;00m)#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31mE       assert 0.0033852909999723124 == 0 ± 0.001#x1B[0m
#x1B[1m#x1B[31mE         #x1B[0m
#x1B[1m#x1B[31mE         comparison failed#x1B[0m
#x1B[1m#x1B[31mE         Obtained: 0.0033852909999723124#x1B[0m
#x1B[1m#x1B[31mE         Expected: 0 ± 0.001#x1B[0m

handle     = <aiohttp.helpers.TimeoutHandle object at 0x10a4f0480>
loop       = <_UnixSelectorEventLoop running=False closed=False debug=False>
start_handle = <TimerHandle when=873.068796041 TimeoutHandle.__call__()>
timeout    = 0.1
timer      = 873.0654107500001
when       = 873.068796041

#x1B[1m#x1B[31mtests/test_helpers.py#x1B[0m:331: AssertionError

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

@codspeed-hq
Copy link

codspeed-hq bot commented Mar 16, 2026

Merging this PR will not alter performance

✅ 59 untouched benchmarks


Comparing dependabot/pip/identify-2.6.18 (b3bb58a) with master (46e4cad)1

Open in CodSpeed

Footnotes

  1. No successful run was found on master (66c7205) during the generation of this report, so 46e4cad was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.

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