diff --git a/setup.py b/setup.py index fc5fc4c..b81feab 100644 --- a/setup.py +++ b/setup.py @@ -21,9 +21,9 @@ setup( long_description=readme, name="calamus", - version="0.4.2", + version="0.4.3", description="calamus is a library built on top of marshmallow to allow (de-)Serialization of Python classes to JSON-LD.", - python_requires="==3.*,>=3.7.1", + python_requires="==3.*,>=3.9.1", project_urls={ "homepage": "https://github.com/SwissDataScienceCenter/calamus/", "repository": "https://github.com/SwissDataScienceCenter/calamus/", @@ -49,7 +49,7 @@ package_data={}, install_requires=[ "lazy-object-proxy==1.*,>=1.4.3", - "marshmallow==3.*,>=3.14.0", + "marshmallow==3.23.*,>=3.23.0", "pyld==2.*,>=2.0.2", "rdflib==6.*,>=6.0.0", ], @@ -64,7 +64,7 @@ ], "docs": [ "jinja2<3.1.0,>=3.0.0", - "sphinx==3.*,>=3.0.3", + "sphinx==4.*,>=4.2.0", "sphinx-rtd-theme==0.*,>=0.4.3", "sphinxcontrib-spelling==5.*,>=5.0.0", ],