From 4cf780768c22e3c2ea8dee66a53e8621778616dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Mon, 25 Sep 2023 21:23:04 -0700 Subject: [PATCH] Update version pins --- setup.cfg | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/setup.cfg b/setup.cfg index 1589d02..a293c77 100644 --- a/setup.cfg +++ b/setup.cfg @@ -31,11 +31,11 @@ python_requires = >=3.7 setup_requires = setuptools_scm install_requires = pytest>=4.6 - pytest-doctestplus>=0.11.0 - pytest-remotedata>=0.3.1,!=0.4.0 - pytest-astropy-header>=0.1.2 - pytest-arraydiff>=0.1 - pytest-filter-subpackage>=0.1 + pytest-doctestplus>=1.0.0 + pytest-remotedata>=0.4.1 + pytest-astropy-header>=0.2.2 + pytest-arraydiff>=0.5 + pytest-filter-subpackage>=0.1.2 pytest-cov>=2.3.1 pytest-mock>=2.0 attrs>=19.2.0