Skip to content

Commit

Permalink
chore: update ruff and aiohttp dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gylfirst committed Aug 8, 2024
1 parent 73ef850 commit 0716775
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.6
rev: v0.5.7
hooks:
# Run the linter.
- id: ruff
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
-r requirements.txt
pre-commit ~= 3.8
ruff == 0.5.6
ruff == 0.5.7
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aiohttp ~= 3.10.1
aiohttp ~= 3.10.2
discord.py[speed] ~= 2.4.0
python-dotenv ~= 1.0.1
tomlkit ~= 0.13.0
Expand Down

0 comments on commit 0716775

Please sign in to comment.