From f161ec5924aae7ceb3ae18f6b1a52dbda9c853f3 Mon Sep 17 00:00:00 2001 From: zandercymatics <141044360+zandercymatics@users.noreply.github.com> Date: Tue, 25 Mar 2025 09:57:54 -0600 Subject: [PATCH] undo changes --- src/Pipfile.lock | 2 +- src/requirements.txt | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/Pipfile.lock b/src/Pipfile.lock index 0754b737a..914a217d0 100644 --- a/src/Pipfile.lock +++ b/src/Pipfile.lock @@ -1851,4 +1851,4 @@ "version": "==3.0.4" } } -} \ No newline at end of file +} diff --git a/src/requirements.txt b/src/requirements.txt index b9f408466..8518f6655 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,8 +1,8 @@ -i https://pypi.python.org/simple annotated-types==0.7.0; python_version >= '3.8' asgiref==3.8.1; python_version >= '3.8' -boto3==1.37.19; python_version >= '3.8' -botocore==1.37.19; python_version >= '3.8' +boto3==1.37.18; python_version >= '3.8' +botocore==1.37.18; python_version >= '3.8' cachetools==5.5.2; python_version >= '3.7' certifi==2025.1.31; python_version >= '3.6' cfenv==0.5.3 @@ -27,7 +27,7 @@ django-phonenumber-field[phonenumberslite]==8.0.0; python_version >= '3.8' django-waffle==4.2.0; python_version >= '3.8' django-widget-tweaks==1.5.0; python_version >= '3.8' environs[django]==14.1.1; python_version >= '3.9' -faker==37.1.0; python_version >= '3.9' +faker==37.0.2; python_version >= '3.9' fred-epplib @ git+https://github.com/cisagov/epplib.git@9f0fd0e69665001767f15a034c9c0c919dab5cdd furl==2.1.4 future==1.0.0; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2' @@ -52,17 +52,17 @@ pydantic-core==2.27.2; python_version >= '3.8' pydantic-settings==2.8.1; python_version >= '3.8' pyjwkest==1.4.2 python-dateutil==2.9.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2' -python-dotenv==1.1.0; python_version >= '3.9' +python-dotenv==1.0.1; python_version >= '3.8' pyzipper==0.3.6; python_version >= '3.4' requests==2.32.3; python_version >= '3.8' s3transfer==0.11.4; python_version >= '3.8' -setuptools==78.0.2; python_version >= '3.9' +setuptools==77.0.3; python_version >= '3.9' six==1.17.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2' sqlparse==0.5.3; python_version >= '3.8' tablib==3.8.0; python_version >= '3.9' tblib==3.0.0; python_version >= '3.8' typing-extensions==4.12.2; python_version >= '3.8' -tzdata==2025.2; python_version >= '2' +tzdata==2025.1; python_version >= '2' urllib3==2.3.0; python_version >= '3.9' whitenoise==6.9.0; python_version >= '3.9' zope.event==5.0; python_version >= '3.7'