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

Address direct dependency upgrades #3318

Merged
merged 7 commits into from
Mar 28, 2024
Merged

Address direct dependency upgrades #3318

merged 7 commits into from
Mar 28, 2024

Conversation

SorenSpicknall
Copy link
Contributor

@SorenSpicknall SorenSpicknall commented Mar 27, 2024

Description

Updates dependencies from the current automatic chore PRs that are directly controlled via pyproject.toml files and requirements.txt files, ignoring those that are a layer deep inside automatically configured poetry.lock files. Also ignores the suggested upgrade to black 24.3.0 across the board, since there's a conflict with a black version required by another dependency in Poetry (to be investigated separately).

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation

How has this been tested?

All changed Docker images and packages were built locally before merge

Post-merge follow-ups

  • No action required
  • Actions required (specified below)

Any refs to specific version numbers for these packages, services, and images will need to be updated. This cannot be done in this PR because those updates rely on publication of the changes from this PR (e.g. new image version and new package versions). This round of changes will include updates to two Kubernetes kustomization files.

Copy link

github-actions bot commented Mar 27, 2024

The following changes will be applied to the production Kubernetes cluster upon merge.

BE AWARE this may not reveal changes that have been manually applied to the cluster getting undone—applying manual changes to the cluster should be avoided.

No manifest changes found for prod.

@SorenSpicknall SorenSpicknall marked this pull request as ready for review March 27, 2024 16:06
@SorenSpicknall SorenSpicknall requested review from charlie-costanzo and removed request for hunterowens March 27, 2024 16:46
Copy link
Member

@charlie-costanzo charlie-costanzo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks for taking care of the README updates as well

@SorenSpicknall SorenSpicknall merged commit 92566a4 into main Mar 28, 2024
7 checks passed
@SorenSpicknall SorenSpicknall deleted the sweep-dep_updates branch March 28, 2024 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants