aws-deadline / deadline-cloud-worker-agent

The AWS Deadline Cloud worker agent can be used to run a worker in an AWS Deadline Cloud fleet.
Apache License 2.0
15 stars 21 forks source link

chore(deps): update deadline-cloud-test-fixtures requirement from ==0.12.* to ==0.13.* #402

Closed YutongLi291 closed 2 months ago

YutongLi291 commented 2 months ago

What was the problem/requirement? (What/Why)

deadline-cloud-test-fixtures is now at 0.13.1. (see https://pypi.org/project/deadline-cloud-test-fixtures/) But we are still using 0.12.*

What was the solution? (How)

Upgrade it

What is the impact of this change?

worker agent will be using the latest test-fixtures

How was this change tested?

hatch build

Was this change documented?

no

Is this a breaking change?

no

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.