Skip to content

Commit

Permalink
chore(deps-dev): bump cffi from 1.16.0 to 1.17.0
Browse files Browse the repository at this point in the history
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:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 19, 2024
1 parent cf2ac1b commit d2c5eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ black==24.4.2; python_version >= '3.8'
boto3==1.34.94; python_version >= '3.8'
botocore==1.34.158; python_version >= '3.8'
certifi==2024.7.4; python_version >= '3.6'
cffi==1.16.0; platform_python_implementation != 'PyPy'
cffi==1.17.0; platform_python_implementation != 'PyPy'
charset-normalizer==3.3.2; python_full_version >= '3.7.0'
click==8.1.7; python_version >= '3.7'
coverage[toml]==7.5.4; python_version >= '3.8'
Expand Down

0 comments on commit d2c5eaa

Please sign in to comment.