Skip to content

Commit

Permalink
chore: bump pyyaml to build with py3.13
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 committed Oct 12, 2024
1 parent c3dee6d commit d62d459
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements/developer.pip
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ python-dateutil==2.8.2
# via
# -r requirements/user.pip
# botocore
pyyaml==6.0.1
pyyaml==6.0.2
# via
# -r requirements/user.pip
# flintrock
Expand Down
2 changes: 1 addition & 1 deletion requirements/maintainer.pip
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ python-dateutil==2.8.2
# via
# -r requirements/developer.pip
# botocore
pyyaml==6.0.1
pyyaml==6.0.2
# via
# -r requirements/developer.pip
# flintrock
Expand Down
2 changes: 1 addition & 1 deletion requirements/user.pip
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ pynacl==1.5.0
# via paramiko
python-dateutil==2.8.2
# via botocore
pyyaml==6.0.1
pyyaml==6.0.2
# via flintrock
s3transfer==0.7.0
# via boto3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
'botocore == 1.32.4',
'click == 8.1.7',
'paramiko == 3.4.0',
'PyYAML == 6.0.1',
'PyYAML == 6.0.2',
],

entry_points={
Expand Down

0 comments on commit d62d459

Please sign in to comment.