Skip to content

Commit

Permalink
[PR #8749/5e30b49 backport][3.10] Bump cffi to 1.17.0 (#8752)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Aug 19, 2024
1 parent 83bd239 commit 5953df1
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ attrs==23.2.0
# via -r requirements/runtime-deps.in
brotli==1.1.0 ; platform_python_implementation == "CPython"
# via -r requirements/runtime-deps.in
cffi==1.15.1
cffi==1.17.0
# via pycares
frozenlist==1.4.1
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ build==1.0.3
# via pip-tools
certifi==2023.7.22
# via requests
cffi==1.15.0
cffi==1.17.0
# via
# cryptography
# pycares
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ build==1.0.3
# via pip-tools
certifi==2023.7.22
# via requests
cffi==1.15.1
cffi==1.17.0
# via
# cryptography
# pycares
Expand Down
6 changes: 4 additions & 2 deletions requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ async-timeout==4.0.3
# via aioredis
certifi==2024.2.2
# via requests
cffi==1.16.0
# via pycares
cffi==1.17.0
# via
# cryptography
# pycares
cfgv==3.3.1
# via pre-commit
charset-normalizer==3.3.2
Expand Down
2 changes: 1 addition & 1 deletion requirements/runtime-deps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ attrs==23.2.0
# via -r requirements/runtime-deps.in
brotli==1.1.0 ; platform_python_implementation == "CPython"
# via -r requirements/runtime-deps.in
cffi==1.15.1
cffi==1.17.0
# via pycares
frozenlist==1.4.1
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ brotli==1.1.0 ; platform_python_implementation == "CPython"
# via -r requirements/runtime-deps.in
certifi==2023.7.22
# via requests
cffi==1.15.1
cffi==1.17.0
# via
# cryptography
# pycares
Expand Down

0 comments on commit 5953df1

Please sign in to comment.