diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-11-30 17:48:37 -0700 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-12-08 08:21:19 -0700 |
commit | afe6542b30def82573e070371281c05dc593a739 (patch) | |
tree | ffcc60c16f7636599526c4899099ac33712979c7 /build-aux | |
parent | e8f09fdd0e0aa7e17317a58474058b9272a12f93 (diff) |
Pull in https://github.com/python/typeshed/pull/13169
Diffstat (limited to 'build-aux')
-rw-r--r-- | build-aux/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/requirements.txt b/build-aux/requirements.txt index 03c0b3d..43a13be 100644 --- a/build-aux/requirements.txt +++ b/build-aux/requirements.txt @@ -4,6 +4,6 @@ # SPDX-License-Identifier: AGPL-3.0-or-later mypy -types-gdb +types-gdb>=15.0.0.20241204 # https://github.com/python/typeshed/pull/13169 black isort |