From 143a32721e6ac1f4650779d4b281d39cc22e0556 Mon Sep 17 00:00:00 2001 From: Joshua Seals Date: Thu, 10 Aug 2023 14:22:38 -0400 Subject: [PATCH] Update to setup.cfg --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 066d9b9e..e247a402 100644 --- a/setup.cfg +++ b/setup.cfg @@ -33,10 +33,10 @@ install_requires = django-saml2-auth==2.2.1 djangorestframework==3.12.2 drf-spectacular==0.15.1 - tycho-api==1.14.0 + tycho-api==1.14.0.dev20230810181026 pysaml2==6.3.1 python3-openid==3.1.0 - requests==2.20.1 + requests==2.31.0 requests-oauthlib==1.3.0 [options.entry_points]