Skip to content

Commit

Permalink
Upgrade dependencies and drop dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolCat467 committed Nov 4, 2024
1 parent e4be286 commit 44dd518
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 14 deletions.
12 changes: 0 additions & 12 deletions .github/dependabot.yml

This file was deleted.

3 changes: 2 additions & 1 deletion test-requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ pytest-cov

# Tools
black; implementation_name == "cpython"
mypy
mypy # Would use mypy[faster-cache], but orjson has build issues on pypy
orjson; implementation_name == "cpython"
ruff >= 0.6.6
uv >= 0.2.24
codespell
Expand Down
4 changes: 3 additions & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ mypy-extensions==1.0.0
# -r test-requirements.in
# black
# mypy
orjson==3.10.11 ; implementation_name == 'cpython'
# via -r test-requirements.in
outcome==1.3.0.post0
# via
# pytest-trio
Expand Down Expand Up @@ -119,7 +121,7 @@ quart==0.19.8
# quart-trio
quart-trio==0.11.1
# via -r test-requirements.in
ruff==0.7.1
ruff==0.7.2
# via -r test-requirements.in
sniffio==1.3.1
# via trio
Expand Down

0 comments on commit 44dd518

Please sign in to comment.