Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/pillow-10.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chizmw authored May 6, 2024
2 parents 9ce27c6 + cfadf82 commit 34c545a
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 18 deletions.
5 changes: 5 additions & 0 deletions .changeset/dangerous-yellow-angelfish.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'arcane-scripts': patch
---

<!-- markdownlint-disable MD041 -->chore(deps): bump idna from 3.6 to 3.7
5 changes: 5 additions & 0 deletions .changeset/responsible-blush-antlion.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'arcane-scripts': patch
---

<!-- markdownlint-disable MD041 -->chore(deps): bump the python group across 1 directory with 2 updates
5 changes: 5 additions & 0 deletions .changeset/splendid-copper-alpaca.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'arcane-scripts': patch
---

<!-- markdownlint-disable MD041 -->chore(deps): bump the github-actions group with 2 updates
2 changes: 1 addition & 1 deletion .github/workflows/assign-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-changeset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
28 changes: 14 additions & 14 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ 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"
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"
Expand Down

0 comments on commit 34c545a

Please sign in to comment.