Skip to content

Commit 1ba8cea

Browse files
Bump librt from 0.8.0 to 0.9.0 (#12372)
Bumps [librt](https://github.com/mypyc/librt) from 0.8.0 to 0.9.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mypyc/librt/commit/8f66cfe9cb3611b32741dd5b00e9049a627d6ccb"><code>8f66cfe</code></a> Bump version to 0.9.0</li> <li><a href="https://github.com/mypyc/librt/commit/149b3698bc3f6f7724f3fe6148938d6a4bc0d421"><code>149b369</code></a> Sync mypy including extract_symbol() PR (<a href="https://redirect.github.com/mypyc/librt/issues/37">#37</a>)</li> <li><a href="https://github.com/mypyc/librt/commit/05c11113460b73eb8ecc90adf539996012510169"><code>05c1111</code></a> Use PEP 639 license metadata (<a href="https://redirect.github.com/mypyc/librt/issues/34">#34</a>)</li> <li><a href="https://github.com/mypyc/librt/commit/e9c167e17aa3c1e949befa90cc8d062fea6eeaaa"><code>e9c167e</code></a> Sync mypy</li> <li>See full diff in <a href="https://github.com/mypyc/librt/compare/v0.8.0...v0.9.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.8.0&new-version=0.9.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 5d7cdbc commit 1ba8cea

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
@@ -104,7 +104,7 @@ jinja2==3.1.6
104104
# via
105105
# sphinx
106106
# towncrier
107-
librt==0.8.0
107+
librt==0.9.0
108108
# via mypy
109109
markdown-it-py==4.0.0
110110
# via rich

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jinja2==3.1.6
102102
# via
103103
# sphinx
104104
# towncrier
105-
librt==0.8.0
105+
librt==0.9.0
106106
# via mypy
107107
markdown-it-py==4.0.0
108108
# via rich

requirements/lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ iniconfig==2.3.0
4545
# via pytest
4646
isal==1.7.2
4747
# via -r requirements/lint.in
48-
librt==0.8.0
48+
librt==0.9.0
4949
# via mypy
5050
markdown-it-py==4.0.0
5151
# via rich

requirements/test-common.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ iniconfig==2.3.0
3434
# via pytest
3535
isal==1.8.0 ; python_version < "3.14"
3636
# via -r requirements/test-common.in
37-
librt==0.8.0
37+
librt==0.9.0
3838
# via mypy
3939
markdown-it-py==4.0.0
4040
# via rich

requirements/test-ft.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ iniconfig==2.3.0
5555
# via pytest
5656
isal==1.8.0 ; python_version < "3.14"
5757
# via -r requirements/test-common.in
58-
librt==0.8.0
58+
librt==0.9.0
5959
# via mypy
6060
markdown-it-py==4.0.0
6161
# via rich

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ iniconfig==2.3.0
5555
# via pytest
5656
isal==1.7.2 ; python_version < "3.14"
5757
# via -r requirements/test-common.in
58-
librt==0.8.0
58+
librt==0.9.0
5959
# via mypy
6060
markdown-it-py==4.0.0
6161
# via rich

0 commit comments

Comments
 (0)