diff --git a/community/jupyterlab/PKGBUILD b/community/jupyterlab/PKGBUILD
index 37e01955e..5ec766862 100644
--- a/community/jupyterlab/PKGBUILD
+++ b/community/jupyterlab/PKGBUILD
@@ -5,7 +5,7 @@
 
 pkgname=jupyterlab
 _pipname=jupyterlab
-pkgver=3.1.9
+pkgver=3.1.10
 pkgrel=1
 pkgdesc='JupyterLab computational environment'
 arch=(any)
@@ -15,7 +15,7 @@ makedepends=(python-setuptools)
 depends=(python-jupyterlab_server python-jupyter_packaging jupyter-nbclassic nodejs)
 optdepends=('npm: to install extensions' 'jupyterlab-widgets: ipywidgets support')
 source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
-sha256sums=('007e42f833e59fd36872d459e45be243d899edbd0e4a98d21388632e4e0d8af7')
+sha256sums=('1c561f1487666e659bf391d2b0d744e53a89567ed314c450bc986127de562254')
 
 build() {
   cd $pkgname-$pkgver