Skip to content

Commit

Permalink
Update dependency PyYAML to v5.4.1
Browse files Browse the repository at this point in the history
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
  • Loading branch information
red-hat-konflux[bot] authored Nov 23, 2024
1 parent 157b01f commit 0da14fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ python-dateutil==2.8.0
# via -r requirements.in
pytz==2021.1
# via tempora
pyyaml==5.4
pyyaml==5.4.1
# via -r requirements.in
six==1.16.0
# via
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
requirements = [
'CherryPy==18.1.1',
'Click==7.0',
'PyYAML==5.4',
'PyYAML==5.4.1',
'mock==3.0.5',
'prometheus_client==0.6.0',
'pyfakefs==3.5.8',
Expand Down

0 comments on commit 0da14fd

Please sign in to comment.