Skip to content

Commit 34c545a

Browse files
authored
Merge branch 'main' into dependabot/pip/pillow-10.3.0
2 parents 9ce27c6 + cfadf82 commit 34c545a

File tree

7 files changed

+33
-18
lines changed

7 files changed

+33
-18
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'arcane-scripts': patch
3+
---
4+
5+
<!-- markdownlint-disable MD041 -->chore(deps): bump idna from 3.6 to 3.7
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'arcane-scripts': patch
3+
---
4+
5+
<!-- markdownlint-disable MD041 -->chore(deps): bump the python group across 1 directory with 2 updates
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'arcane-scripts': patch
3+
---
4+
5+
<!-- markdownlint-disable MD041 -->chore(deps): bump the github-actions group with 2 updates

.github/workflows/assign-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: Add issue to project
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/add-to-project@v0.6.1
21+
- uses: actions/add-to-project@v1.0.1
2222
with:
2323
# You can target a project in a different organization
2424
# to the issue

.github/workflows/dependabot-changeset.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
- name: Render template
5252
id: render
53-
uses: chuhlomin/render-template@v1.9
53+
uses: chuhlomin/render-template@v1.10
5454
if: success() && steps.find-pr.outputs.number
5555
with:
5656
template: .github/dependabot-changeset.template.md

poetry.lock

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ packages = [{include = "botcpdf"}]
88

99
[tool.poetry.dependencies]
1010
python = "^3.10"
11-
jinja2 = "^3.1.2"
11+
jinja2 = "^3.1.4"
1212
weasyprint = "^58.1"
1313
pypdf = "^4.2.0"
1414
pdf2image = "^1.16.3"
1515
requests = "^2.28.2"
1616
pytz = "^2024.1"
1717
aws-lambda-powertools = "^2.37.0"
1818
jmespath = "^1.0.1"
19-
boto3 = "^1.34.97"
19+
boto3 = "^1.34.98"
2020
requests-toolbelt = "^1.0.0"
2121
click = "^8.1.7"
2222
discord-webhook = "^1.3.0"

0 commit comments

Comments
 (0)