Skip to content

⬆️ Bump the dependencies group with 2 updates#179

Merged
7rikazhexde merged 1 commit intomainfrom
dependabot/pip/dependencies-9ac980fdd7
Apr 22, 2026
Merged

⬆️ Bump the dependencies group with 2 updates#179
7rikazhexde merged 1 commit intomainfrom
dependabot/pip/dependencies-9ac980fdd7

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 22, 2026

Bumps the dependencies group with 2 updates: mypy and pre-commit.

Updates mypy from 1.20.1 to 1.20.2

Changelog

Sourced from mypy's changelog.

Mypy Release Notes

Next Release

Enabling --local-partial-types by default

This flag affects the inference of types based on assignments in other scopes. For now, explicitly disabling this continues to be supported, but this support will be removed in the future as the legacy behaviour is hard to support with other current and future features in mypy, like the daemon or the new implementation of flexible redefinitions.

Contributed by Ivan Levkivskyi, Jukka Lehtosalo, Shantanu in PR 21163

Enabling --strict-bytes by default

Per PEP 688, mypy no longer treats bytearray and memoryview values as assignable to the bytes type.

Contributed by Shantanu in PR 18371

Drop Support for Targeting Python 3.9

Mypy no longer supports type checking code with --python-version 3.9. Use --python-version 3.10 or newer.

Contributed by Shantanu, Marc Mueller in PR 21243

Remove special casing of legacy bundled stubs

Mypy used to bundle stubs for a few packages in versions 0.812 and earlier. To navigate the transition, mypy used to report missing types for these packages even if --ignore-missing-imports was set. Mypy now consistently respects --ignore-missing-imports for all packages.

Contributed by Shantanu in PR 18372

Prevent assignment to None for non-Optional class variables with type comments

Mypy used to allow assignment to None for class variables when using type comments. This was a common idiom in Python 3.5 and earlier, prior to the introduction of variable annotations. However, this was a soundness hole and has now been removed.

Contributed by Shantanu in PR 20054

Mypy 1.20

We’ve just uploaded mypy 1.20.0 to the Python Package Index (PyPI). Mypy is a static type checker for Python. This release includes new features, performance improvements and bug fixes. You can install it as follows:

python3 -m pip install -U mypy

... (truncated)

Commits

Updates pre-commit from 4.5.1 to 4.6.0

Release notes

Sourced from pre-commit's releases.

pre-commit v4.6.0

Features

  • pre-commit hook-impl: allow --hook-dir to be missing to enable easier usage with git 2.54+ git hooks.

Fixes

Changelog

Sourced from pre-commit's changelog.

4.6.0 - 2026-04-21

Features

  • pre-commit hook-impl: allow --hook-dir to be missing to enable easier usage with git 2.54+ git hooks.

Fixes

Commits
  • f35134b v4.6.0
  • 2a51ffc Merge pull request #3662 from pre-commit/hook-impl-optional-hook-dir
  • d7dee32 make --hook-dir optional for hook-impl
  • 965aeb1 Merge pull request #3661 from pre-commit/hook-impl-required
  • 2eacc06 --hook-type is required for hook-impl
  • f5678bf Merge pull request #3657 from pre-commit/pre-commit-ci-update-config
  • 054cc5b [pre-commit.ci] pre-commit autoupdate
  • 5c0f302 Merge pull request #3652 from pre-commit/pre-commit-ci-update-config
  • a5d9114 [pre-commit.ci] pre-commit autoupdate
  • 129a1f5 Merge pull request #3641 from pre-commit/mxr-patch-1
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 2 updates: [mypy](https://github.com/python/mypy) and [pre-commit](https://github.com/pre-commit/pre-commit).


Updates `mypy` from 1.20.1 to 1.20.2
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.20.1...v1.20.2)

Updates `pre-commit` from 4.5.1 to 4.6.0
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v4.5.1...v4.6.0)

---
updated-dependencies:
- dependency-name: mypy
  dependency-version: 1.20.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: pre-commit
  dependency-version: 4.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 22, 2026
@7rikazhexde
Copy link
Copy Markdown
Owner

coverage

Coverage Report (ubuntu-latest / Python 3.11)
FileStmtsMissCoverMissing
__init__.py460100% 
debug_logger.py260100% 
gist_codeblock.py1130100% 
link_card.py880100% 
x_twitter_card.py300100% 
TOTAL3030100% 

Pytest Result Summary (os: ubuntu-latest / python-version: 3.11)

Tests Skipped Failures Errors Time
62 0 💤 0 ❌ 0 🔥 1.009s ⏱️

@7rikazhexde
Copy link
Copy Markdown
Owner

coverage

Coverage Report (ubuntu-latest / Python 3.12)
FileStmtsMissCoverMissing
__init__.py460100% 
debug_logger.py260100% 
gist_codeblock.py1130100% 
link_card.py880100% 
x_twitter_card.py300100% 
TOTAL3030100% 

Pytest Result Summary (os: ubuntu-latest / python-version: 3.12)

Tests Skipped Failures Errors Time
62 0 💤 0 ❌ 0 🔥 1.296s ⏱️

@7rikazhexde
Copy link
Copy Markdown
Owner

coverage

Coverage Report (ubuntu-latest / Python 3.10)
FileStmtsMissCoverMissing
__init__.py460100% 
debug_logger.py260100% 
gist_codeblock.py1130100% 
link_card.py880100% 
x_twitter_card.py300100% 
TOTAL3030100% 

Pytest Result Summary (os: ubuntu-latest / python-version: 3.10)

Tests Skipped Failures Errors Time
62 0 💤 0 ❌ 0 🔥 1.033s ⏱️

@7rikazhexde
Copy link
Copy Markdown
Owner

coverage

Coverage Report (macos-latest / Python 3.12)
FileStmtsMissCoverMissing
__init__.py460100% 
debug_logger.py260100% 
gist_codeblock.py1130100% 
link_card.py880100% 
x_twitter_card.py300100% 
TOTAL3030100% 

Pytest Result Summary (os: macos-latest / python-version: 3.12)

Tests Skipped Failures Errors Time
62 0 💤 0 ❌ 0 🔥 1.113s ⏱️

@7rikazhexde
Copy link
Copy Markdown
Owner

coverage

Coverage Report (ubuntu-latest / Python 3.13)
FileStmtsMissCoverMissing
__init__.py460100% 
debug_logger.py260100% 
gist_codeblock.py1130100% 
link_card.py880100% 
x_twitter_card.py300100% 
TOTAL3030100% 

Pytest Result Summary (os: ubuntu-latest / python-version: 3.13)

Tests Skipped Failures Errors Time
62 0 💤 0 ❌ 0 🔥 1.208s ⏱️

@7rikazhexde
Copy link
Copy Markdown
Owner

coverage

Coverage Report (macos-latest / Python 3.13)
FileStmtsMissCoverMissing
__init__.py460100% 
debug_logger.py260100% 
gist_codeblock.py1130100% 
link_card.py880100% 
x_twitter_card.py300100% 
TOTAL3030100% 

Pytest Result Summary (os: macos-latest / python-version: 3.13)

Tests Skipped Failures Errors Time
62 0 💤 0 ❌ 0 🔥 0.844s ⏱️

@7rikazhexde
Copy link
Copy Markdown
Owner

coverage

Coverage Report (macos-latest / Python 3.11)
FileStmtsMissCoverMissing
__init__.py460100% 
debug_logger.py260100% 
gist_codeblock.py1130100% 
link_card.py880100% 
x_twitter_card.py300100% 
TOTAL3030100% 

Pytest Result Summary (os: macos-latest / python-version: 3.11)

Tests Skipped Failures Errors Time
62 0 💤 0 ❌ 0 🔥 1.768s ⏱️

@7rikazhexde
Copy link
Copy Markdown
Owner

coverage

Coverage Report (macos-latest / Python 3.10)
FileStmtsMissCoverMissing
__init__.py460100% 
debug_logger.py260100% 
gist_codeblock.py1130100% 
link_card.py880100% 
x_twitter_card.py300100% 
TOTAL3030100% 

Pytest Result Summary (os: macos-latest / python-version: 3.10)

Tests Skipped Failures Errors Time
62 0 💤 0 ❌ 0 🔥 0.784s ⏱️

@7rikazhexde
Copy link
Copy Markdown
Owner

coverage

Coverage Report (windows-latest / Python 3.11)
FileStmtsMissCoverMissing
__init__.py460100% 
debug_logger.py260100% 
gist_codeblock.py1130100% 
link_card.py880100% 
x_twitter_card.py300100% 
TOTAL3030100% 

Pytest Result Summary (os: windows-latest / python-version: 3.11)

Tests Skipped Failures Errors Time
62 0 💤 0 ❌ 0 🔥 1.859s ⏱️

@7rikazhexde
Copy link
Copy Markdown
Owner

coverage

Coverage Report (windows-latest / Python 3.12)
FileStmtsMissCoverMissing
__init__.py460100% 
debug_logger.py260100% 
gist_codeblock.py1130100% 
link_card.py880100% 
x_twitter_card.py300100% 
TOTAL3030100% 

Pytest Result Summary (os: windows-latest / python-version: 3.12)

Tests Skipped Failures Errors Time
62 0 💤 0 ❌ 0 🔥 1.980s ⏱️

@7rikazhexde
Copy link
Copy Markdown
Owner

coverage

Coverage Report (windows-latest / Python 3.10)
FileStmtsMissCoverMissing
__init__.py460100% 
debug_logger.py260100% 
gist_codeblock.py1130100% 
link_card.py880100% 
x_twitter_card.py300100% 
TOTAL3030100% 

Pytest Result Summary (os: windows-latest / python-version: 3.10)

Tests Skipped Failures Errors Time
62 0 💤 0 ❌ 0 🔥 1.730s ⏱️

@7rikazhexde
Copy link
Copy Markdown
Owner

coverage

Coverage Report (windows-latest / Python 3.13)
FileStmtsMissCoverMissing
__init__.py460100% 
debug_logger.py260100% 
gist_codeblock.py1130100% 
link_card.py880100% 
x_twitter_card.py300100% 
TOTAL3030100% 

Pytest Result Summary (os: windows-latest / python-version: 3.13)

Tests Skipped Failures Errors Time
62 0 💤 0 ❌ 0 🔥 1.947s ⏱️

@7rikazhexde 7rikazhexde merged commit 14f203a into main Apr 22, 2026
19 checks passed
@dependabot dependabot Bot deleted the dependabot/pip/dependencies-9ac980fdd7 branch April 22, 2026 04:00
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 python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant