Skip to content

Commit

Permalink
Bump task_processing to v1.3.1 for capability fix (#1020)
Browse files Browse the repository at this point in the history
Just like Yelp/paasta#3972 and Yelp/paasta#3973, we need to ensure that
there are no duplicates between cap_add and cap_drop - otherwise,
the cap_drop entry will "win" and the duplicate capability will not be
added.
  • Loading branch information
nemacysts authored Jan 9, 2025
1 parent 41e074f commit 7d20f3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ setuptools==65.5.1
six==1.15.0
sshpubkeys==3.1.0
stack-data==0.6.2
task-processing==1.3.0
task-processing==1.3.1
traitlets==5.0.0
Twisted==22.10.0
typing-extensions==4.5.0
Expand Down

0 comments on commit 7d20f3a

Please sign in to comment.