Skip to content

Commit

Permalink
Bump cffi from 1.15.1 to 1.16.0
Browse files Browse the repository at this point in the history
Bumps [cffi](https://github.com/python-cffi/cffi) from 1.15.1 to 1.16.0.
- [Release notes](https://github.com/python-cffi/cffi/releases)
- [Commits](python-cffi/cffi@v1.15.1...v1.16.0)

---
updated-dependencies:
- dependency-name: cffi
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 11, 2024
1 parent b703367 commit cbf0321
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 71 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.1.2"
boto3 = "==1.17.112"
botocore = "==1.20.112"
certifi = "==2024.2.2"
cffi = "==1.15.1"
cffi = "==1.16.0"
click = ">=7.1.2"
distlib = "==0.3.8"
filelock = "==3.13.1"
Expand Down
125 changes: 57 additions & 68 deletions Pipfile.lock

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

4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ blinker==1.7.0; python_version >= '3.8'
boto3==1.17.112; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
botocore==1.20.112; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
certifi==2024.2.2; python_version >= '3.6'
cffi==1.15.1
cffi==1.16.0; python_version >= '3.8'
click==8.1.7; python_version >= '3.7'
distlib==0.3.8
exceptiongroup==1.2.0; python_version < '3.11'
Expand All @@ -36,7 +36,7 @@ platformdirs==4.2.0; python_version >= '3.8'
pluggy==1.4.0; python_version >= '3.8'
pycparser==2.21; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pyjwt==2.8.0; python_version >= '3.7'
pytest==8.0.2; python_version >= '3.8'
pytest==8.0.1; python_version >= '3.8'
python-dateutil==2.9.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
python-dotenv==1.0.0; python_version >= '3.8'
python-editor==1.0.4
Expand Down

0 comments on commit cbf0321

Please sign in to comment.