Skip to content

Commit

Permalink
Merge #480
Browse files Browse the repository at this point in the history
480: build(deps): bump astroid from 2.9.2 to 2.9.3 r=ChrisRBe a=dependabot[bot]

Bumps [astroid](https://github.com/PyCQA/astroid) from 2.9.2 to 2.9.3.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/PyCQA/astroid/blob/main/ChangeLog">astroid's changelog</a>.</em></p>
<blockquote>
<h1>What's New in astroid 2.9.3?</h1>
<p>Release date: 2022-01-09</p>
<ul>
<li>
<p>Fixed regression where packages without a <code>__init__.py</code> file were
not recognized or imported correctly.</p>
<p>Closes <a href="https://github-redirect.dependabot.com/PyCQA/astroid/issues/1327">#1327</a></p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/PyCQA/astroid/commit/d3449531aa5bcefb47cbb55ac695be5ed3dd635b"><code>d344953</code></a> Bump astroid to 2.9.3, update changelog</li>
<li><a href="https://github.com/PyCQA/astroid/commit/a03c07d835d138086160fa2452b7b7297f41ed9b"><code>a03c07d</code></a> Fix finding packages without an <code>__init__.py</code> (<a href="https://github-redirect.dependabot.com/PyCQA/astroid/issues/1333">#1333</a>)</li>
<li><a href="https://github.com/PyCQA/astroid/commit/68c78e5c8d799fee964be84f8eda9d2207cb5543"><code>68c78e5</code></a> Fix a typo in the changelog</li>
<li>See full diff in <a href="https://github.com/PyCQA/astroid/compare/v2.9.2...v2.9.3">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=astroid&package-manager=pip&previous-version=2.9.2&new-version=2.9.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` 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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
bors[bot] and dependabot[bot] authored Jan 10, 2022
2 parents fb0318f + f4c9a68 commit 4f9dbf7
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
@@ -1,5 +1,5 @@
appdirs==1.4.4
astroid==2.9.2
astroid==2.9.3
atomicwrites==1.4.0
attrs==21.4.0
black==21.4b2
Expand Down

0 comments on commit 4f9dbf7

Please sign in to comment.