Skip to content

Commit 564cdbf

Browse files
Bump librt from 0.7.8 to 0.8.1 (#12090)
Bumps [librt](https://github.com/mypyc/librt) from 0.7.8 to 0.8.1. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mypyc/librt/commit/e9c167e17aa3c1e949befa90cc8d062fea6eeaaa"><code>e9c167e</code></a> Sync mypy</li> <li><a href="https://github.com/mypyc/librt/commit/26eb1d2c3e63228473f9ca2d299cdc4191c9cdc1"><code>26eb1d2</code></a> Bump version to 0.8.0; add tests for base64</li> <li><a href="https://github.com/mypyc/librt/commit/588d6c63282a3923232bc71e5e1dd3074149240a"><code>588d6c6</code></a> Sync mypy: base64 is non-experimental now</li> <li><a href="https://github.com/mypyc/librt/commit/80dcab7e367e0b5b1cd7788f59a4af6791376efb"><code>80dcab7</code></a> feat: Build wheel for riscv64 (<a href="https://redirect.github.com/mypyc/librt/issues/31">#31</a>)</li> <li>See full diff in <a href="https://github.com/mypyc/librt/compare/v0.7.8...v0.8.1">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.8&new-version=0.8.1)](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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 800360a commit 564cdbf

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.7.8
107+
librt==0.8.1
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.7.8
105+
librt==0.8.1
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
@@ -43,7 +43,7 @@ iniconfig==2.3.0
4343
# via pytest
4444
isal==1.7.2
4545
# via -r requirements/lint.in
46-
librt==0.7.8
46+
librt==0.8.1
4747
# via mypy
4848
markdown-it-py==4.0.0
4949
# 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.7.8
37+
librt==0.8.1
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
@@ -57,7 +57,7 @@ iniconfig==2.3.0
5757
# via pytest
5858
isal==1.8.0 ; python_version < "3.14"
5959
# via -r requirements/test-common.in
60-
librt==0.7.8
60+
librt==0.8.1
6161
# via mypy
6262
markdown-it-py==4.0.0
6363
# via rich

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ iniconfig==2.3.0
5757
# via pytest
5858
isal==1.7.2 ; python_version < "3.14"
5959
# via -r requirements/test-common.in
60-
librt==0.7.8
60+
librt==0.8.1
6161
# via mypy
6262
markdown-it-py==4.0.0
6363
# via rich

0 commit comments

Comments
 (0)