diff --git a/ci/requirements-demonet.txt b/ci/requirements-demonet.txt index 1fb687e..be85ed6 100644 --- a/ci/requirements-demonet.txt +++ b/ci/requirements-demonet.txt @@ -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 diff --git a/ci/requirements-dev.txt b/ci/requirements-dev.txt index 8883d1d..8fe8041 100644 --- a/ci/requirements-dev.txt +++ b/ci/requirements-dev.txt @@ -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 diff --git a/ci/requirements.txt b/ci/requirements.txt index 45d1ab6..d5f768a 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -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 \ diff --git a/poetry.lock b/poetry.lock index 4ffe87c..fd7bc9c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -795,4 +795,4 @@ demonet = ["shellous"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "3717d84d03fc4501ce6576235e3d03022eab4e1b20e38b3d64650a05f71a88b1" +content-hash = "7fde133746422cb0604d23dc6d99f4c6d1145d585106164eaa4b655dbef5eebe" diff --git a/pyproject.toml b/pyproject.toml index 18306bb..a1dd477 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" @@ -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]