Skip to content

Commit 36ff2d2

Browse files
authored
Update pyproject.toml
1 parent c81d7a2 commit 36ff2d2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = [
33
"hatchling==1.27.0",
44
"hatch-vcs==0.5.0",
55
"cloudpickle==3.1.1",
6-
"pyzmq==26.4.0",
6+
"pyzmq==27.0.0",
77
]
88
build-backend = "hatchling.build"
99

@@ -31,7 +31,7 @@ classifiers = [
3131
]
3232
dependencies = [
3333
"cloudpickle==3.1.1",
34-
"pyzmq==26.4.0",
34+
"pyzmq==27.0.0",
3535
]
3636
dynamic = ["version"]
3737

@@ -120,4 +120,4 @@ packages = [
120120

121121
[tool.hatch.version]
122122
source = "vcs"
123-
path = "executorlib/_version.py"
123+
path = "executorlib/_version.py"

0 commit comments

Comments
 (0)