Skip to content

Commit a5f7f8a

Browse files
Bump cffi from 1.16.0 to 1.17.0 in /requirements (#93)
* Bump cffi from 1.16.0 to 1.17.0 in /requirements Bumps [cffi](https://github.com/python-cffi/cffi) from 1.16.0 to 1.17.0. - [Release notes](https://github.com/python-cffi/cffi/releases) - [Commits](python-cffi/cffi@v1.16.0...v1.17.0) --- updated-dependencies: - dependency-name: cffi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Limit setuptools to prevent Windows cibuildwheel issue * Downgrade setuptools in pyproject.toml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Bo Bayles <[email protected]>
1 parent 1aa99ef commit a5f7f8a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["cffi", "setuptools", "urllib3", "wheel"]
2+
requires = ["cffi", "setuptools < 74", "urllib3", "wheel"]
33
build-backend = "setuptools.build_meta"
44

55
[project]

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# What we want
2-
cffi==1.16.0
2+
cffi==1.17.0
33

44
# What we need
55
pycparser==2.22

requirements/development.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
build
22
coverage
33
ruff
4-
setuptools
4+
setuptools<74
55
Sphinx
66
twine
77
urllib3

0 commit comments

Comments
 (0)