mozilla / telemetry-analysis-service

Telemetry Analysis Service
https://analysis.telemetry.mozilla.org/
Mozilla Public License 2.0
35 stars 29 forks source link

Bump boto3 from 1.9.82 to 1.9.244 #1927

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps boto3 from 1.9.82 to 1.9.244.

Changelog *Sourced from [boto3's changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst).* > 1.9.244 > ======= > > - api-change:`snowball`: \[`botocore`\] Update snowball client to latest version > - api-change:`directconnect`: \[`botocore`\] Update directconnect client to latest version > - api-change:`firehose`: \[`botocore`\] Update firehose client to latest version > - api-change:`pinpoint`: \[`botocore`\] Update pinpoint client to latest version > - api-change:`glue`: \[`botocore`\] Update glue client to latest version > - api-change:`pinpoint-email`: \[`botocore`\] Update pinpoint-email client to latest version > > 1.9.243 > ======= > > - api-change:`cognito-idp`: \[`botocore`\] Update cognito-idp client to latest version > - api-change:`mediapackage`: \[`botocore`\] Update mediapackage client to latest version > - api-change:`ssm`: \[`botocore`\] Update ssm client to latest version > > 1.9.242 > ======= > > - api-change:`es`: \[`botocore`\] Update es client to latest version > - api-change:`ec2`: \[`botocore`\] Update ec2 client to latest version > - api-change:`application-autoscaling`: \[`botocore`\] Update application-autoscaling client to latest version > - api-change:`devicefarm`: \[`botocore`\] Update devicefarm client to latest version > > 1.9.241 > ======= > > - api-change:`lightsail`: \[`botocore`\] Update lightsail client to latest version > > 1.9.240 > ======= > > - api-change:`docdb`: \[`botocore`\] Update docdb client to latest version > > 1.9.239 > ======= > > - api-change:`waf`: \[`botocore`\] Update waf client to latest version > - api-change:`rds`: \[`botocore`\] Update rds client to latest version > - api-change:`mq`: \[`botocore`\] Update mq client to latest version > > 1.9.238 > ======= > > - api-change:`amplify`: \[`botocore`\] Update amplify client to latest version > - api-change:`ecs`: \[`botocore`\] Update ecs client to latest version > > 1.9.237 > ======= > ... (truncated)
Commits - [`973bab3`](https://github.com/boto/boto3/commit/973bab3204499ef061cbd14b2d41fcd1dcb46db1) Merge branch 'release-1.9.244' - [`1938810`](https://github.com/boto/boto3/commit/1938810ceb424a0fcb03f37790a15958fa622af4) Bumping version to 1.9.244 - [`77b1421`](https://github.com/boto/boto3/commit/77b1421efdb7ec5069f3287ae2c462a370de1052) Add changelog entries from botocore - [`312c984`](https://github.com/boto/boto3/commit/312c984983a37eebce6a8ea4d78dde9a0bd67002) Merge branch 'release-1.9.243' - [`99ac2d6`](https://github.com/boto/boto3/commit/99ac2d690b8fe15fda64b2160d11b8b5faf35ee7) Merge branch 'release-1.9.243' into develop - [`154d287`](https://github.com/boto/boto3/commit/154d28780830926f5991cb45c45391cab29ecb78) Bumping version to 1.9.243 - [`d70733c`](https://github.com/boto/boto3/commit/d70733ce3082d83cef485f97d4991239d59699c2) Add changelog entries from botocore - [`68bcb81`](https://github.com/boto/boto3/commit/68bcb8199321855d51ca6c8c5e4e9b60162749f3) Merge pull request [#2145](https://github-redirect.dependabot.com/boto/boto3/issues/2145) from pccornel/example-repo - [`10c8c13`](https://github.com/boto/boto3/commit/10c8c133e9c29431be6da4e8b1a21d54422d6371) Merge branch 'release-1.9.242' - [`dcde129`](https://github.com/boto/boto3/commit/dcde12924270b4b26c742a05703aaf4ac6849691) Merge branch 'release-1.9.242' into develop - Additional commits viewable in [compare view](https://github.com/boto/boto3/compare/1.9.82...1.9.244)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 years ago

Superseded by #1929.