We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c81d7a2 commit 36ff2d2Copy full SHA for 36ff2d2
1 file changed
pyproject.toml
@@ -3,7 +3,7 @@ requires = [
3
"hatchling==1.27.0",
4
"hatch-vcs==0.5.0",
5
"cloudpickle==3.1.1",
6
- "pyzmq==26.4.0",
+ "pyzmq==27.0.0",
7
]
8
build-backend = "hatchling.build"
9
@@ -31,7 +31,7 @@ classifiers = [
31
32
dependencies = [
33
34
35
36
dynamic = ["version"]
37
@@ -120,4 +120,4 @@ packages = [
120
121
[tool.hatch.version]
122
source = "vcs"
123
-path = "executorlib/_version.py"
+path = "executorlib/_version.py"
0 commit comments