Update types-gdb version (#2064)

* Update dev-requirements

* Remove type ignore comment for gdb.VERSION
pull/2066/head
Gulshan Singh 2 years ago committed by GitHub
parent da3f0f3b26
commit 994505b8be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -8,7 +8,7 @@ rich==13.7.1
ruff==0.3.0
testresources==2.0.1
tomli==2.0.1
types-gdb==12.1.4.20240113
types-gdb==12.1.4.20240305
types-psutil==5.9.5.20240205
types-Pygments==2.17.0.20240106
types-requests==2.31.0.20240218

@ -17,7 +17,7 @@ regs = None
__all__ = ["ctypes", "memory", "typeinfo"]
# Export parsed GDB version
gdb_version = tuple(map(int, re.search(r"(\d+)[^\d]+(\d+)", gdb.VERSION).groups())) # type: ignore[attr-defined]
gdb_version = tuple(map(int, re.search(r"(\d+)[^\d]+(\d+)", gdb.VERSION).groups()))
# TODO: should the imports above be moved here?

Loading…
Cancel
Save