From 8deefed5c6085550e51c8019da742ca54e2a2b85 Mon Sep 17 00:00:00 2001 From: Simon Baerlocher Date: Sat, 9 Mar 2024 00:40:38 +0100 Subject: [PATCH] fix(deps): bump pytz from 2023.4 to 2024.1 Bumps [pytz](https://github.com/stub42/pytz) from 2023.4 to 2024.1. - [Release notes](https://github.com/stub42/pytz/releases) - [Commits](https://github.com/stub42/pytz/compare/release_2023.4...release_2024.1) --- updated-dependencies: - dependency-name: pytz dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- CHANGELOG.md | 1 + requirements.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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