Skip to content

Commit

Permalink
Dependency updates (#77)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 1, 2024
1 parent 7de3c55 commit a42629a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.0
rev: v0.8.1
hooks:
- id: ruff
types: [file]
Expand Down
10 changes: 5 additions & 5 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# This file was autogenerated by uv via the following command:
# uv pip compile --universal --python-version=3.10 test-requirements.in -o test-requirements.txt
aiohappyeyeballs==2.4.3
aiohappyeyeballs==2.4.4
# via aiohttp
aiohttp==3.11.7
aiohttp==3.11.8
# via discord-py
aiosignal==1.3.1
# via aiohttp
Expand Down Expand Up @@ -104,15 +104,15 @@ pytest-cov==6.0.0
# via -r test-requirements.in
python-dotenv==1.0.1
# via -r test-requirements.in
ruff==0.8.0
ruff==0.8.1
# via -r test-requirements.in
setuptools==75.6.0
# via asyncio-dgram
sniffio==1.3.1
# via
# anyio
# httpx
tomli==2.1.0 ; python_full_version <= '3.11'
tomli==2.2.1 ; python_full_version <= '3.11'
# via
# black
# coverage
Expand All @@ -125,7 +125,7 @@ typing-extensions==4.12.2
# black
# multidict
# mypy
uv==0.5.4
uv==0.5.5
# via -r test-requirements.in
yarl==1.18.0
# via aiohttp

0 comments on commit a42629a

Please sign in to comment.