Skip to content

Commit

Permalink
[PR #8749/5e30b49 backport][3.11] Bump cffi to 1.17.0 (#8753)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Aug 19, 2024
1 parent 6086a2a commit bc996df
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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==24.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
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ async-timeout==4.0.3
# via aioredis
certifi==2024.2.2
# via requests
cffi==1.16.0
cffi==1.17.0
# via
# cryptography
# pycares
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==24.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 bc996df

Please sign in to comment.