Skip to content

Commit 8ab6294

Browse files
Bump ast-serialize from 0.3.0 to 0.4.0 (#12547)
Bumps [ast-serialize](https://github.com/mypyc/ast_serialize) from 0.3.0 to 0.4.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mypyc/ast_serialize/commit/15528f99909f0511dcc908cf31987051e2e9eafc"><code>15528f9</code></a> Bump version to 0.4.0</li> <li><a href="https://github.com/mypyc/ast_serialize/commit/385ef60818319e5f01a110ca70c257f7e6faf7a5"><code>385ef60</code></a> Upgrade ruff parser to latest (<a href="https://redirect.github.com/mypyc/ast_serialize/issues/65">#65</a>)</li> <li><a href="https://github.com/mypyc/ast_serialize/commit/9960789556de5d61c5365de811790026ffd67f26"><code>9960789</code></a> Update cargo package version (<a href="https://redirect.github.com/mypyc/ast_serialize/issues/63">#63</a>)</li> <li>See full diff in <a href="https://github.com/mypyc/ast_serialize/compare/v0.3.0...v0.4.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ast-serialize&package-manager=pip&previous-version=0.3.0&new-version=0.4.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 2ec8649 commit 8ab6294

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
@@ -24,7 +24,7 @@ alabaster==1.0.0
2424
# via sphinx
2525
annotated-types==0.7.0
2626
# via pydantic
27-
ast-serialize==0.3.0
27+
ast-serialize==0.4.0
2828
# via mypy
2929
async-timeout==5.0.1 ; python_version < "3.11"
3030
# via

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ alabaster==1.0.0
2424
# via sphinx
2525
annotated-types==0.7.0
2626
# via pydantic
27-
ast-serialize==0.3.0
27+
ast-serialize==0.4.0
2828
# via mypy
2929
async-timeout==5.0.1 ; python_version < "3.11"
3030
# via

requirements/lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ aiosignal==1.4.0
1414
# via aiohttp
1515
annotated-types==0.7.0
1616
# via pydantic
17-
ast-serialize==0.3.0
17+
ast-serialize==0.4.0
1818
# via mypy
1919
async-timeout==5.0.1
2020
# via

requirements/test-common.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ aiosignal==1.4.0
1212
# via aiohttp
1313
annotated-types==0.7.0
1414
# via pydantic
15-
ast-serialize==0.3.0
15+
ast-serialize==0.4.0
1616
# via mypy
1717
async-timeout==5.0.1
1818
# via aiohttp

requirements/test-ft.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ aiosignal==1.4.0
1818
# aiohttp
1919
annotated-types==0.7.0
2020
# via pydantic
21-
ast-serialize==0.3.0
21+
ast-serialize==0.4.0
2222
# via mypy
2323
async-timeout==5.0.1 ; python_version < "3.11"
2424
# via

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ aiosignal==1.4.0
1818
# aiohttp
1919
annotated-types==0.7.0
2020
# via pydantic
21-
ast-serialize==0.3.0
21+
ast-serialize==0.4.0
2222
# via mypy
2323
async-timeout==5.0.1 ; python_version < "3.11"
2424
# via

0 commit comments

Comments
 (0)