Skip to content

Commit

Permalink
Upgrade cffi to 1.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMi committed Oct 21, 2024
1 parent d413575 commit bd48d79
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion python/requirements-3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PyGithub==2.2.0
wrapt==1.16.0
PyJWT==2.8.0
PyNaCl==1.5.0
cffi==1.16.0
cffi==1.17.1
pycparser==2.22
requests==2.32.3
certifi==2024.7.4
Expand Down
2 changes: 1 addition & 1 deletion python/requirements-3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PyGithub==2.2.0
wrapt==1.16.0
PyJWT==2.8.0
PyNaCl==1.5.0
cffi==1.16.0
cffi==1.17.1
pycparser==2.22
requests==2.32.3
certifi==2024.7.4
Expand Down
2 changes: 1 addition & 1 deletion python/requirements-3.12.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PyGithub==2.2.0
wrapt==1.16.0
PyJWT==2.8.0
PyNaCl==1.5.0
cffi==1.16.0
cffi==1.17.1
pycparser==2.22
requests==2.32.3
certifi==2024.7.4
Expand Down
2 changes: 1 addition & 1 deletion python/requirements-3.13.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PyGithub==2.2.0
wrapt==1.16.0
PyJWT==2.8.0
PyNaCl==1.5.0
cffi==1.17.0rc1
cffi==1.17.1
pycparser==2.22
requests==2.32.3
certifi==2024.7.4
Expand Down
2 changes: 1 addition & 1 deletion python/requirements-3.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PyGithub==2.2.0
wrapt==1.16.0
PyJWT==2.8.0
PyNaCl==1.5.0
cffi==1.16.0
cffi==1.17.1
pycparser==2.22
requests==2.32.3
certifi==2024.7.4
Expand Down
2 changes: 1 addition & 1 deletion python/requirements-3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PyGithub==2.2.0
wrapt==1.16.0
PyJWT==2.8.0
PyNaCl==1.5.0
cffi==1.16.0
cffi==1.17.1
pycparser==2.22
requests==2.32.3
certifi==2024.7.4
Expand Down
2 changes: 1 addition & 1 deletion python/requirements-post-3.7.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PyGithub==2.2.0
wrapt==1.16.0
PyJWT==2.8.0
PyNaCl==1.5.0
cffi==1.17.0rc1
cffi==1.17.1
pycparser==2.22
requests==2.32.3
certifi==2024.7.4
Expand Down
2 changes: 1 addition & 1 deletion python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
humanize==4.6.0; python_version <= '3.7'
humanize==4.9.0; python_version > '3.7'
humanize==4.17.1; python_version > '3.7'
junitparser==3.1.2
lxml==5.1.0
psutil==5.9.8
Expand Down

0 comments on commit bd48d79

Please sign in to comment.