Skip to content

Commit

Permalink
Fix autodeps
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolCat467 committed Nov 11, 2024
1 parent 092f2b6 commit 6091a6a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autodeps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

# apply newer versions' formatting
- name: Black
run: black src/checkers
run: black src/statusbot

- name: uv
run: |
Expand Down
6 changes: 3 additions & 3 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ mypy-extensions==1.0.0
# mypy
orjson==3.10.11 ; implementation_name == 'cpython'
# via -r test-requirements.in
packaging==24.1
packaging==24.2
# via
# black
# pytest
Expand All @@ -100,7 +100,7 @@ pytest-cov==6.0.0
# via -r test-requirements.in
python-dotenv==1.0.1
# via -r test-requirements.in
ruff==0.7.2
ruff==0.7.3
# via -r test-requirements.in
setuptools==75.3.0
# via asyncio-dgram
Expand All @@ -121,7 +121,7 @@ typing-extensions==4.12.2
# black
# multidict
# mypy
uv==0.4.29
uv==0.5.1
# via -r test-requirements.in
yarl==1.17.1
# via aiohttp

0 comments on commit 6091a6a

Please # to comment.