From 3b978558302a2d633d9b59a31bb6831fd56a4ec0 Mon Sep 17 00:00:00 2001 From: Ramon Date: Wed, 27 Sep 2023 11:54:35 +0200 Subject: [PATCH 1/2] update dep constraints to fix dep issue --- requirements.txt | 6 +++--- setup.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2c79a50f..1d31a871 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # -# This file is autogenerated by pip-compile with python 3.10 -# To update, run: +# This file is autogenerated by pip-compile with Python 3.9 +# by the following command: # # make freeze # @@ -12,7 +12,7 @@ jmespath==1.0.0 pluggy==0.13.1 pycfmodel==0.20.0 pydantic==1.9.0 -pydash==4.7.6 +pydash==6.0.0 python-dateutil==2.8.2 pyyaml==6.0 s3transfer==0.5.2 diff --git a/setup.py b/setup.py index d415441a..cf2c6a66 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ "click>=8.0.0", "pluggy~=0.13.1", "pycfmodel>=0.20.0", - "pydash~=4.7.6", + "pydash>=4.7.6", "PyYAML>=4.2b1", ] From db1e817d0264af05fb05d72c28a30a09df9e1c9d Mon Sep 17 00:00:00 2001 From: Ramon Date: Wed, 27 Sep 2023 11:58:17 +0200 Subject: [PATCH 2/2] update changelog --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfe620d1..95678306 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,9 @@ All notable changes to this project will be documented in this file. ## [1.14.0] ### Additions -- `Config` includes a metrics logger and it is called to register when a filter is used +- `Config` includes a metrics logger, and it is called to register when a filter is used +### Fixes +- Update dependency constraints with `pydash`, to be able to support newer versions and fix security issues ## [1.13.2] ### Fixes