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

Updates 20240501 #1008

Merged
merged 10 commits into from
May 1, 2024
Merged

Updates 20240501 #1008

merged 10 commits into from
May 1, 2024

Conversation

willkg
Copy link
Contributor

@willkg willkg commented May 1, 2024

I pulled in dependabot PRs. Then I updated requirements.in using pip-stale.

That updated boto3 and botocore and something about that update changed something about the SQS API such that make setup failed when sqs_cli.py was deleting and re-creating the queues. I updated localstack from 1.1.0 to 3.4.0 and that fixed that issue.

I also updated ruff lint configuration.

This covers:

  • Update ruff configuration
  • Update localstack to 3.4.0
  • Update requirements.in
    • attrs: 23.1.0 -> 23.2.0
    • boto3: 1.28.78 -> 1.34.95
    • botocore: 1.31.85 -> 1.34.95
    • datadog: 0.47.0 -> 0.49.1
    • dockerflow: 2022.8.0 -> 2024.4.2
    • everett: 3.2.0 -> 3.3.0
    • falcon: 3.1.1 -> 3.1.3
    • fillmore: 1.1.0 -> 1.2.0
    • google-cloud-storage: 2.14.0 -> 2.16.0
    • sentry-sdk: 1.34.0 -> 1.45.0
    • google-cloud-pubsub: 2.19.3 -> 2.21.1
    • bandit: 1.7.5 -> 1.7.8
    • freezegun: 1.2.2 -> 1.5.0
    • more-itertools: 10.1.0 -> 10.2.0
    • pip-tools: 7.3.0 -> 7.4.1
    • pytest: 7.4.3 -> 8.2.0
    • Sphinx: 7.2.6 -> 7.3.7
    • werkzeug: 3.0.1 -> 3.0.2
    • alabaster: 0.7.13 -> 0.7.16
    • gitdb: 4.0.11 -> None
    • gitpython: 3.1.41 -> None
    • pluggy: 1.3.0 -> 1.5.0
    • s3transfer: 0.7.0 -> 0.10.1
    • smmap: 5.0.1 -> None
  • Rebuild requirements.txt to fix comment
  • build(deps): bump idna from 3.4 to 3.7 (from PR build(deps): bump idna from 3.4 to 3.7 #996)
  • Bump jinja2 from 3.1.2 to 3.1.3 (from PR Bump jinja2 from 3.1.2 to 3.1.3 #961)
  • Bump gitpython from 3.1.40 to 3.1.41 (from PR Bump gitpython from 3.1.40 to 3.1.41 #959)
  • Bump botocore from 1.31.78 to 1.31.85 (from PR Bump botocore from 1.31.78 to 1.31.85 #952)
  • Bump sphinx-rtd-theme from 1.3.0 to 2.0.0 (from PR Bump sphinx-rtd-theme from 1.3.0 to 2.0.0 #951)
  • build(deps): bump ruff from 0.1.3 to 0.4.2 (from PR build(deps): bump ruff from 0.1.3 to 0.4.2 #1005)

@willkg willkg requested a review from a team as a code owner May 1, 2024 16:33
@willkg willkg requested a review from relud May 1, 2024 16:33
dependabot bot and others added 10 commits May 1, 2024 12:44
* attrs: 23.1.0 -> 23.2.0
* boto3: 1.28.78 -> 1.34.95
* botocore: 1.31.85 -> 1.34.95
* datadog: 0.47.0 -> 0.49.1
* dockerflow: 2022.8.0 -> 2024.4.2
* everett: 3.2.0 -> 3.3.0
* falcon: 3.1.1 -> 3.1.3
* fillmore: 1.1.0 -> 1.2.0
* google-cloud-storage: 2.14.0 -> 2.16.0
* sentry-sdk: 1.34.0 -> 1.45.0
* google-cloud-pubsub: 2.19.3 -> 2.21.1
* bandit: 1.7.5 -> 1.7.8
* freezegun: 1.2.2 -> 1.5.0
* more-itertools: 10.1.0 -> 10.2.0
* pip-tools: 7.3.0 -> 7.4.1
* pytest: 7.4.3 -> 8.2.0
* Sphinx: 7.2.6 -> 7.3.7
* werkzeug: 3.0.1 -> 3.0.2
* alabaster: 0.7.13 -> 0.7.16
* gitdb: 4.0.11 -> None
* gitpython: 3.1.41 -> None
* pluggy: 1.3.0 -> 1.5.0
* s3transfer: 0.7.0 -> 0.10.1
* smmap: 5.0.1 -> None
* sphinx: 7.2.6 -> 7.3.7
This fixes an issue where updating boto3/botocore changed something with
SQS API such that the sqs_cli.py couldn't delete and recreate the
queues.
@willkg willkg force-pushed the updates-20240501 branch from 2d75a24 to 6b79aee Compare May 1, 2024 16:44
@willkg willkg merged commit fa3d14c into main May 1, 2024
2 checks passed
@willkg
Copy link
Contributor Author

willkg commented May 1, 2024

Thank you!

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