From 28b7fe4892aa6b8eaa0655afc930e1a2c1c800b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Sep 2023 09:26:45 +1000 Subject: [PATCH] Bump botocore from 1.20.57 to 1.20.112 (#119) Bumps [botocore](https://github.com/boto/botocore) from 1.20.57 to 1.20.112.
Changelog

Sourced from botocore's changelog.

1.20.112

1.20.111

1.20.110

1.20.109

1.20.108

1.20.107

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=botocore&package-manager=pip&previous-version=1.20.57&new-version=1.20.112)](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) ---
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 show 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)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Pipfile | 2 +- Pipfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Pipfile b/Pipfile index 58d6113d..46a13951 100644 --- a/Pipfile +++ b/Pipfile @@ -10,7 +10,7 @@ appdirs = "==1.4.4" arrow = "==1.2.3" bcrypt = "==4.0.1" boto3 = "==1.17.57" -botocore = "==1.20.57" +botocore = "==1.20.112" certifi = "==2023.7.22" cffi = "==1.15.1" click = ">=7.1.2" diff --git a/Pipfile.lock b/Pipfile.lock index 9df9ccc0..dee4a8c8 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "32ec62694fb7218323398b33b50bbb4cbb98b2f948e5644a33791b7651f4aa59" + "sha256": "b1925938269d7ed3d29d23c9a901df4469e73dfadcb5ad45c1efafb9b29c1365" }, "pipfile-spec": 6, "requires": { @@ -113,12 +113,12 @@ }, "botocore": { "hashes": [ - "sha256:ae4ac72921f23d35ad54a5fb0989fc00c6fff8a39e24f26128b9315cc6209fec", - "sha256:fa430bc773363a3d332c11c55bd8c0c0a5819d576121eb6990528a1bdaa89bcd" + "sha256:6d51de0981a3ef19da9e6a3c73b5ab427e3c0c8b92200ebd38d087299683dd2b", + "sha256:d0b9b70b6eb5b65bb7162da2aaf04b6b086b15cc7ea322ddc3ef2f5e07944dcf" ], "index": "pypi", "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'", - "version": "==1.20.57" + "version": "==1.20.112" }, "certifi": { "hashes": [ @@ -342,7 +342,7 @@ "sha256:3ebb78df84a805d7698245025b975d9d67053cd94c79245ba4b3eb694abe68bb", "sha256:dbace7892d8c0c4ac1ad096662232f831d4e64f4c4545bd53016a3e9d4654743" ], - "markers": "python_version < '3.9'", + "markers": "python_version < '3.10'", "version": "==6.8.0" }, "importlib-resources": {