Skip to content

Commit

Permalink
chore: update deps + add arm64 for docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
gylfirst committed Aug 8, 2024
1 parent 239d2ce commit 73ef850
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
push: true
build-args: version=v0.0.${{ github.run_number }}
tags: gylfirst/chouettebot:latest,gylfirst/chouettebot:v0.0.${{ github.run_number }}
platforms: linux/amd64, linux/arm/v6, linux/arm/v7
platforms: linux/amd64, linux/arm/v6, linux/arm/v7, linux/arm64/v8
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repos:

- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.5.1
rev: v0.5.6
hooks:
# Run the linter.
- id: ruff
Expand Down
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
-r requirements.txt
pre-commit ~= 3.7
ruff == 0.5.1
pre-commit ~= 3.8
ruff == 0.5.6
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aiohttp ~= 3.9.5
aiohttp ~= 3.10.1
discord.py[speed] ~= 2.4.0
python-dotenv ~= 1.0.1
tomlkit ~= 0.12.5
tomlkit ~= 0.13.0
tzdata; os_name == "nt"

0 comments on commit 73ef850

Please sign in to comment.