Skip to content

Commit

Permalink
Update dependencies & project
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolCat467 committed Dec 30, 2024
1 parent aa6d5ac commit 844f24b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ci:
autofix_prs: true
autoupdate_schedule: quarterly
submodules: false
skip: [badgie, project-requirements, regenerate-files]
skip: [badgie, regenerate-files]

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies = [
"python-sane~=2.9.1",
"quart~=0.20.0",
"quart-trio~=0.11.1",
"trio~=0.27.0",
"trio~=0.28.0",
"Werkzeug~=3.1.3",
'exceptiongroup >= 1.2.0; python_version < "3.11"',
'tomli >= 2.0.1; python_version < "3.11"',
Expand Down
1 change: 0 additions & 1 deletion src/sanescansrv/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@

SANE_INITIALIZED = False

Handler = TypeVar("Handler", bound=Callable[..., Awaitable[object]])
T = TypeVar("T")


Expand Down
2 changes: 1 addition & 1 deletion test-requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ python-sane~=2.9.1
quart-trio~=0.11.1
quart~=0.20.0
tomli >= 2.0.1; python_version < "3.11"
trio~=0.27.0
trio~=0.28.0
#</TOML_DEPENDENCIES>
10 changes: 5 additions & 5 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ colorama==0.4.6 ; sys_platform == 'win32'
# via
# click
# pytest
coverage==7.6.9
coverage==7.6.10
# via
# -r test-requirements.in
# pytest-cov
Expand Down Expand Up @@ -75,14 +75,14 @@ markupsafe==3.0.2
# jinja2
# quart
# werkzeug
mypy==1.14.0
mypy==1.14.1
# via -r test-requirements.in
mypy-extensions==1.0.0
# via
# -r test-requirements.in
# black
# mypy
orjson==3.10.12 ; implementation_name == 'cpython'
orjson==3.10.13 ; implementation_name == 'cpython'
# via -r test-requirements.in
outcome==1.3.0.post0
# via
Expand Down Expand Up @@ -137,7 +137,7 @@ tomli==2.2.1 ; python_full_version <= '3.11'
# hypercorn
# mypy
# pytest
trio==0.27.0
trio==0.28.0
# via
# -r test-requirements.in
# hypercorn
Expand All @@ -151,7 +151,7 @@ typing-extensions==4.12.2
# mypy
# quart
# taskgroup
uv==0.5.11
uv==0.5.13
# via -r test-requirements.in
werkzeug==3.1.3
# via
Expand Down

0 comments on commit 844f24b

Please sign in to comment.