Skip to content

Commit

Permalink
⬆️ Bump boto3 from 1.34.145 to 1.34.147 (#373)
Browse files Browse the repository at this point in the history
Bumps [boto3](https://github.com/boto/boto3) from 1.34.145 to 1.34.147.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/boto/boto3/commit/cf616c36a3035465dda0f1e5486858e103e8a60d"><code>cf616c3</code></a>
Merge branch 'release-1.34.147'</li>
<li><a
href="https://github.com/boto/boto3/commit/24baa35b242b45a2a642525353a42ff55043b57c"><code>24baa35</code></a>
Bumping version to 1.34.147</li>
<li><a
href="https://github.com/boto/boto3/commit/5953105f9e48631769b174ffff528f7e0898853d"><code>5953105</code></a>
Add changelog entries from botocore</li>
<li><a
href="https://github.com/boto/boto3/commit/1e6ef777adb8a32c2a7c34968355650f1df1a478"><code>1e6ef77</code></a>
Merge pull request <a
href="https://redirect.github.com/boto/boto3/issues/4184">#4184</a> from
boto/dependabot/github_actions/aws-actions/stal...</li>
<li><a
href="https://github.com/boto/boto3/commit/fe9c016df970e947ef113fc5674faa543db24c32"><code>fe9c016</code></a>
Merge pull request <a
href="https://redirect.github.com/boto/boto3/issues/4190">#4190</a> from
boto/dependabot/pip/certifi-2024.7.4</li>
<li><a
href="https://github.com/boto/boto3/commit/38d6688bd37d3e50c25c3b9587e20b5baeb0228c"><code>38d6688</code></a>
Updating contributing guide (<a
href="https://redirect.github.com/boto/boto3/issues/4215">#4215</a>)</li>
<li><a
href="https://github.com/boto/boto3/commit/0f01265779ff4d7bce94f8d7d56ac4c26a924cfc"><code>0f01265</code></a>
Merge branch 'release-1.34.146'</li>
<li><a
href="https://github.com/boto/boto3/commit/136c33beec4b1122581d1e66bf2cd8faa3800d5a"><code>136c33b</code></a>
Merge branch 'release-1.34.146' into develop</li>
<li><a
href="https://github.com/boto/boto3/commit/e710b4eeed22cfaa222e8080b069dc86d0fabc17"><code>e710b4e</code></a>
Bumping version to 1.34.146</li>
<li><a
href="https://github.com/boto/boto3/commit/ee3b7c8b5bdcbca8c8064ca8284482dda2f08643"><code>ee3b7c8</code></a>
Add changelog entries from botocore</li>
<li>Additional commits viewable in <a
href="https://github.com/boto/boto3/compare/1.34.145...1.34.147">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.34.145&new-version=1.34.147)](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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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>
  • Loading branch information
dependabot[bot] authored Jul 24, 2024
1 parent 393ab71 commit 885d47f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jsonpath-rw = "^1.4.0"
semver = "^3.0.2"
gitpython = "^3.1.43"
requests = "^2.32.3"
boto3 = "^1.34.145"
boto3 = "^1.34.147"
argparse = "^1.4.0"
pre-commit = "^3.5.0"
pytest = "^8.3.1"
Expand Down

0 comments on commit 885d47f

Please sign in to comment.