From 4d66f9f378917bff96a158467752fe2df6b1032b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 07:17:46 +0000 Subject: [PATCH 1/2] Bump coverage from 7.4.0 to 7.4.1 (#224) Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.4.0 to 7.4.1. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.4.0...7.4.1) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: konstantin --- dev_requirements/requirements-coverage.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_requirements/requirements-coverage.txt b/dev_requirements/requirements-coverage.txt index f77a34af..e9fc5f1b 100644 --- a/dev_requirements/requirements-coverage.txt +++ b/dev_requirements/requirements-coverage.txt @@ -4,5 +4,5 @@ # # pip-compile '.\requirements-coverage.in' # -coverage==7.4.0 +coverage==7.4.1 # via -r dev_requirements/requirements-coverage.in From 710936d628d8466301f69497efb59121b5605174 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 07:27:26 +0000 Subject: [PATCH 2/2] Bump pytz from 2023.3.post1 to 2023.4 (#221) Bumps [pytz](https://github.com/stub42/pytz) from 2023.3.post1 to 2023.4. - [Commits](https://github.com/stub42/pytz/compare/release_2023.3.post1...release_2023.4) --- updated-dependencies: - dependency-name: pytz dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: konstantin --- dev_requirements/requirements-type_check.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev_requirements/requirements-type_check.txt b/dev_requirements/requirements-type_check.txt index acd0d341..bb6a6ad5 100644 --- a/dev_requirements/requirements-type_check.txt +++ b/dev_requirements/requirements-type_check.txt @@ -30,7 +30,7 @@ pytest==7.4.4 # via -r dev_requirements/requirements-type_check.in python-dateutil==2.8.2 # via pandas -pytz==2023.3.post1 +pytz==2023.4 # via pandas six==1.16.0 # via python-dateutil diff --git a/requirements.txt b/requirements.txt index c2ad1556..8028d165 100644 --- a/requirements.txt +++ b/requirements.txt @@ -34,7 +34,7 @@ python-dateutil==2.8.2 # via pandas python-docx==1.1.0 # via -r requirements.in -pytz==2023.3.post1 +pytz==2023.4 # via pandas six==1.16.0 # via python-dateutil