diff --git a/pyproject.toml b/pyproject.toml index 6ef0c3e1..790ae866 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,3 @@ [build-system] -requires = ["setuptools >= 53.0.0", "wheel"] +requires = ["setuptools >= 58.0.0", "wheel"] build-backend = "setuptools.build_meta" diff --git a/setup.cfg b/setup.cfg index c98ff0b0..322c0be4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ all-files=True [metadata] name = firebird-qa -version = 0.1.0 +version = 0.2.0 description = pytest plugin for Firebird QA long_description = file: README.rst long_description_content_type = text/x-rst; charset=UTF-8 @@ -37,9 +37,9 @@ classifiers = zip_safe = True python_requires = >=3.8, <4 install_requires = - firebird-base>=0.6.0 - firebird-driver>=0.8.0 - pytest>=6.2.0 + firebird-base>=1.3.0 + firebird-driver>=1.3.2 + pytest>=6.2.5 packages = find_namespace: [options.packages.find]