Skip to content

Commit

Permalink
ref: upgrade cffi (#79541)
Browse files Browse the repository at this point in the history
the current version does not exist for python 3.13

<!-- Describe your PR here. -->
  • Loading branch information
asottile-sentry authored Oct 23, 2024
1 parent a19c646 commit 85aeda7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-dev-frozen.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ build==0.8.0
cachetools==5.3.0
celery==5.3.5
certifi==2023.7.22
cffi==1.15.1
cffi==1.17.1
cfgv==3.3.1
charset-normalizer==3.3.2
click==8.1.7
Expand Down
2 changes: 1 addition & 1 deletion requirements-frozen.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ brotli==1.0.9
cachetools==5.3.0
celery==5.3.5
certifi==2023.7.22
cffi==1.15.1
cffi==1.17.1
charset-normalizer==3.3.2
click==8.1.7
click-didyoumean==0.3.0
Expand Down

0 comments on commit 85aeda7

Please sign in to comment.