From c9f5ed9440b386a7acda6b6b7db6f5be70c70d40 Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Fri, 29 Sep 2023 00:10:11 +0000 Subject: [PATCH] [stubsabot] Bump cffi to 1.16.* Release: https://pypi.org/pypi/cffi/1.16.0 Homepage: http://cffi.readthedocs.org Repository: https://foss.heptapod.net/pypy/cffi Changelog: https://cffi.readthedocs.io/en/latest/whatsnew.html If stubtest fails for this PR: - Leave this PR open (as a reminder, and to prevent stubsabot from opening another PR) - Fix stubtest failures in another PR, then close this PR Note that you will need to close and re-open the PR in order to trigger CI --- stubs/cffi/METADATA.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/cffi/METADATA.toml b/stubs/cffi/METADATA.toml index 6bd875a853bc..f1607a4d9f2a 100644 --- a/stubs/cffi/METADATA.toml +++ b/stubs/cffi/METADATA.toml @@ -1,4 +1,4 @@ -version = "1.15.*" +version = "1.16.*" upstream_repository = "https://foss.heptapod.net/pypy/cffi" requires = ["types-setuptools"]