From c2eaf008223c60fb7b16683e0a2dd0826c7a62bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Mar 2023 10:19:54 +0000 Subject: [PATCH 1/2] Update pytz requirement from ~=2023.2 to ~=2023.3 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.2...release_2023.3) --- 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 f6a3a2156..f1f5fba89 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -23,7 +23,7 @@ pytest-csv~=3.0 pytest-dotenv~=0.5.2 pytest-logbook~=1.2 pytest-xdist~=3.2 -pytz~=2023.2 +pytz~=2023.3 tox~=3.0;python_version=="3.7" tox~=4.4;python_version>="3.8" types-pytz~=2023.2 From ed5ff868c38181ff3af13cc588acec1cb817d629 Mon Sep 17 00:00:00 2001 From: Github Build Bot Date: Sun, 23 Apr 2023 21:57:46 +0000 Subject: [PATCH 2/2] Add automated changelog yaml from template for bot PR --- .changes/unreleased/Dependencies-20230423-215745.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changes/unreleased/Dependencies-20230423-215745.yaml diff --git a/.changes/unreleased/Dependencies-20230423-215745.yaml b/.changes/unreleased/Dependencies-20230423-215745.yaml new file mode 100644 index 000000000..a6f733f7c --- /dev/null +++ b/.changes/unreleased/Dependencies-20230423-215745.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Update pytz requirement from ~=2023.2 to ~=2023.3" +time: 2023-04-23T21:57:45.00000Z +custom: + Author: dependabot[bot] + PR: 702