Skip to content

Commit e6c565a

Browse files
Bump librt from 0.7.7 to 0.7.8 (#11963)
Bumps [librt](https://github.com/mypyc/librt) from 0.7.7 to 0.7.8. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mypyc/librt/commit/7b16380bc013f87cd8f08e6b58230ed4c45eeabe"><code>7b16380</code></a> Sync mypy</li> <li>See full diff in <a href="https://github.com/mypyc/librt/compare/v0.7.7...v0.7.8">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.7&new-version=0.7.8)](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 8953ff7 commit e6c565a

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.7.7
105+
librt==0.7.8
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.7.7
103+
librt==0.7.8
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.7.7
46+
librt==0.7.8
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.7
37+
librt==0.7.8
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.7.7
58+
librt==0.7.8
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.7.7
58+
librt==0.7.8
5959
# via mypy
6060
markdown-it-py==4.0.0
6161
# via rich

0 commit comments

Comments
 (0)