diff --git a/pyproject.toml b/pyproject.toml index 56795fd..2e384e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,9 @@ [build-system] requires = [ "pip>=21.3.1", - "setuptools>=57.4.0", + "setuptools>=60.3.1", "setuptools_scm[toml]>=4.1.2", - "wheel>=0.35.1", + "wheel>=0.37.1", ] [project] diff --git a/setup.py b/setup.py index 760f478..39af8e6 100644 --- a/setup.py +++ b/setup.py @@ -13,11 +13,11 @@ "pandas>=0.23.4", "pip>=21.3.1", "requests>=2.26.0", - "setuptools>=57.4.0", - "wheel>=0.35.1", + "setuptools>=60.3.1", + "wheel>=0.37.1", ) -PYMSSQL_REQUIRES = ("cython>=0.29.21", "pymssql>=2.1.4") +PYMSSQL_REQUIRES = ("cython>=0.29.21", "pymssql>=2.2.3") PSYCOPG2_REQUIRES = ("psycopg2-binary>=2.8.6",)