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"