Skip to content

Commit 9bc498b

Browse files
Bump librt from 0.10.0 to 0.11.0 (#12504)
Bumps [librt](https://github.com/mypyc/librt) from 0.10.0 to 0.11.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mypyc/librt/commit/862679a0492f4433a286b2d53965ec2603623be1"><code>862679a</code></a> Sync mypy and bump version to 0.11.0 (<a href="https://redirect.github.com/mypyc/librt/issues/40">#40</a>)</li> <li>See full diff in <a href="https://github.com/mypyc/librt/compare/v0.10.0...v0.11.0">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.10.0&new-version=0.11.0)](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 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c733e4b commit 9bc498b

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

requirements/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jinja2==3.1.6
118118
# via
119119
# sphinx
120120
# towncrier
121-
librt==0.10.0
121+
librt==0.11.0
122122
# via mypy
123123
markdown-it-py==4.2.0
124124
# via rich

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jinja2==3.1.6
116116
# via
117117
# sphinx
118118
# towncrier
119-
librt==0.10.0
119+
librt==0.11.0
120120
# via mypy
121121
markdown-it-py==4.2.0
122122
# via rich

requirements/lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ iniconfig==2.3.0
6565
# via pytest
6666
isal==1.7.2
6767
# via -r requirements/lint.in
68-
librt==0.10.0
68+
librt==0.11.0
6969
# via mypy
7070
markdown-it-py==4.2.0
7171
# via rich

requirements/test-common.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ iniconfig==2.3.0
5454
# via pytest
5555
isal==1.8.0 ; python_version < "3.14"
5656
# via -r requirements/test-common.in
57-
librt==0.10.0
57+
librt==0.11.0
5858
# via mypy
5959
markdown-it-py==4.2.0
6060
# via rich

requirements/test-ft.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ iniconfig==2.3.0
7070
# via pytest
7171
isal==1.8.0 ; python_version < "3.14"
7272
# via -r requirements/test-common.in
73-
librt==0.10.0
73+
librt==0.11.0
7474
# via mypy
7575
markdown-it-py==4.2.0
7676
# via rich

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ iniconfig==2.3.0
7070
# via pytest
7171
isal==1.7.2 ; python_version < "3.14"
7272
# via -r requirements/test-common.in
73-
librt==0.10.0
73+
librt==0.11.0
7474
# via mypy
7575
markdown-it-py==4.2.0
7676
# via rich

0 commit comments

Comments
 (0)