From 5eba990d7075ffbcbccf4962747920140da17df6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 09:08:27 +0000 Subject: [PATCH 1/6] chore(deps): bump the python group across 1 directory with 2 updates Bumps the python group with 2 updates in the / directory: [jinja2](https://github.com/pallets/jinja) and [boto3](https://github.com/boto/boto3). Updates `jinja2` from 3.1.3 to 3.1.4 - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/3.1.3...3.1.4) Updates `boto3` from 1.34.97 to 1.34.98 - [Release notes](https://github.com/boto/boto3/releases) - [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/boto/boto3/compare/1.34.97...1.34.98) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python ... Signed-off-by: dependabot[bot] --- poetry.lock | 22 +++++++++++----------- pyproject.toml | 4 ++-- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/poetry.lock b/poetry.lock index 685faaf2..c57c6bd5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -101,17 +101,17 @@ uvloop = ["uvloop (>=0.15.2)"] [[package]] name = "boto3" -version = "1.34.97" +version = "1.34.98" description = "The AWS SDK for Python" optional = false python-versions = ">=3.8" files = [ - {file = "boto3-1.34.97-py3-none-any.whl", hash = "sha256:6c8125310005255ea998bccc3e8353b4df81a96ab105c89c118461f6c54c07c8"}, - {file = "boto3-1.34.97.tar.gz", hash = "sha256:60e5dda0b29805fb410bfda1d98e898edaebedac0e6983e9c57cb88e44dfa64e"}, + {file = "boto3-1.34.98-py3-none-any.whl", hash = "sha256:030e43b8efe22b4cf10b9f3ef9e30cd4cf9ef9784b26efe9a4583339f2b2bcec"}, + {file = "boto3-1.34.98.tar.gz", hash = "sha256:28c10956033fa79e64529f48c3b62db86d5e4b77024a7343764b6bde6b553543"}, ] [package.dependencies] -botocore = ">=1.34.97,<1.35.0" +botocore = ">=1.34.98,<1.35.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.10.0,<0.11.0" @@ -120,13 +120,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.34.97" +version = "1.34.98" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.8" files = [ - {file = "botocore-1.34.97-py3-none-any.whl", hash = "sha256:c98b1272e377c69e167cc68c0f2c9c79bc7a6098775eecdad41ee5a28de69324"}, - {file = "botocore-1.34.97.tar.gz", hash = "sha256:e421b592add68547ed141643c8a8b4aa819a07059b85efd72e89b6758c956420"}, + {file = "botocore-1.34.98-py3-none-any.whl", hash = "sha256:631c0031d8ce922b5752ab395ead896a0281b0dc74745a754d0351a27c5d83de"}, + {file = "botocore-1.34.98.tar.gz", hash = "sha256:4cee65df02f4b0be08ad1401965cc89efafebc50ef0727d2d17083c7f1ed2831"}, ] [package.dependencies] @@ -661,13 +661,13 @@ colors = ["colorama (>=0.4.6)"] [[package]] name = "jinja2" -version = "3.1.3" +version = "3.1.4" description = "A very fast and expressive template engine." optional = false python-versions = ">=3.7" files = [ - {file = "Jinja2-3.1.3-py3-none-any.whl", hash = "sha256:7d6d50dd97d52cbc355597bd845fabfbac3f551e1f99619e39a35ce8c370b5fa"}, - {file = "Jinja2-3.1.3.tar.gz", hash = "sha256:ac8bd6544d4bb2c9792bf3a159e80bba8fda7f07e81bc3aed565432d5925ba90"}, + {file = "jinja2-3.1.4-py3-none-any.whl", hash = "sha256:bc5dd2abb727a5319567b7a813e6a2e7318c39f4f487cfe6c89c6f9c7d25197d"}, + {file = "jinja2-3.1.4.tar.gz", hash = "sha256:4a3aee7acbbe7303aede8e9648d13b8bf88a429282aa6122a993f0ac800cb369"}, ] [package.dependencies] @@ -1450,4 +1450,4 @@ test = ["pytest"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "7b89df624e0be6a17a88469e1b091add6cb4eaf089e0a51a5a6552a50e1b1389" +content-hash = "622cb61b57eec2f294027042c089330e741f1ca6ff16628917a8afd7d037b1a7" diff --git a/pyproject.toml b/pyproject.toml index 364cd289..4e96dfd8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ packages = [{include = "botcpdf"}] [tool.poetry.dependencies] python = "^3.10" -jinja2 = "^3.1.2" +jinja2 = "^3.1.4" weasyprint = "^58.1" pypdf = "^4.2.0" pdf2image = "^1.16.3" @@ -16,7 +16,7 @@ requests = "^2.28.2" pytz = "^2024.1" aws-lambda-powertools = "^2.37.0" jmespath = "^1.0.1" -boto3 = "^1.34.97" +boto3 = "^1.34.98" requests-toolbelt = "^1.0.0" click = "^8.1.7" discord-webhook = "^1.3.0" From c3fabd92c4125ac739d85882013cd1f83ada40db Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 09:08:56 +0000 Subject: [PATCH 2/6] docs(changeset): add changeset fragment for chore(deps): bump the python group across 1 directory with 2 updates --- .changeset/responsible-blush-antlion.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/responsible-blush-antlion.md diff --git a/.changeset/responsible-blush-antlion.md b/.changeset/responsible-blush-antlion.md new file mode 100644 index 00000000..476320f1 --- /dev/null +++ b/.changeset/responsible-blush-antlion.md @@ -0,0 +1,5 @@ +--- +'arcane-scripts': patch +--- + +chore(deps): bump the python group across 1 directory with 2 updates From 8cfc27d2b48ddcc4568c0d4b108c5d248f595d0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 09:09:34 +0000 Subject: [PATCH 3/6] chore(deps): bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [actions/add-to-project](https://github.com/actions/add-to-project) and [chuhlomin/render-template](https://github.com/chuhlomin/render-template). Updates `actions/add-to-project` from 0.6.1 to 1.0.1 - [Release notes](https://github.com/actions/add-to-project/releases) - [Commits](https://github.com/actions/add-to-project/compare/v0.6.1...v1.0.1) Updates `chuhlomin/render-template` from 1.9 to 1.10 - [Release notes](https://github.com/chuhlomin/render-template/releases) - [Commits](https://github.com/chuhlomin/render-template/compare/v1.9...v1.10) --- updated-dependencies: - dependency-name: actions/add-to-project dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: chuhlomin/render-template dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/assign-project.yml | 2 +- .github/workflows/dependabot-changeset.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/assign-project.yml b/.github/workflows/assign-project.yml index 67167c7a..1084a975 100644 --- a/.github/workflows/assign-project.yml +++ b/.github/workflows/assign-project.yml @@ -18,7 +18,7 @@ jobs: name: Add issue to project runs-on: ubuntu-latest steps: - - uses: actions/add-to-project@v0.6.1 + - uses: actions/add-to-project@v1.0.1 with: # You can target a project in a different organization # to the issue diff --git a/.github/workflows/dependabot-changeset.yml b/.github/workflows/dependabot-changeset.yml index 62017bb4..e1f5cd99 100644 --- a/.github/workflows/dependabot-changeset.yml +++ b/.github/workflows/dependabot-changeset.yml @@ -50,7 +50,7 @@ jobs: - name: Render template id: render - uses: chuhlomin/render-template@v1.9 + uses: chuhlomin/render-template@v1.10 if: success() && steps.find-pr.outputs.number with: template: .github/dependabot-changeset.template.md From a38b0a58c499c0479a52edbee7f24c82ba5f5a94 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 09:09:50 +0000 Subject: [PATCH 4/6] docs(changeset): add changeset fragment for chore(deps): bump the github-actions group with 2 updates --- .changeset/splendid-copper-alpaca.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/splendid-copper-alpaca.md diff --git a/.changeset/splendid-copper-alpaca.md b/.changeset/splendid-copper-alpaca.md new file mode 100644 index 00000000..b3e0499c --- /dev/null +++ b/.changeset/splendid-copper-alpaca.md @@ -0,0 +1,5 @@ +--- +'arcane-scripts': patch +--- + +chore(deps): bump the github-actions group with 2 updates From ac27c41394bd3c5cd18c8ab0887a64e91c6657b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 09:11:19 +0000 Subject: [PATCH 5/6] chore(deps): bump idna from 3.6 to 3.7 Bumps [idna](https://github.com/kjd/idna) from 3.6 to 3.7. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v3.6...v3.7) --- updated-dependencies: - dependency-name: idna dependency-type: indirect ... Signed-off-by: dependabot[bot] --- poetry.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index 685faaf2..242c3c4f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -625,13 +625,13 @@ lxml = ["lxml"] [[package]] name = "idna" -version = "3.6" +version = "3.7" description = "Internationalized Domain Names in Applications (IDNA)" optional = false python-versions = ">=3.5" files = [ - {file = "idna-3.6-py3-none-any.whl", hash = "sha256:c05567e9c24a6b9faaa835c4821bad0590fbb9d5779e7caa6e1cc4978e7eb24f"}, - {file = "idna-3.6.tar.gz", hash = "sha256:9ecdbbd083b06798ae1e86adcbfe8ab1479cf864e4ee30fe4e46a003d12491ca"}, + {file = "idna-3.7-py3-none-any.whl", hash = "sha256:82fee1fc78add43492d3a1898bfa6d8a904cc97d8427f683ed8e798d07761aa0"}, + {file = "idna-3.7.tar.gz", hash = "sha256:028ff3aadf0609c1fd278d8ea3089299412a7a8b9bd005dd08b9f8285bcb5cfc"}, ] [[package]] From 59146ea71beba47eaf7f5964f7af9aaa1f5c4fbe Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 09:11:37 +0000 Subject: [PATCH 6/6] docs(changeset): add changeset fragment for chore(deps): bump idna from 3.6 to 3.7 --- .changeset/dangerous-yellow-angelfish.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/dangerous-yellow-angelfish.md diff --git a/.changeset/dangerous-yellow-angelfish.md b/.changeset/dangerous-yellow-angelfish.md new file mode 100644 index 00000000..5bc885f9 --- /dev/null +++ b/.changeset/dangerous-yellow-angelfish.md @@ -0,0 +1,5 @@ +--- +'arcane-scripts': patch +--- + +chore(deps): bump idna from 3.6 to 3.7