Skip to content

Commit af8f843

Browse files
chore(deps-dev): bump boto3 from 1.27.0 to 1.27.1 (#35)
Bumps [boto3](https://github.com/boto/boto3) from 1.27.0 to 1.27.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/boto/boto3/blob/develop/CHANGELOG.rst">boto3's changelog</a>.</em></p> <blockquote> <h1>1.27.1</h1> <ul> <li>api-change:<code>comprehendmedical</code>: [<code>botocore</code>] Update to Amazon Comprehend Medical documentation.</li> <li>api-change:<code>connect</code>: [<code>botocore</code>] GetMetricDataV2 API: Channels filters do not count towards overall limitation of 100 filter values.</li> <li>api-change:<code>kms</code>: [<code>botocore</code>] Added Dry Run Feature to cryptographic and cross-account mutating KMS APIs (14 in all). This feature allows users to test their permissions and parameters before making the actual API call.</li> <li>api-change:<code>mgn</code>: [<code>botocore</code>] This release introduces the Global view feature and new Replication state APIs.</li> <li>api-change:<code>securityhub</code>: [<code>botocore</code>] Documentation updates for AWS Security Hub</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/boto/boto3/commit/a2180b580f45f3131e5498eec1e5e52e30a9b988"><code>a2180b5</code></a> Merge branch 'release-1.27.1'</li> <li><a href="https://github.com/boto/boto3/commit/b5c3db81626000e78a9e82c3839c0f76508dee8a"><code>b5c3db8</code></a> Bumping version to 1.27.1</li> <li><a href="https://github.com/boto/boto3/commit/de0710b480c5b3c6f802878851f8cbaccdaa5efb"><code>de0710b</code></a> Add changelog entries from botocore</li> <li><a href="https://github.com/boto/boto3/commit/d07a8f4ba39403497e04b5ab47edb7f06ddf2e49"><code>d07a8f4</code></a> docs: Fix broken Django Project hyperlink (<a href="https://redirect.github.com/boto/boto3/issues/3767">#3767</a>)</li> <li><a href="https://github.com/boto/boto3/commit/7923d26e5942e4a90a5b42667c64796db19b2dc7"><code>7923d26</code></a> docs: fix broken hyperlink to examples (<a href="https://redirect.github.com/boto/boto3/issues/3730">#3730</a>)</li> <li><a href="https://github.com/boto/boto3/commit/f98e6d6dc374e3473cc62e5116a2ba82bde6cc3d"><code>f98e6d6</code></a> Merge branch 'release-1.27.0' into develop</li> <li>See full diff in <a href="https://github.com/boto/boto3/compare/1.27.0...1.27.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=boto3&package-manager=pip&previous-version=1.27.0&new-version=1.27.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 85a7a49 commit af8f843

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

poetry.lock

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ isort = "^5.12.0"
1717
pep8-naming = "^0.13.3"
1818

1919
[tool.poetry.group.test.dependencies]
20-
boto3 = "^1.27.0"
20+
boto3 = "^1.27.1"
2121
coverage = "^7.2.7"
2222
pytest = "^7.3.2"
2323
pytest-mock = "^3.11.1"

0 commit comments

Comments
 (0)