Skip to content

Commit 92cb1ac

Browse files
committed
Multple version bumps together
1 parent 8dfbe7f commit 92cb1ac

File tree

2 files changed

+432
-154
lines changed

2 files changed

+432
-154
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,22 @@ version = "0.1.0"
1515
description = "Encrypted Computing SDK"
1616
requires-python = ">=3.10"
1717
dependencies = [
18-
"protobuf==4.25.8",
18+
"protobuf>=4.25.8",
1919
"regex-spm",
20-
"numpy",
20+
"numpy>=2.2.6",
2121
]
2222

2323
[project.optional-dependencies]
2424
dev = [
25-
"grpcio-tools==1.56.2", # needed for compiling protos from python directly
25+
"grpcio-tools==1.76.0", # needed for compiling protos from python directly
2626
"pytest>=7.4.0",
2727
"pre-commit>=4.3.0",
2828
# pre-commit installs its own version of the tools below,
2929
# but it is convenient to have them locally, too
3030
"ruff>=0.14.2",
31-
"mypy==1.17.1",
31+
"mypy==1.18.2",
3232
"cpplint>=1.6.0",
33-
"pydantic>=2.0.0",
33+
"pydantic>=2.12.4",
3434
# Enables "doxygen" for python
3535
"doxypypy>=0.8.8.7",
3636
# For requirements generation

0 commit comments

Comments
 (0)