From bbb31cdb1620c4c690e48c3ce05bd944292c5f83 Mon Sep 17 00:00:00 2001 From: stdavis Date: Mon, 3 Jul 2023 13:53:17 -0600 Subject: [PATCH] =?UTF-8?q?fix:=20Q3=20Dependency=20Bumps=20=F0=9F=8C=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index d489512..939fbc9 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ keywords=["gis"], install_requires=[ "agrc-sweeper==1.3.*", - "flask-cors==3.0.*", + "flask-cors==4.0.*", "Flask-JSON==0.4.*", "flask==2.3.*", "psycopg_pool==3.1.*", @@ -52,13 +52,13 @@ "callee==0.3.*", "pylint-quotes==0.2.*", "pylint==2.17.*", - "pytest-cov==4.0.*", + "pytest-cov==4.1.*", "pytest-instafail==0.5.*", "pytest-isort>=3.0,<3.2", "pytest-pylint==0.19.*", "pytest-watch==4.2.*", - "pytest==7.3.*", - "requests-mock==1.10.*", + "pytest==7.4.*", + "requests-mock==1.11.*", ] }, setup_requires=[