Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump slotscheck from 0.17.0 to 0.17.1 #7792

Merged
merged 1 commit into from
Nov 6, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 6, 2023

Bumps slotscheck from 0.17.0 to 0.17.1.

Release notes

Sourced from slotscheck's releases.

0.17.1

  • Fixed Generic false positive in Python 3.12+ (#201).
  • Remove pkgutil deprecation warning on Python 3.12+.
  • Official Python 3.12 support.
Changelog

Sourced from slotscheck's changelog.

0.17.1 (2023-11-03)

  • Fixed Generic false positive in Python 3.12+ (#201).
  • Remove pkgutil deprecation warning on Python 3.12+.
  • Official Python 3.12 support.
Commits
  • f5238c7 Merge pull request #194 from ariebovenberg/py312
  • 37e76b7 add py312 support
  • 69b2792 Merge pull request #198 from ariebovenberg/dependabot/pip/pytest-mock-3.12.0
  • e04fc3b Merge pull request #199 from ariebovenberg/dependabot/pip/black-23.10.1
  • f038cc3 Bump black from 23.10.0 to 23.10.1
  • 3e27d4f Bump pytest-mock from 3.11.1 to 3.12.0
  • bb1f1c2 Merge pull request #200 from ariebovenberg/dependabot/pip/pytest-7.4.3
  • ac0dded Bump pytest from 7.4.2 to 7.4.3
  • 80afe6a Merge pull request #196 from ariebovenberg/dependabot/pip/black-23.10.0
  • 27c90eb Bump black from 23.9.1 to 23.10.0
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

Bumps [slotscheck](https://github.com/ariebovenberg/slotscheck) from 0.17.0 to 0.17.1.
- [Release notes](https://github.com/ariebovenberg/slotscheck/releases)
- [Changelog](https://github.com/ariebovenberg/slotscheck/blob/main/CHANGELOG.rst)
- [Commits](ariebovenberg/slotscheck@v0.17.0...v0.17.1)

---
updated-dependencies:
- dependency-name: slotscheck
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from webknjaz as a code owner November 6, 2023 10:20
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 6, 2023
@dependabot dependabot bot requested a review from asvetlov as a code owner November 6, 2023 10:20
@github-actions github-actions bot enabled auto-merge (squash) November 6, 2023 10:20
@github-actions github-actions bot merged commit d8324a6 into 3.9 Nov 6, 2023
22 of 27 checks passed
@github-actions github-actions bot deleted the dependabot/pip/3.9/slotscheck-0.17.1 branch November 6, 2023 10:42
xiangxli pushed a commit to xiangxli/aiohttp that referenced this pull request Dec 4, 2023
Bumps [slotscheck](https://github.com/ariebovenberg/slotscheck) from
0.17.0 to 0.17.1.
<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.17.1</h2>
<ul>
<li>Fixed <code>Generic</code> false positive in Python 3.12+ (<a
href="https://redirect.github.com/ariebovenberg/slotscheck/issues/201">#201</a>).</li>
<li>Remove <code>pkgutil</code> deprecation warning on Python
3.12+.</li>
<li>Official Python 3.12 support.</li>
</ul>
</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.17.1 (2023-11-03)</h2>
<ul>
<li>Fixed <code>Generic</code> false positive in Python 3.12+ (<a
href="https://redirect.github.com/ariebovenberg/slotscheck/issues/201">#201</a>).</li>
<li>Remove <code>pkgutil</code> deprecation warning on Python
3.12+.</li>
<li>Official Python 3.12 support.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ariebovenberg/slotscheck/commit/f5238c7d508d19ff225cacd404a0e03722789b59"><code>f5238c7</code></a>
Merge pull request <a
href="https://redirect.github.com/ariebovenberg/slotscheck/issues/194">#194</a>
from ariebovenberg/py312</li>
<li><a
href="https://github.com/ariebovenberg/slotscheck/commit/37e76b7c2e935c1775954e2ebef9b245cbb6fa7d"><code>37e76b7</code></a>
add py312 support</li>
<li><a
href="https://github.com/ariebovenberg/slotscheck/commit/69b27924b85f8e92262ffc8b099f214cdeed3e90"><code>69b2792</code></a>
Merge pull request <a
href="https://redirect.github.com/ariebovenberg/slotscheck/issues/198">#198</a>
from ariebovenberg/dependabot/pip/pytest-mock-3.12.0</li>
<li><a
href="https://github.com/ariebovenberg/slotscheck/commit/e04fc3b322e27b24bec656ea52a218b598671128"><code>e04fc3b</code></a>
Merge pull request <a
href="https://redirect.github.com/ariebovenberg/slotscheck/issues/199">#199</a>
from ariebovenberg/dependabot/pip/black-23.10.1</li>
<li><a
href="https://github.com/ariebovenberg/slotscheck/commit/f038cc3dd8ac4810d6c2c9e8d0746e4972a52bdb"><code>f038cc3</code></a>
Bump black from 23.10.0 to 23.10.1</li>
<li><a
href="https://github.com/ariebovenberg/slotscheck/commit/3e27d4f3d70b364129eda3f402b3136724e0b596"><code>3e27d4f</code></a>
Bump pytest-mock from 3.11.1 to 3.12.0</li>
<li><a
href="https://github.com/ariebovenberg/slotscheck/commit/bb1f1c2dee5135c182d1c9ffaad5332a4c2482fa"><code>bb1f1c2</code></a>
Merge pull request <a
href="https://redirect.github.com/ariebovenberg/slotscheck/issues/200">#200</a>
from ariebovenberg/dependabot/pip/pytest-7.4.3</li>
<li><a
href="https://github.com/ariebovenberg/slotscheck/commit/ac0dded88d5300290bcd5f8fbc9446e53000e78d"><code>ac0dded</code></a>
Bump pytest from 7.4.2 to 7.4.3</li>
<li><a
href="https://github.com/ariebovenberg/slotscheck/commit/80afe6ab06e445a07d1dbc980bb5c26bda1af1f9"><code>80afe6a</code></a>
Merge pull request <a
href="https://redirect.github.com/ariebovenberg/slotscheck/issues/196">#196</a>
from ariebovenberg/dependabot/pip/black-23.10.0</li>
<li><a
href="https://github.com/ariebovenberg/slotscheck/commit/27c90ebb1e700d100b5f423863754f06e1f403cc"><code>27c90eb</code></a>
Bump black from 23.9.1 to 23.10.0</li>
<li>Additional commits viewable in <a
href="https://github.com/ariebovenberg/slotscheck/compare/v0.17.0...v0.17.1">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.0&new-version=0.17.1)](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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants