diff --git a/CHANGELOG.md b/CHANGELOG.md index 78bd849..656d92c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated dependencies: - `crowdstrike-falconpy` from `1.4.0` to `1.4.0`. + - `pytz` from `2023.4` to `2024.1`. ## [2024-02-01] diff --git a/requirements.txt b/requirements.txt index ab19169..847dfe2 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.4 +pytz==2024.1 crowdstrike-falconpy==1.4.1