Skip to content

Commit

Permalink
Clean up pyproject.toml file.
Browse files Browse the repository at this point in the history
  • Loading branch information
byllyfish committed Nov 5, 2024
1 parent 17e6105 commit 5cd12a9
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ci/requirements-demonet.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Poetry (version 1.8.4) export at Tue Nov 5 10:29:33 MST 2024
# Poetry (version 1.8.4) export at Tue Nov 5 11:42:39 MST 2024
pygraphviz==1.14 ; python_version >= "3.10" and python_version < "4.0" \
--hash=sha256:c10df02377f4e39b00ae17c862f4ee7e5767317f1c6b2dfd04cea6acc7fc2bea
2 changes: 1 addition & 1 deletion ci/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Poetry (version 1.8.4) export at Tue Nov 5 10:29:33 MST 2024
# Poetry (version 1.8.4) export at Tue Nov 5 11:42:39 MST 2024
astroid==3.3.5 ; python_version >= "3.10" and python_version < "4.0" \
--hash=sha256:5cfc40ae9f68311075d27ef68a4841bdc5cc7f6cf86671b49f00607d30188e2d \
--hash=sha256:a9d1c946ada25098d790e079ba2a1b112157278f3fb7e718ae6a9252f5835dc8
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Poetry (version 1.8.4) export at Tue Nov 5 10:29:33 MST 2024
# Poetry (version 1.8.4) export at Tue Nov 5 11:42:39 MST 2024
grpcio==1.67.1 ; python_version >= "3.10" and python_version < "4.0" \
--hash=sha256:01f616a964e540638af5130469451cf580ba8c7329f45ca998ab66e0c7dcdb04 \
--hash=sha256:0489063974d1452436139501bf6b180f63d4977223ee87488fe36858c5725292 \
Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ classifiers = [
python = "^3.10"

# Core dependencies.
grpcio = "^1.67.0"
grpcio = "^1.67.1"
parsy = "^2.1.0"
protobuf = "^5.28.3"
pyee = "^12.0.0"
Expand All @@ -48,7 +48,7 @@ pyright = "^1.1.383"
pytest = "^8.3.3"
pytest-asyncio = "^0.24.0"
pytest-cov = "^5.0.0"
ruff = "^0.7.1"
ruff = "^0.7.2"
shellous = "^0.37.0"

[tool.poetry.group.demonet]
Expand Down

0 comments on commit 5cd12a9

Please sign in to comment.