diff --git a/CHANGELOG.md b/CHANGELOG.md index 04ad3ae..3cf4ab0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,13 @@ Version number changes (major.minor.micro) in this package denote the following: ## Unreleased +## [7.2.0] +- Core dependencies updated to latest versions: + * awscli 1.32.109 -> 1.32.112 + * boto3 1.34.109 -> 1.34.112 + * civis 2.0.0 -> 2.1.0 + * scipy 1.13.0 -> 1.13.1 + ## [7.1.0] - Python updated to v3.12.3 - Core dependencies updated to latest versions: diff --git a/Dockerfile b/Dockerfile index 49f1124..16ed216 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,9 +35,9 @@ RUN pip install -r requirements-full.txt && \ # https://github.com/joblib/joblib/blob/0.11/joblib/parallel.py#L328L342 ENV JOBLIB_TEMP_FOLDER=/tmp -ENV VERSION=7.1.0 \ +ENV VERSION=7.2.0 \ VERSION_MAJOR=7 \ - VERSION_MINOR=1 \ + VERSION_MINOR=2 \ VERSION_MICRO=0 FROM production AS test diff --git a/requirements-core.txt b/requirements-core.txt index 65b630e..7a24a2e 100644 --- a/requirements-core.txt +++ b/requirements-core.txt @@ -1,8 +1,8 @@ -awscli==1.32.109 -boto3==1.34.109 -civis==2.0.0 +awscli==1.32.112 +boto3==1.34.112 +civis==2.1.0 numpy==1.26.4 pandas==2.2.2 requests==2.32.2 scikit-learn==1.5.0 -scipy==1.13.0 +scipy==1.13.1 diff --git a/requirements-full.txt b/requirements-full.txt index af54071..b4effcb 100644 --- a/requirements-full.txt +++ b/requirements-full.txt @@ -8,11 +8,11 @@ attrs==23.2.0 # via # jsonschema # referencing -awscli==1.32.109 +awscli==1.32.112 # via -r requirements-core.txt -boto3==1.34.109 +boto3==1.34.112 # via -r requirements-core.txt -botocore==1.34.109 +botocore==1.34.112 # via # awscli # boto3 @@ -21,7 +21,7 @@ certifi==2024.2.2 # via requests charset-normalizer==3.3.2 # via requests -civis==2.0.0 +civis==2.1.0 # via -r requirements-core.txt click==8.1.7 # via civis @@ -87,7 +87,7 @@ s3transfer==0.10.1 # boto3 scikit-learn==1.5.0 # via -r requirements-core.txt -scipy==1.13.0 +scipy==1.13.1 # via # -r requirements-core.txt # scikit-learn