From edf0fbdd9f24182fed86676ca8cdc33d21350b92 Mon Sep 17 00:00:00 2001 From: Devin Cowan Date: Wed, 21 Feb 2024 11:03:43 -0500 Subject: [PATCH 1/4] update from HS Dockerfile --- requirements.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 65d02b9..32ab236 100644 --- a/requirements.txt +++ b/requirements.txt @@ -62,13 +62,14 @@ DoubleMetaphone==0.1 drf-haystack==1.8.11 drf-yasg==1.20.0 ecdsa==0.18.0 -email-validator==1.3.0 +email-validator==2.1.0 exceptiongroup==1.0.4 filebrowser-safe==1.1.1 flake8==6.0.0 flex==6.14.1 flower==1.2.0 foresite@git+https://github.com/sblack-usu/foresite-toolkit.git@94c0c2a8e21a922caa1df6cc412d5dc1a7adb189#subdirectory=foresite-python/trunk +freezegun==1.4.0 funcsigs==1.0.2 future==0.18.3 GDAL==2.4.1 @@ -79,7 +80,7 @@ gevent==22.10.2 grappelli-safe==1.1.1 greenlet==2.0.1 gunicorn==20.1.0 -hsmodels@git+https://github.com/hydroshare/hsmodels.git@0.5.8 +hsmodels==1.0.2 html5lib==1.1 idna==3.4 inflection==0.3.1 @@ -102,6 +103,7 @@ matplotlib==3.1.2 mccabe==0.7.0 Mezzanine==5.1.4 mock==1.3.0 +mozilla-django-oidc==4.0.0 nameparser==0.5.7 netCDF4==1.6.3 nose==1.3.7 @@ -158,6 +160,7 @@ setuptools==65.5.1 six==1.16.0 sorl-thumbnail==12.8.0 soupsieve==2.3.2.post1 +spam_patterns@git+https://github.com/CUAHSI/spam_patterns.git@0.0.4 sqlparse==0.4.4 strict-rfc3339==0.7 suds-jurko==0.6 From 3e6f02e754765c3d46516b72c9262c05ec757e92 Mon Sep 17 00:00:00 2001 From: Devin Cowan Date: Wed, 21 Feb 2024 12:07:58 -0500 Subject: [PATCH 2/4] hsmodels pypi 1.0.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 32ab236..9fa1044 100644 --- a/requirements.txt +++ b/requirements.txt @@ -80,7 +80,7 @@ gevent==22.10.2 grappelli-safe==1.1.1 greenlet==2.0.1 gunicorn==20.1.0 -hsmodels==1.0.2 +hsmodels==1.0.0 html5lib==1.1 idna==3.4 inflection==0.3.1 From b9620a101c4715e3944ede951f1afa4693c9c6da Mon Sep 17 00:00:00 2001 From: Devin Cowan Date: Wed, 21 Feb 2024 12:51:10 -0500 Subject: [PATCH 3/4] update pydantic --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9fa1044..bae3b50 100644 --- a/requirements.txt +++ b/requirements.txt @@ -127,7 +127,7 @@ pyasn1==0.4.4 pycodestyle==2.10.0 pycparser==2.21 PyCRS==1.0.1 -pydantic==1.10.2 +pydantic==2.6.1 pydebug==1.0.3 pyflakes==3.0.1 PyLD==2.0.3 From 4d5ee7128d244526308ffeb1fdc277585f6a5e8e Mon Sep 17 00:00:00 2001 From: Devin Cowan Date: Wed, 21 Feb 2024 19:51:54 -0500 Subject: [PATCH 4/4] bump typing-extensions --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bae3b50..a6132c7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -167,7 +167,7 @@ suds-jurko==0.6 timeago==1.0.10 tomli==2.0.1 tornado==6.3.2 -typing_extensions==4.4.0 +typing_extensions==4.9.0 tzdata==2022.7 tzlocal==4.2 ua-parser==0.16.1