Skip to content

Commit

Permalink
⬆️ Bump executing from 1.1.1 to 1.2.0 (#103)
Browse files Browse the repository at this point in the history
Bumps [executing](https://github.com/alexmojaki/executing) from 1.1.1 to
1.2.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/alexmojaki/executing/commit/70d0d7b94e677c3724ba0963766731d191640e5d"><code>70d0d7b</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/alexmojaki/executing/issues/56">#56</a>
from alexmojaki/init_tokens</li>
<li><a
href="https://github.com/alexmojaki/executing/commit/fe3b3a38e9098ca3d7684627a8528a9d848df801"><code>fe3b3a3</code></a>
coverage</li>
<li><a
href="https://github.com/alexmojaki/executing/commit/45d8ca265b9875f794ccc433d9d78facd1033722"><code>45d8ca2</code></a>
Update sample results to account for asttokens handling f-strings</li>
<li><a
href="https://github.com/alexmojaki/executing/commit/46fd5801bf99c4519522edc84acc4e6072ea7f8c"><code>46fd580</code></a>
mypy</li>
<li><a
href="https://github.com/alexmojaki/executing/commit/5d90f192414584f6588f850f1f181cc5960838d3"><code>5d90f19</code></a>
fix return typo</li>
<li><a
href="https://github.com/alexmojaki/executing/commit/6812fa84e38b8a9cbf22adb4a31d0a2365d4f18b"><code>6812fa8</code></a>
Drop Python 3.4 properly</li>
<li><a
href="https://github.com/alexmojaki/executing/commit/bb0a0127ecc7d8b5c0962a022265c53e698cb495"><code>bb0a012</code></a>
Handle init_tokens</li>
<li><a
href="https://github.com/alexmojaki/executing/commit/b7ac1301b901cce96a0faf00f7b0807642cd7942"><code>b7ac130</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/alexmojaki/executing/issues/57">#57</a>
from palfrey/mypy</li>
<li><a
href="https://github.com/alexmojaki/executing/commit/fb45bf03930c9cfba8199cf959759283078b2236"><code>fb45bf0</code></a>
Use Sized check, not <code>__len__</code></li>
<li><a
href="https://github.com/alexmojaki/executing/commit/b673f5bbd5d9dd0b576696e46aa675b9e3136192"><code>b673f5b</code></a>
Remove unused EnumMeta</li>
<li>Additional commits viewable in <a
href="https://github.com/alexmojaki/executing/compare/v1.1.1...v1.2.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=executing&package-manager=pip&previous-version=1.1.1&new-version=1.2.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 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>
  • Loading branch information
github-actions[bot] authored Oct 31, 2022
2 parents 3982a8b + 6820724 commit fc89420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ entrypoints==0.4
# via jupyter-client
exceptiongroup==1.0.0
# via pytest
executing==1.1.1
executing==1.2.0
# via stack-data
exhale==0.3.6
# via -r requirements.in
Expand Down

0 comments on commit fc89420

Please sign in to comment.