Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Bump librt from 0.7.3 to 0.7.4 (aio-libs#11851)
Bumps [librt](https://github.com/mypyc/librt) from 0.7.3 to 0.7.4.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/mypyc/librt/commit/87e36475ef8e8bc47945bd7067391a86fcc11d70"><code>87e3647</code></a>
Sync mypy and bump version to 0.7.4</li>
<li><a
href="https://github.com/mypyc/librt/commit/62e0564391d9d93585c678e9b8bf19eb3aab2690"><code>62e0564</code></a>
Add some badges to README (<a
href="https://github.com/mypyc/librt/issues/25">#25</a>)</li>
<li>See full diff in <a
href="https://github.com/mypyc/librt/compare/v0.7.3...v0.7.4">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=librt&package-manager=pip&previous-version=0.7.3&new-version=0.7.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 16, 2025
commit ef53f7ba170396049e5f76771344119e0b2b2afa
2 changes: 1 addition & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jinja2==3.1.6
# via
# sphinx
# towncrier
librt==0.7.3
librt==0.7.4
# via mypy
markdown-it-py==4.0.0
# via rich
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jinja2==3.1.6
# via
# sphinx
# towncrier
librt==0.7.3
librt==0.7.4
# via mypy
markdown-it-py==4.0.0
# via rich
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ iniconfig==2.3.0
# via pytest
isal==1.7.2
# via -r requirements/lint.in
librt==0.7.3
librt==0.7.4
# via mypy
markdown-it-py==4.0.0
# via rich
Expand Down
2 changes: 1 addition & 1 deletion requirements/test-common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ iniconfig==2.3.0
# via pytest
isal==1.8.0 ; python_version < "3.14"
# via -r requirements/test-common.in
librt==0.7.3
librt==0.7.4
# via mypy
markdown-it-py==4.0.0
# via rich
Expand Down
2 changes: 1 addition & 1 deletion requirements/test-ft.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ iniconfig==2.3.0
# via pytest
isal==1.8.0 ; python_version < "3.14"
# via -r requirements/test-common.in
librt==0.7.3
librt==0.7.4
# via mypy
markdown-it-py==4.0.0
# via rich
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ iniconfig==2.3.0
# via pytest
isal==1.7.2 ; python_version < "3.14"
# via -r requirements/test-common.in
librt==0.7.3
librt==0.7.4
# via mypy
markdown-it-py==4.0.0
# via rich
Expand Down