Skip to content

Commit 8d5c65e

Browse files
Bump librt from 0.6.3 to 0.7.3 (#11812)
Bumps [librt](https://github.com/mypyc/librt) from 0.6.3 to 0.7.3. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mypyc/librt/commit/7e053f113df4bf601b7a69e91c2a4a9888bf6d1a"><code>7e053f1</code></a> Sync mypy to bring new setup structure (<a href="https://redirect.github.com/mypyc/librt/issues/24">#24</a>)</li> <li><a href="https://github.com/mypyc/librt/commit/fd8972fb8a6db60d664d2c8af92510207cc6157a"><code>fd8972f</code></a> Force-include all C files (<a href="https://redirect.github.com/mypyc/librt/issues/23">#23</a>)</li> <li><a href="https://github.com/mypyc/librt/commit/bd2a8e897e72bb291a2f3efdab112ec6f080dfc1"><code>bd2a8e8</code></a> Include headers recursively (<a href="https://redirect.github.com/mypyc/librt/issues/22">#22</a>)</li> <li><a href="https://github.com/mypyc/librt/commit/05b3cccb164a58db75c91c4da34945755a5b5d13"><code>05b3ccc</code></a> Sync mypy including the stubs (<a href="https://redirect.github.com/mypyc/librt/issues/14">#14</a>)</li> <li><a href="https://github.com/mypyc/librt/commit/abf92aab269421d4c11baa98d35c21e96567b2f1"><code>abf92aa</code></a> Fix Markdown</li> <li><a href="https://github.com/mypyc/librt/commit/fd8d11825501ecf51afb95edd1d51a2ee3cb2e24"><code>fd8d118</code></a> Add some developer notes</li> <li>See full diff in <a href="https://github.com/mypyc/librt/compare/v0.6.3...v0.7.3">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.6.3&new-version=0.7.3)](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bf487b5 commit 8d5c65e

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

requirements/constraints.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.6.3
105+
librt==0.7.3
106106
# via mypy
107107
markdown-it-py==4.0.0
108108
# via rich

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jinja2==3.1.6
100100
# via
101101
# sphinx
102102
# towncrier
103-
librt==0.6.3
103+
librt==0.7.3
104104
# via mypy
105105
markdown-it-py==4.0.0
106106
# 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.6.3
46+
librt==0.7.3
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.6.3
37+
librt==0.7.3
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.6.3
58+
librt==0.7.3
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.6.3
58+
librt==0.7.3
5959
# via mypy
6060
markdown-it-py==4.0.0
6161
# via rich

0 commit comments

Comments
 (0)