Skip to content

Commit f45e597

Browse files
Bump mypy from 1.8.0 to 1.10.1 (#155)
* Bump mypy from 1.8.0 to 1.10.1 Bumps [mypy](https://github.com/python/mypy) from 1.8.0 to 1.10.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.8.0...v1.10.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update test_vectors.py to conform Black linter --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: oittaa <8972248+oittaa@users.noreply.github.com>
1 parent 64ee5e0 commit f45e597

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
coverage[toml]==7.5.0
22
flake8==7.0.0
3-
mypy==1.8.0
3+
mypy==1.10.1
44
pyperf==2.6.2

test/test_vectors.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
Unix_64_bit_ns = 0x16D6320C3D4DCC00 or 1645557742000000000
77
"""
88

9-
109
import unittest
1110
from unittest.mock import patch
1211

0 commit comments

Comments
 (0)