Skip to content

Commit a63f872

Browse files
Bump cffi from 1.17.1 to 2.0.0 (#11488)
Bumps [cffi](https://github.com/python-cffi/cffi) from 1.17.1 to 2.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/python-cffi/cffi/releases">cffi's releases</a>.</em></p> <blockquote> <h2>v2.0.0</h2> <h2>What's Changed</h2> <ul> <li>Add Python 3.14 support.</li> <li>Add CPython free-threaded support (3.14t+ only) - huge thanks to the folks at Quansight Labs for all the work to get this one sorted!</li> <li>Drop Python &lt;= 3.8 support.</li> <li>Fix order dependency affecting nested type size calculation (<a href="https://redirect.github.com/python-cffi/cffi/issues/148">#148</a>).</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/python-cffi/cffi/compare/v1.17.1...v2.0.0">https://github.com/python-cffi/cffi/compare/v1.17.1...v2.0.0</a></p> <h2>v2.0.0b1</h2> <h2>What's Changed</h2> <ul> <li>Add Python 3.14 support.</li> <li>Add CPython free-threaded support (3.14t+ only).</li> <li>Drop Python &lt;= 3.8 support.</li> <li>Fix order dependency affecting nested type size calculation (<a href="https://redirect.github.com/python-cffi/cffi/issues/148">#148</a>).</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/python-cffi/cffi/compare/v1.17.1...v2.0.0b1">https://github.com/python-cffi/cffi/compare/v1.17.1...v2.0.0b1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/python-cffi/cffi/commit/6366c01d84e9a78e7e85f12ebe9760ba5d19b6d3"><code>6366c01</code></a> release 2.0.0 (<a href="https://redirect.github.com/python-cffi/cffi/issues/196">#196</a>)</li> <li><a href="https://github.com/python-cffi/cffi/commit/95c847663aec401e4003927a274e4de9b8595f4f"><code>95c8476</code></a> 2.0.0 post beta backports (<a href="https://redirect.github.com/python-cffi/cffi/issues/195">#195</a>)</li> <li><a href="https://github.com/python-cffi/cffi/commit/195cbda66b6be9297ef6d584644e50cfdcca4e8a"><code>195cbda</code></a> Release 2.0.0b1 (<a href="https://redirect.github.com/python-cffi/cffi/issues/183">#183</a>)</li> <li><a href="https://github.com/python-cffi/cffi/commit/b4bbe7940d3f76027534db1aecbae9b61c35221a"><code>b4bbe79</code></a> fix version test to support beta</li> <li><a href="https://github.com/python-cffi/cffi/commit/7ed073de66e713cf791b6fdfa23685c81fdfd6ad"><code>7ed073d</code></a> Add support for the free-threaded build (<a href="https://redirect.github.com/python-cffi/cffi/issues/178">#178</a>)</li> <li><a href="https://github.com/python-cffi/cffi/commit/67a170dc7972dc9361743690b38da3d963b200ef"><code>67a170d</code></a> Change the license from MIT to MIT-no-attribution, which is the same without ...</li> <li><a href="https://github.com/python-cffi/cffi/commit/92645ec9329feb03e3fa86240b40fe0fc37469d1"><code>92645ec</code></a> Add Python 3.14 support/testing (<a href="https://redirect.github.com/python-cffi/cffi/issues/177">#177</a>)</li> <li><a href="https://github.com/python-cffi/cffi/commit/2b81170583a898478a6996c9705d8c38ab7f73a1"><code>2b81170</code></a> doc: update test commands in Section Testing/development tips (<a href="https://redirect.github.com/python-cffi/cffi/issues/158">#158</a>)</li> <li><a href="https://github.com/python-cffi/cffi/commit/25172b84cf51cf58241f074ccd1efd9c7648cb43"><code>25172b8</code></a> doc: update year (<a href="https://redirect.github.com/python-cffi/cffi/issues/153">#153</a>)</li> <li><a href="https://github.com/python-cffi/cffi/commit/b57a92c03eb2078a99c900519a37d18b4d52324f"><code>b57a92c</code></a> issue 147: force-compute nested structs before parent structs. Occurs mainly...</li> <li>Additional commits viewable in <a href="https://github.com/python-cffi/cffi/compare/v1.17.1...v2.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cffi&package-manager=pip&previous-version=1.17.1&new-version=2.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d5fe94c commit a63f872

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ async-timeout==5.0.1 ; python_version < "3.11"
1414
# via -r requirements/runtime-deps.in
1515
brotli==1.1.0 ; platform_python_implementation == "CPython"
1616
# via -r requirements/runtime-deps.in
17-
cffi==1.17.1
17+
cffi==2.0.0
1818
# via pycares
1919
frozenlist==1.7.0
2020
# via

requirements/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ build==1.3.0
3434
# via pip-tools
3535
certifi==2025.8.3
3636
# via requests
37-
cffi==1.17.1
37+
cffi==2.0.0
3838
# via
3939
# cryptography
4040
# pycares

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ build==1.3.0
3434
# via pip-tools
3535
certifi==2025.8.3
3636
# via requests
37-
cffi==1.17.1
37+
cffi==2.0.0
3838
# via
3939
# cryptography
4040
# pycares

requirements/lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ async-timeout==5.0.1
1212
# via valkey
1313
blockbuster==1.5.25
1414
# via -r requirements/lint.in
15-
cffi==1.17.1
15+
cffi==2.0.0
1616
# via
1717
# cryptography
1818
# pycares

requirements/runtime-deps.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ async-timeout==5.0.1 ; python_version < "3.11"
1414
# via -r requirements/runtime-deps.in
1515
brotli==1.1.0 ; platform_python_implementation == "CPython"
1616
# via -r requirements/runtime-deps.in
17-
cffi==1.17.1
17+
cffi==2.0.0
1818
# via pycares
1919
frozenlist==1.7.0
2020
# via

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ blockbuster==1.5.25
1818
# via -r requirements/test.in
1919
brotli==1.1.0 ; platform_python_implementation == "CPython"
2020
# via -r requirements/runtime-deps.in
21-
cffi==1.17.1
21+
cffi==2.0.0
2222
# via
2323
# cryptography
2424
# pycares

0 commit comments

Comments
 (0)