Skip to content

Commit

Permalink
Bump slotscheck from 0.17.3 to 0.18.0 (#8244)
Browse files Browse the repository at this point in the history
Bumps [slotscheck](https://github.com/ariebovenberg/slotscheck) from
0.17.3 to 0.18.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/ariebovenberg/slotscheck/releases">slotscheck's
releases</a>.</em></p>
<blockquote>
<h2>0.18.0</h2>
<p>Improved robustness of importing of namespace packages and built-in
modules (<a
href="https://redirect.github.com/ariebovenberg/slotscheck/issues/227">#227</a>)</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/ariebovenberg/slotscheck/blob/main/CHANGELOG.rst">slotscheck's
changelog</a>.</em></p>
<blockquote>
<h2>0.18.0 (2024-03-21)</h2>
<ul>
<li>Improved robustness of importing of namespace packages and built-in
modules (<a
href="https://redirect.github.com/ariebovenberg/slotscheck/issues/227">#227</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ariebovenberg/slotscheck/commit/8f0d153a552dc709ab6d234b8ee559680d2091d9"><code>8f0d153</code></a>
prepare next release</li>
<li><a
href="https://github.com/ariebovenberg/slotscheck/commit/eb42767832daea9b1783baf22d57766ef47cb6eb"><code>eb42767</code></a>
Merge pull request <a
href="https://redirect.github.com/ariebovenberg/slotscheck/issues/227">#227</a>
from eltoder/feature/namespace-packages</li>
<li><a
href="https://github.com/ariebovenberg/slotscheck/commit/30f57c046993af06be18e54044cff0378bdf3ac1"><code>30f57c0</code></a>
Fix importing of namespace packages and built-in modules</li>
<li><a
href="https://github.com/ariebovenberg/slotscheck/commit/2c2561c5108a1d37a13a2f2f8541503a040386cd"><code>2c2561c</code></a>
Merge pull request <a
href="https://redirect.github.com/ariebovenberg/slotscheck/issues/226">#226</a>
from ariebovenberg/dependabot/pip/black-24.3.0</li>
<li><a
href="https://github.com/ariebovenberg/slotscheck/commit/5da086b12b509be8335f0863d2e0ff1d7edc2ae3"><code>5da086b</code></a>
Bump black from 24.2.0 to 24.3.0</li>
<li><a
href="https://github.com/ariebovenberg/slotscheck/commit/f4fb06ffa762e2eb9e7fce3c663d14fc111d492d"><code>f4fb06f</code></a>
Merge pull request <a
href="https://redirect.github.com/ariebovenberg/slotscheck/issues/225">#225</a>
from ariebovenberg/dependabot/pip/pytest-8.1.1</li>
<li><a
href="https://github.com/ariebovenberg/slotscheck/commit/1cca3616b27b1af569524c4a2bdc98e25070075d"><code>1cca361</code></a>
Bump pytest from 8.1.0 to 8.1.1</li>
<li><a
href="https://github.com/ariebovenberg/slotscheck/commit/5a667c45ba097a0dacef0f51efc80d8c48d3f946"><code>5a667c4</code></a>
Merge pull request <a
href="https://redirect.github.com/ariebovenberg/slotscheck/issues/224">#224</a>
from ariebovenberg/dependabot/pip/mypy-1.9.0</li>
<li><a
href="https://github.com/ariebovenberg/slotscheck/commit/bca5db07be1049841a40f5bf1469c11a9a78146e"><code>bca5db0</code></a>
Bump mypy from 1.8.0 to 1.9.0</li>
<li><a
href="https://github.com/ariebovenberg/slotscheck/commit/8fece90029795718215625a3c0a1f95bb73848f1"><code>8fece90</code></a>
Merge pull request <a
href="https://redirect.github.com/ariebovenberg/slotscheck/issues/223">#223</a>
from ariebovenberg/dependabot/pip/pytest-8.1.0</li>
<li>Additional commits viewable in <a
href="https://github.com/ariebovenberg/slotscheck/compare/v0.17.3...v0.18.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=slotscheck&package-manager=pip&previous-version=0.17.3&new-version=0.18.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 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>
  • Loading branch information
dependabot[bot] authored Mar 22, 2024
1 parent 560c5ba commit 8e91d5c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ six==1.16.0
# via
# python-dateutil
# virtualenv
slotscheck==0.17.3
slotscheck==0.18.0
# via -r requirements/lint.in
snowballstemmer==2.1.0
# via sphinx
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ setuptools-git==1.2
# via -r requirements/test.in
six==1.16.0
# via python-dateutil
slotscheck==0.17.3
slotscheck==0.18.0
# via -r requirements/lint.in
snowballstemmer==2.2.0
# via sphinx
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pytest==7.4.4
# via -r requirements/lint.in
pyyaml==6.0.1
# via pre-commit
slotscheck==0.17.3
slotscheck==0.18.0
# via -r requirements/lint.in
tomli==2.0.1
# via
Expand Down

0 comments on commit 8e91d5c

Please sign in to comment.