Skip to content

Commit 33f762e

Browse files
⬆️ Bump asttokens from 2.0.5 to 2.0.8 (#6)
Bumps [asttokens](https://github.com/gristlabs/asttokens) from 2.0.5 to 2.0.8. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gristlabs/asttokens/commit/9c55fc85643fff9a8d1853628f6a5c403b07f49d"><code>9c55fc8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/gristlabs/asttokens/issues/90">#90</a> from palfrey/fix-explicit-import</li> <li><a href="https://github.com/gristlabs/asttokens/commit/4ca1f3eb4a8602f294ed03643d28b4fbbb5ffec6"><code>4ca1f3e</code></a> &quot;exclude&quot; for mypy is broken on 0.910</li> <li><a href="https://github.com/gristlabs/asttokens/commit/ed61b358fec5c55f2ace0703039b370a3fe5b233"><code>ed61b35</code></a> Fix some 3.5 issues</li> <li><a href="https://github.com/gristlabs/asttokens/commit/47c3d36b821e0a77b2cebcf0147b0e723e1cae55"><code>47c3d36</code></a> Exclude testdata from testing</li> <li><a href="https://github.com/gristlabs/asttokens/commit/df476bf9cfe8111aca41c5d2dc3aaca117fbc0b9"><code>df476bf</code></a> Fix mypy explicit re-export issues</li> <li><a href="https://github.com/gristlabs/asttokens/commit/6f02fa55600b51e6c4a5de9404d240f94bf27a4f"><code>6f02fa5</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/gristlabs/asttokens/issues/87">#87</a> from gristlabs/astroid-type-checking</li> <li><a href="https://github.com/gristlabs/asttokens/commit/7514cc59241b2383e0affe37f5af5934c64660f4"><code>7514cc5</code></a> reenable slow tests, bump version to 2.0.7</li> <li><a href="https://github.com/gristlabs/asttokens/commit/83f00e80c3ffe784e12056f1f1bd9acb1c563859"><code>83f00e8</code></a> disable slow tests temporarily</li> <li><a href="https://github.com/gristlabs/asttokens/commit/d0d71ee6646fe17ce424db56e2c2119b2c744f2c"><code>d0d71ee</code></a> Fix errors when importing astroid just for type checking</li> <li><a href="https://github.com/gristlabs/asttokens/commit/beb8a4edb8df3efae028b6b28d4beebd0c89c4fa"><code>beb8a4e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/gristlabs/asttokens/issues/84">#84</a> from gristlabs/2.0.6</li> <li>Additional commits viewable in <a href="https://github.com/gristlabs/asttokens/compare/v2.0.5...2.0.8">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=asttokens&package-manager=pip&previous-version=2.0.5&new-version=2.0.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 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>
2 parents 743395a + 3fdc698 commit 33f762e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
id: meta
3636
uses: docker/metadata-action@v4
3737
with:
38-
images: ghcr.io/mardi4nfdi/open-interfaces/ci_test
38+
images: ghcr.io/${{github.repository}}/ci_test
3939
flavor: |
4040
latest=false
4141
tags: |

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ alabaster==0.7.12
88
# via
99
# -r requirements.in
1010
# sphinx
11-
asttokens==2.0.5
11+
asttokens==2.0.8
1212
# via stack-data
1313
attrs==21.4.0
1414
# via

0 commit comments

Comments
 (0)