Skip to content

⬆️ Bump mypy from 1.20.0 to 1.20.1 in the dependencies group#176

Merged
7rikazhexde merged 1 commit intomainfrom
dependabot/pip/dependencies-8a4671a52e
Apr 14, 2026
Merged

⬆️ Bump mypy from 1.20.0 to 1.20.1 in the dependencies group#176
7rikazhexde merged 1 commit intomainfrom
dependabot/pip/dependencies-8a4671a52e

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the dependencies group with 1 update: mypy.

Updates mypy from 1.20.0 to 1.20.1

Changelog

Sourced from mypy's changelog.

Mypy 1.20.1

  • Always disable sync in SQLite cache (Ivan Levkivskyi, PR 21184)
  • Temporarily skip few base64 tests (Ivan Levkivskyi, PR 21193)
  • Revert dict.__or__ typeshed change (Ivan Levkivskyi, PR 21186)
  • Fix narrowing for match case with variadic tuples (Shantanu, PR 21192)
  • Avoid narrowing type[T] in type calls (Shantanu, PR 21174)
  • Fix regression for catching empty tuple in except (Shantanu, PR 21153)
  • Fix reachability for frozenset and dict view narrowing (Shantanu, PR 21151)
  • Fix narrowing with chained comparison (Shantanu, PR 21150)
  • Avoid narrowing to unreachable at module level (Shantanu, PR 21144)
  • Allow dangerous identity comparisons to Any typed variables (Shantanu, PR 21142)
  • --warn-unused-config should not be a strict flag (Ivan Levkivskyi, PR 21139)

Acknowledgements

Thanks to all mypy contributors who contributed to this release:

  • A5rocks
  • Aaron Wieczorek
  • Adam Turner
  • Ali Hamdan
  • asce
  • BobTheBuidler
  • Brent Westbrook
  • Brian Schubert
  • bzoracler
  • Chris Burroughs
  • Christoph Tyralla
  • Colin Watson
  • Donghoon Nam
  • E. M. Bray
  • Emma Smith
  • Ethan Sarp
  • George Ogden
  • getzze
  • grayjk
  • Gregor Riepl
  • Ivan Levkivskyi
  • James Hilliard
  • James Le Cuirot
  • Jeremy Nimmer
  • Joren Hammudoglu
  • Kai (Kazuya Ito)
  • kaushal trivedi
  • Kevin Kannammalil
  • Lukas Geiger
  • Łukasz Langa
  • Marc Mueller
  • Michael R. Crusoe
  • michaelm-openai

... (truncated)

Commits

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 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 1 update: [mypy](https://github.com/python/mypy).


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

---
updated-dependencies:
- dependency-name: mypy
  dependency-version: 1.20.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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 14, 2026
@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.073s ⏱️

@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.062s ⏱️

@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.061s ⏱️

@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.862s ⏱️

@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.328s ⏱️

@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.190s ⏱️

@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.080s ⏱️

@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.713s ⏱️

@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.587s ⏱️

@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 🔥 2.167s ⏱️

@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 🔥 7.132s ⏱️

@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 🔥 2.349s ⏱️

@7rikazhexde 7rikazhexde merged commit 88b64f9 into main Apr 14, 2026
19 checks passed
@dependabot dependabot Bot deleted the dependabot/pip/dependencies-8a4671a52e branch April 14, 2026 13:07
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