diff --git a/CHANGELOG.md b/CHANGELOG.md index 8287269..326801a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,10 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Updated dependencies: - - `alpine` from `3.18.5` to `3.19.0`. + - `dnspython` from `2.4.2` to `2.5.0`. - `lxml` from `5.0.0` to `5.1.0`. - `netaddr` from `0.10.0` to `0.10.1`. - - `dnspython` from `2.4.2` to `2.5.0`. + - `pytz` from `2023.3.post1` to `2023.4`. +- Updated Alpine base image from `3.18.5` to `3.19.0`. ## [2024-01-02] diff --git a/requirements.txt b/requirements.txt index cb7a2ed..14848b1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,5 +12,5 @@ lxml==5.1.0 docker==7.0.0 jmespath==1.0.1 python-dateutil==2.8.2 -pytz==2023.3.post1 +pytz==2023.4 crowdstrike-falconpy==1.4.0