Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps)!: update all dependencies to latest #100

Merged
merged 1 commit into from
Nov 8, 2023

Conversation

ddneilson
Copy link
Contributor

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

A large number of the agent's dependencies are not on the latest versions. It's time to update them.

What was the solution? (How)

Specifically:
boto3 to 1.28.80
click to 8.1.7
typing_extensions to 4.8
xxhash to 3.4

And testing dependencies:
deadline-cloud-test-fixtures to 0.5.0
coverage to 7.3
pytest-timeout to 2.2
mypy to 1.6
tuff to 0.1.4

What is the impact of this change?

We incorporate bugfixes that have been made to the agent's dependencies.

How was this change tested?

Just running our unit tests

Was this change documented?

N/A

Is this a breaking change?

Yes. This is a library as well as an application. The change of the boto3 dependency can be a breaking change for consumers.

@ddneilson ddneilson requested a review from a team as a code owner November 8, 2023 15:22
@ddneilson ddneilson force-pushed the ddneilson/update_deps_nov8 branch 3 times, most recently from 5fcb8aa to 6e2a3d0 Compare November 8, 2023 15:29
Specifically:
boto3 to 1.28.80
click to 8.1.7
typing_extensions to 4.8
xxhash to 3.4

And testing dependencies:
deadline-cloud-test-fixtures to 0.5.0
coverage to 7.3
pytest-timeout to 2.2
mypy to 1.6
tuff to 0.1.4

Signed-off-by: Daniel Neilson <[email protected]>
@ddneilson ddneilson force-pushed the ddneilson/update_deps_nov8 branch from 6e2a3d0 to a8e6653 Compare November 8, 2023 15:35
@ddneilson ddneilson merged commit 9cb0f52 into mainline Nov 8, 2023
17 checks passed
@ddneilson ddneilson deleted the ddneilson/update_deps_nov8 branch November 8, 2023 15:53
@jusiskin jusiskin added the dependencies Pull requests that update a dependency file label Nov 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants