Skip to content

Commit

Permalink
build(deps): bump obs-common from 2024.11.7 to 2024.11.19.post1 (#1126)
Browse files Browse the repository at this point in the history
* build(deps): bump obs-common from 2024.11.7 to 2024.11.19.post1

Bumps obs-common from 2024.11.7 to 2024.11.19.post1.

---
updated-dependencies:
- dependency-name: obs-common
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* use dashes in obs-common subcommand names

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Daniel Thorn <dthorn@mozilla.com>
  • Loading branch information
dependabot[bot] and relud authored Nov 19, 2024
1 parent 8caeb78 commit 2e1166a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions bin/run_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ set -euo pipefail
echo "Delete and create GCS bucket..."
gcs-cli delete "${CRASHMOVER_CRASHSTORAGE_BUCKET_NAME}"
gcs-cli create "${CRASHMOVER_CRASHSTORAGE_BUCKET_NAME}"
gcs-cli list_buckets
gcs-cli list-buckets

echo "Delete and create Pub/Sub topic..."
pubsub-cli delete_topic "${CRASHMOVER_CRASHPUBLISH_PROJECT_ID}" "${CRASHMOVER_CRASHPUBLISH_TOPIC_NAME}"
pubsub-cli create_topic "${CRASHMOVER_CRASHPUBLISH_PROJECT_ID}" "${CRASHMOVER_CRASHPUBLISH_TOPIC_NAME}"
pubsub-cli create_subscription "${CRASHMOVER_CRASHPUBLISH_PROJECT_ID}" "${CRASHMOVER_CRASHPUBLISH_TOPIC_NAME}" "${CRASHMOVER_CRASHPUBLISH_SUBSCRIPTION_NAME}"
pubsub-cli list_topics "${CRASHMOVER_CRASHPUBLISH_PROJECT_ID}"
pubsub-cli delete-topic "${CRASHMOVER_CRASHPUBLISH_PROJECT_ID}" "${CRASHMOVER_CRASHPUBLISH_TOPIC_NAME}"
pubsub-cli create-topic "${CRASHMOVER_CRASHPUBLISH_PROJECT_ID}" "${CRASHMOVER_CRASHPUBLISH_TOPIC_NAME}"
pubsub-cli create-subscription "${CRASHMOVER_CRASHPUBLISH_PROJECT_ID}" "${CRASHMOVER_CRASHPUBLISH_TOPIC_NAME}" "${CRASHMOVER_CRASHPUBLISH_SUBSCRIPTION_NAME}"
pubsub-cli list-topics "${CRASHMOVER_CRASHPUBLISH_PROJECT_ID}"
2 changes: 1 addition & 1 deletion docs/dev.rst
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ production, see documentation_.

.. code-block:: shell
$ docker compose run --rm web shell gcs-cli list_buckets
$ docker compose run --rm web shell gcs-cli list-buckets
If you do this a lot, turn it into a shell script.

Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ urlwait==1.0
werkzeug==3.1.3
# Mozilla obs-team libraries that are published to GAR instead of pypi
--extra-index-url https://us-python.pkg.dev/moz-fx-cavendish-prod/cavendish-prod-python/simple/
obs-common==2024.11.7
obs-common==2024.11.19.post1
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -508,8 +508,8 @@ more-itertools==10.5.0 \
--hash=sha256:037b0d3203ce90cca8ab1defbbdac29d5f993fc20131f3664dc8d6acfa872aef \
--hash=sha256:5482bfef7849c25dc3c6dd53a6173ae4795da2a41a80faea6700d9f5846c5da6
# via -r requirements.in
obs-common==2024.11.7 \
--hash=sha256:be6f17329f037abf0b47c362ce2b084fcebff0c299e4791d4c3256f279a1880c
obs-common==2024.11.19.post1 \
--hash=sha256:c1bc3adf2cec7a22fdd87848e22f4324e2a6f935208a7f24de22688add2ec74b
# via -r requirements.in
opentelemetry-api==1.27.0 \
--hash=sha256:953d5871815e7c30c81b56d910c707588000fff7a3ca1c73e6531911d53065e7 \
Expand Down

0 comments on commit 2e1166a

Please sign in to comment.