Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolCat467 committed Oct 21, 2024
1 parent 4d0afe0 commit f681142
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ classifiers = [
keywords = ["scanner", "sane", "server", "frontend"]
dependencies = [
"hypercorn[trio]~=0.17.3",
"Pillow~=10.4.0",
"Pillow~=11.0.0",
"python-sane~=2.9.1",
"quart~=0.19.4",
"quart-trio~=0.11.1",
"trio~=0.26.0",
"trio~=0.27.0",
"Werkzeug~=3.0.1",
'exceptiongroup >= 1.2.0; python_version < "3.11"',
'tomli >= 2.0.1; python_version < "3.11"',
Expand Down
6 changes: 3 additions & 3 deletions test-requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# For tests
pytest >= 5.0 # for faulthandler in core
pytest >= 5.0
coverage >= 7.2.5
pytest-trio
pytest-cov
Expand All @@ -17,11 +17,11 @@ typing-extensions

# Scanner-Server's own dependencies
hypercorn[trio]~=0.17.3
Pillow~=10.4.0
Pillow~=11.0.0
python-sane~=2.9.1
quart~=0.19.4
quart-trio~=0.11.1
trio~=0.26.0
trio~=0.27.0
Werkzeug~=3.0.1
exceptiongroup >= 1.2.0; python_version < "3.11"
tomli >= 2.0.1; python_version < "3.11"
4 changes: 2 additions & 2 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ packaging==24.1
# pytest
pathspec==0.12.1 ; implementation_name == 'cpython'
# via black
pillow==10.4.0
pillow==11.0.0
# via -r test-requirements.in
platformdirs==4.3.6 ; implementation_name == 'cpython'
# via black
Expand Down Expand Up @@ -135,7 +135,7 @@ tomli==2.0.2 ; python_full_version <= '3.11'
# hypercorn
# mypy
# pytest
trio==0.26.2
trio==0.27.0
# via
# -r test-requirements.in
# hypercorn
Expand Down

0 comments on commit f681142

Please sign in to comment.