From 3864017b747141b7f403e1056583638c5f6c28da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 04:06:20 +0000 Subject: [PATCH 1/2] Update pytz requirement from ~=2023.3 to ~=2024.1 Updates the requirements on [pytz](https://github.com/stub42/pytz) to permit the latest version. - [Release notes](https://github.com/stub42/pytz/releases) - [Commits](https://github.com/stub42/pytz/compare/release_2023.3...release_2024.1) --- updated-dependencies: - dependency-name: pytz dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index a81a841f0..85bc896ef 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -24,7 +24,7 @@ pytest-csv~=3.0 pytest-dotenv~=0.5.2 pytest-logbook~=1.2 pytest-xdist~=3.6 -pytz~=2023.3 +pytz~=2024.1 tox~=4.11 types-pytz~=2023.3 types-protobuf~=4.24 From d6b1cd461b0bb8234d04eac5dec2ee568e6f1054 Mon Sep 17 00:00:00 2001 From: Github Build Bot Date: Wed, 24 Jul 2024 04:06:46 +0000 Subject: [PATCH 2/2] Add automated changelog yaml from template for bot PR --- .changes/unreleased/Dependencies-20240724-040645.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changes/unreleased/Dependencies-20240724-040645.yaml diff --git a/.changes/unreleased/Dependencies-20240724-040645.yaml b/.changes/unreleased/Dependencies-20240724-040645.yaml new file mode 100644 index 000000000..d5c3a4659 --- /dev/null +++ b/.changes/unreleased/Dependencies-20240724-040645.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Update pytz requirement from ~=2023.3 to ~=2024.1" +time: 2024-07-24T04:06:45.00000Z +custom: + Author: dependabot[bot] + PR: 1302