From 36d29bb29e58dbefbef72e72cff5a07a1df5c03b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 18:15:16 +0100 Subject: [PATCH] Bump tenacity from 8.2.3 to 9.0.0 (#88) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [tenacity](https://github.com/jd/tenacity) from 8.2.3 to 9.0.0.
Release notes

Sourced from tenacity's releases.

tenacity 9.0.0

What's Changed

Full Changelog: https://github.com/jd/tenacity/compare/8.5.0...9.0.0

8.5.0

What's Changed

Full Changelog: https://github.com/jd/tenacity/compare/8.4.2...8.5.0

tenacity 8.4.2

What's Changed

Full Changelog: https://github.com/jd/tenacity/compare/8.4.1...8.4.2

tenacity 8.4.1

What's Changed

Full Changelog: https://github.com/jd/tenacity/compare/8.4.0...8.4.1

tenacity 8.4.0

What's Changed

Full Changelog: https://github.com/jd/tenacity/compare/8.3.0...8.4.0

8.3.0

New Features

Bug Fixes

Other Notes

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tenacity&package-manager=pip&previous-version=8.2.3&new-version=9.0.0)](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> Co-authored-by: Jesse Claven --- .github/workflows/ci.yml | 4 ++-- poetry.lock | 13 +++++++------ pyproject.toml | 2 +- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5703004..91dc22b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,9 +35,9 @@ jobs: - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v1-node16 with: + aws-region: eu-west-1 aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} - aws-region: eu-west-1 - name: Login to Amazon ECR id: login-ecr @@ -49,4 +49,4 @@ jobs: env: DOCKER_REGISTRY: ${{ secrets.DOCKER_REGISTRY }} AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} - AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} \ No newline at end of file + AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} diff --git a/poetry.lock b/poetry.lock index cce73c3..599c37c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3322,17 +3322,18 @@ mpmath = ">=0.19" [[package]] name = "tenacity" -version = "8.2.3" +version = "9.0.0" description = "Retry code until it succeeds" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "tenacity-8.2.3-py3-none-any.whl", hash = "sha256:ce510e327a630c9e1beaf17d42e6ffacc88185044ad85cf74c0a8887c6a0f88c"}, - {file = "tenacity-8.2.3.tar.gz", hash = "sha256:5398ef0d78e63f40007c1fb4c0bff96e1911394d2fa8d194f77619c05ff6cc8a"}, + {file = "tenacity-9.0.0-py3-none-any.whl", hash = "sha256:93de0c98785b27fcf659856aa9f54bfbd399e29969b0621bc7f762bd441b4539"}, + {file = "tenacity-9.0.0.tar.gz", hash = "sha256:807f37ca97d62aa361264d497b0e31e92b8027044942bfa756160d908320d73b"}, ] [package.extras] -doc = ["reno", "sphinx", "tornado (>=4.5)"] +doc = ["reno", "sphinx"] +test = ["pytest", "tornado (>=4.5)", "typeguard"] [[package]] name = "text-unidecode" @@ -3896,4 +3897,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "b93029cff372bdf832fc2d6c4316b16c4e5882e18542d4365ab3aeb19631a628" +content-hash = "451c9179ab4af42009bbe78440d8dd4ccc55818045a3b845c3c4e7913db0d09e" diff --git a/pyproject.toml b/pyproject.toml index f896437..257b2cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ python-slugify = "^6.1.2" python-dateutil = "^2.8.2" python-dotenv = "^0.19.2" requests = "^2.28.1" -tenacity = "^8.1.0" +tenacity = "^9.0.0" json-logging = "^1.3.0" pypdf = "^4.2.0" cpr-sdk = "^1.1.6"