aws-deadline / deadline-cloud-test-fixtures

This package contains pytest fixtures that are used to test AWS Deadline Cloud Python packages
Apache License 2.0
9 stars 13 forks source link

chore(deps): update moto to 5.0.* and ruff to 0.5.* #127

Closed epmog closed 3 months ago

epmog commented 3 months ago

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

dependabot was unable to update moto or ruff due to code changes

What was the solution? (How)

replace mock_ with mock_aws, and update to ruff check <.>

What is the impact of this change?

newer deps!

How was this change tested?

hatch run lint
hatch run test

Was this change documented?

N/A

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.