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

#1857 Dependency Update #1885

Merged
merged 11 commits into from
Jul 26, 2024
Merged

#1857 Dependency Update #1885

merged 11 commits into from
Jul 26, 2024

Conversation

mchlwellman
Copy link

@mchlwellman mchlwellman commented Jul 25, 2024

Description

This PR Is a regular dependency update. There was one failure - protobuf, which is captured in this ticket.

issue #1857

Type of change

Please check the relevant option(s).

  • Bug fix (non-breaking change which fixes an issue)
  • Hotfix (quick fix for an urgent bug or issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update
  • Documentation changes only

How Has This Been Tested?

Checklist

  • I have assigned myself to this PR
  • PR has an appropriate title: #9999 - What the thing does
  • PR has a detailed description, including links to specific documentation
  • I have added the appropriate labels to the PR.
  • I did not remove any parts of the template, such as checkboxes even if they are not used
  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to any documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • I have ensured the latest master is merged into my branch and all checks are green prior to review
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules
  • The ticket is now moved into the DEV test column
  • I have added a bullet for this work to the Engineering Key Wins slide for review

pyproject.toml Outdated
@@ -36,6 +36,7 @@ marshmallow-sqlalchemy = "*"
nanoid = "*"
notifications-python-client = "*"
phonenumbers = "*"
protobuf = "^4.25" # TODO: Pinned because version 5.27.2 failed to deploy

Choose a reason for hiding this comment

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

Did you create a ticket to look into this issue? The ticket number should be in the TODO comment.

Choose a reason for hiding this comment

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

^^^ please make that ticket and add the ticket number here

MackHalliday
MackHalliday previously approved these changes Jul 26, 2024
Copy link

@MackHalliday MackHalliday left a comment

Choose a reason for hiding this comment

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

🚀

Copy link

@cris-oddball cris-oddball left a comment

Choose a reason for hiding this comment

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

Please check the makefile. When jinja2 was updated it cleared the issue there, so the comment about jinja can be removed and the safety check line can have 70612 removed. If makefile is not mentioned in the template, let me know and I'll update it.

pyproject.toml Outdated
@@ -36,6 +36,7 @@ marshmallow-sqlalchemy = "*"
nanoid = "*"
notifications-python-client = "*"
phonenumbers = "*"
protobuf = "^4.25" # TODO: Pinned because version 5.27.2 failed to deploy

Choose a reason for hiding this comment

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

^^^ please make that ticket and add the ticket number here

Copy link

@MackHalliday MackHalliday left a comment

Choose a reason for hiding this comment

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

🌈

@EvanParish EvanParish merged commit d3613ce into master Jul 26, 2024
14 checks passed
@EvanParish EvanParish deleted the 1857-Dependency-Update branch July 26, 2024 14:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal For internal updates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants