Skip to content

Commit dd30442

Browse files
Dependency updates (#83)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 737601d commit dd30442

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ repos:
3030
hooks:
3131
- id: black
3232
- repo: https://github.com/astral-sh/ruff-pre-commit
33-
rev: v0.8.1
33+
rev: v0.8.2
3434
hooks:
3535
- id: ruff
3636
types: [file]

test-requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
# uv pip compile --universal --python-version=3.10 test-requirements.in -o test-requirements.txt
33
aiohappyeyeballs==2.4.4
44
# via aiohttp
5-
aiohttp==3.11.9
5+
aiohttp==3.11.10
66
# via discord-py
77
aiosignal==1.3.1
88
# via aiohttp
9-
anyio==4.6.2.post1
9+
anyio==4.7.0
1010
# via httpx
1111
async-timeout==5.0.1
1212
# via
@@ -32,7 +32,7 @@ colorama==0.4.6 ; (implementation_name != 'cpython' and sys_platform == 'win32')
3232
# via
3333
# click
3434
# pytest
35-
coverage==7.6.8
35+
coverage==7.6.9
3636
# via
3737
# -r test-requirements.in
3838
# pytest-cov
@@ -104,7 +104,7 @@ pytest-cov==6.0.0
104104
# via -r test-requirements.in
105105
python-dotenv==1.0.1
106106
# via -r test-requirements.in
107-
ruff==0.8.1
107+
ruff==0.8.2
108108
# via -r test-requirements.in
109109
setuptools==75.6.0
110110
# via asyncio-dgram
@@ -125,7 +125,7 @@ typing-extensions==4.12.2
125125
# black
126126
# multidict
127127
# mypy
128-
uv==0.5.5
128+
uv==0.5.7
129129
# via -r test-requirements.in
130130
yarl==1.18.3
131131
# via aiohttp

0 commit comments

Comments
 (0)