Skip to content

Commit cf6052b

Browse files
authored
Merge pull request #1 from jupyterhub/master
Merge from updated master
2 parents 2a0cf12 + c0ea434 commit cf6052b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setuptools.setup(
88
name="jupyter-server-proxy",
9-
version='1.5.2',
9+
version='1.5.3',
1010
url="https://github.com/jupyterhub/jupyter-server-proxy",
1111
author="Ryan Lovett & Yuvi Panda",
1212
author_email="[email protected]",
@@ -15,7 +15,7 @@
1515
long_description=readme,
1616
long_description_content_type="text/markdown",
1717
packages=setuptools.find_packages(),
18-
install_requires=['notebook', 'simpervisor>=0.2', 'aiohttp'],
18+
install_requires=['notebook', 'simpervisor>=0.4', 'aiohttp'],
1919
python_requires='>=3.5',
2020
classifiers=[
2121
'Framework :: Jupyter',

0 commit comments

Comments
 (0)