Skip to content

Commit

Permalink
Bump cffi from 1.17.0 to 1.17.1 (#283)
Browse files Browse the repository at this point in the history
Bumps [cffi](https://github.com/python-cffi/cffi) from 1.17.0 to 1.17.1.
<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>v1.17.1</h2>
<ul>
<li>Fix failing <code>distutils.msvc9compiler</code> imports under
Windows (<a
href="https://redirect.github.com/python-cffi/cffi/issues/118">#118</a>).</li>
<li><code>ffibuilder.emit_python_code()</code> and
<code>ffibuiler.emit_c_code()</code> accept file-like objects (<a
href="https://redirect.github.com/python-cffi/cffi/issues/115">#115</a>).</li>
<li><code>ffiplatform</code> calls are bypassed by
<code>ffibuilder.emit_python_code()</code> and
<code>ffibuilder.emit_c_code()</code> (<a
href="https://redirect.github.com/python-cffi/cffi/issues/81">#81</a>).</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/python-cffi/cffi/compare/v1.17.0...v1.17.1">https://github.com/python-cffi/cffi/compare/v1.17.0...v1.17.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/python-cffi/cffi/commit/38bd6be6b94a65182f4bffb45c78e230e9290f51"><code>38bd6be</code></a>
release 1.17.1</li>
<li><a
href="https://github.com/python-cffi/cffi/commit/ba101807be0f1b6a9a4e19b2cb036007591cbf10"><code>ba10180</code></a>
update whatsnew.rst for 1.17.1 (<a
href="https://redirect.github.com/python-cffi/cffi/issues/121">#121</a>)</li>
<li><a
href="https://github.com/python-cffi/cffi/commit/61deb5f4fec16a2763204655e9719308b645a95e"><code>61deb5f</code></a>
add yet another flag to recompile() to avoid calling ffiplatform (<a
href="https://redirect.github.com/python-cffi/cffi/issues/81">#81</a>)</li>
<li><a
href="https://github.com/python-cffi/cffi/commit/1c292c12d5e6595b6576ae0aa4935ea1e39552bf"><code>1c292c1</code></a>
Handle distutils without distutils.msvc9compiler.MSVCCompiler class (<a
href="https://redirect.github.com/python-cffi/cffi/issues/118">#118</a>)</li>
<li><a
href="https://github.com/python-cffi/cffi/commit/182ffc444e21b797ef8c2175a041dbc8ae92eb57"><code>182ffc4</code></a>
Allow writing generated code to a file-like object. (<a
href="https://redirect.github.com/python-cffi/cffi/issues/115">#115</a>)</li>
<li>See full diff in <a
href="https://github.com/python-cffi/cffi/compare/v1.17.0...v1.17.1">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.0&new-version=1.17.1)](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>
  • Loading branch information
emilymclean authored Sep 15, 2024
2 parents 951cfa8 + e5f0436 commit 66fad89
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 70 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ bcrypt = "==4.2.0"
boto3 = "==1.17.112"
botocore = "==1.20.112"
certifi = "==2024.8.30"
cffi = "==1.17.0"
cffi = "==1.17.1"
click = ">=7.1.2"
distlib = "==0.3.8"
filelock = "==3.14.0"
Expand Down
138 changes: 69 additions & 69 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 66fad89

Please sign in to comment.