Browse Source

bump packaging req

Steven Silvester 4 years ago
parent
commit
7405fa6d07
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pyproject.toml

+ 1 - 1
pyproject.toml

@@ -1,5 +1,5 @@
 [build-system]
-requires=["setuptools", "wheel", "jupyter_packaging~=0.7.1"]
+requires=["setuptools", "wheel", "jupyter_packaging~=0.7.2"]
 build-backend = "setuptools.build_meta"
 
 [tool.pytest.ini_options]